Skip to content

Commit d15f2d4

Browse files
committed
Prefer saying "Info manual" to "info page" in docs
Pointed out by Eli Zaretskii in: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=39215#14 * doc/emacs/Makefile.in: * doc/lispintro/Makefile.in: * doc/lispref/Makefile.in: * doc/misc/Makefile.in: * lisp/dired-x.el (top-level): * lisp/gnus/gnus-sum.el (gnus-summary-mode): * lisp/progmodes/cperl-mode.el (cperl-info-page): Doc fix; prefer saying "Info manual" over "info page".
1 parent 92f080d commit d15f2d4

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

doc/emacs/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ install-ps: ps
246246
${GZIP_PROG} -9n "$(DESTDIR)$(psdir)/$${file}"; \
247247
done
248248

249-
## Top-level Makefile installs the info pages.
249+
## Top-level Makefile installs the Info manuals.
250250
install-doc: install-dvi install-html install-pdf install-ps
251251

252252

doc/lispintro/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ install-ps: ps
145145
${GZIP_PROG} -9n "$(DESTDIR)$(psdir)/$${file}"; \
146146
done
147147

148-
## Top-level Makefile installs the info pages.
148+
## Top-level Makefile installs the Info manuals.
149149
install-doc: install-dvi install-html install-pdf install-ps
150150

151151

doc/lispref/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ install-ps: ps
206206
${GZIP_PROG} -9n "$(DESTDIR)$(psdir)/$${file}"; \
207207
done
208208

209-
## Top-level Makefile installs the info pages.
209+
## Top-level Makefile installs the Info manuals.
210210
install-doc: install-dvi install-html install-pdf install-ps
211211

212212

doc/misc/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ install-ps: ps
267267
${GZIP_PROG} -9n "$(DESTDIR)$(psdir)/$${file}"; \
268268
done
269269

270-
## Top-level Makefile installs the info pages.
270+
## Top-level Makefile installs the Info manuals.
271271
install-doc: install-dvi install-html install-pdf install-ps
272272

273273

lisp/dired-x.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
;;; Commentary:
2828

2929
;; This is based on Sebastian Kremer's excellent dired-x.el (Dired Extra),
30-
;; version 1.191, adapted for GNU Emacs. See the `dired-x' info pages.
30+
;; version 1.191, adapted for GNU Emacs. See the `dired-x' Info manual.
3131

3232
;; At load time dired-x.el will install itself and bind some dired keys.
3333
;; Some dired.el and dired-aux.el functions have extra features if
3434
;; dired-x is loaded.
3535

3636
;; User customization: M-x customize-group RET dired-x RET.
3737

38-
;; *Please* see the `dired-x' info pages for more details.
38+
;; *Please* see the `dired-x' Info manual for more details.
3939

4040

4141
;;; Code:

lisp/gnus/gnus-sum.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3124,7 +3124,7 @@ follow up an article, type `\\[gnus-summary-followup]'. To mail a reply to the
31243124
of an article, type `\\[gnus-summary-reply]'.
31253125

31263126
There are approx. one gazillion commands you can execute in this
3127-
buffer; read the info pages for more information (`\\[gnus-info-find-node]').
3127+
buffer; read the Info manual for more information (`\\[gnus-info-find-node]').
31283128

31293129
The following commands are available:
31303130

lisp/progmodes/cperl-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ May require patched `imenu' and `imenu-go'. Obsolete."
446446
:group 'cperl-help-system)
447447

448448
(defcustom cperl-info-page "perl"
449-
"Name of the info page containing perl docs.
449+
"Name of the Info manual containing perl docs.
450450
Older version of this page was called `perl5', newer `perl'."
451451
:type 'string
452452
:group 'cperl-help-system)

0 commit comments

Comments
 (0)