]> git.eshelyaron.com Git - emacs.git/commitdiff
Prefer saying "Info manual" to "info page" in docs
authorStefan Kangas <stefankangas@gmail.com>
Thu, 23 Jan 2020 01:25:31 +0000 (02:25 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 23 Jan 2020 01:36:04 +0000 (02:36 +0100)
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".

doc/emacs/Makefile.in
doc/lispintro/Makefile.in
doc/lispref/Makefile.in
doc/misc/Makefile.in
lisp/dired-x.el
lisp/gnus/gnus-sum.el
lisp/progmodes/cperl-mode.el

index cbda862c4d7ee45fc3e2f900ab6e8f86bfa7fd86..53b7d074512eb8bdfa1d3d2ee3b93f96049653f3 100644 (file)
@@ -246,7 +246,7 @@ install-ps: ps
          ${GZIP_PROG} -9n "$(DESTDIR)$(psdir)/$${file}"; \
        done
 
-## Top-level Makefile installs the info pages.
+## Top-level Makefile installs the Info manuals.
 install-doc: install-dvi install-html install-pdf install-ps
 
 
index 3b668f5b34767c68b0dc50cb9e0a995bfe07bfbb..7a2b6f0a580d7d19c0618f24bdf679d494839d9a 100644 (file)
@@ -145,7 +145,7 @@ install-ps: ps
          ${GZIP_PROG} -9n "$(DESTDIR)$(psdir)/$${file}"; \
        done
 
-## Top-level Makefile installs the info pages.
+## Top-level Makefile installs the Info manuals.
 install-doc: install-dvi install-html install-pdf install-ps
 
 
index 1705852f9905132bb4752cd9bdfb0e75d5e00700..bd650091116a47f7f242af58621949a9c17e76ac 100644 (file)
@@ -206,7 +206,7 @@ install-ps: ps
          ${GZIP_PROG} -9n "$(DESTDIR)$(psdir)/$${file}"; \
        done
 
-## Top-level Makefile installs the info pages.
+## Top-level Makefile installs the Info manuals.
 install-doc: install-dvi install-html install-pdf install-ps
 
 
index 0a26a26ee321b4dbec543367ef96bc392820dbb3..7f536ad9529b6def87301679bbb464166c316f2d 100644 (file)
@@ -267,7 +267,7 @@ install-ps: ps
          ${GZIP_PROG} -9n "$(DESTDIR)$(psdir)/$${file}"; \
        done
 
-## Top-level Makefile installs the info pages.
+## Top-level Makefile installs the Info manuals.
 install-doc: install-dvi install-html install-pdf install-ps
 
 
index 841434fdcbe46424ca753041630f948ac21f954c..623a1dd3255e035a4c619b9b8de5e22854346a22 100644 (file)
@@ -27,7 +27,7 @@
 ;;; Commentary:
 
 ;; This is based on Sebastian Kremer's excellent dired-x.el (Dired Extra),
-;; version 1.191, adapted for GNU Emacs.  See the `dired-x' info pages.
+;; version 1.191, adapted for GNU Emacs.  See the `dired-x' Info manual.
 
 ;; At load time dired-x.el will install itself and bind some dired keys.
 ;; Some dired.el and dired-aux.el functions have extra features if
@@ -35,7 +35,7 @@
 
 ;; User customization: M-x customize-group RET dired-x RET.
 
-;; *Please* see the `dired-x' info pages for more details.
+;; *Please* see the `dired-x' Info manual for more details.
 
 \f
 ;;; Code:
index a59e8b359db4e1e2423f9eb336e296ab37e84538..a40e563e755d5a822639282eaa7aefed890cefad 100644 (file)
@@ -3124,7 +3124,7 @@ follow up an article, type `\\[gnus-summary-followup]'.  To mail a reply to the
 of an article, type `\\[gnus-summary-reply]'.
 
 There are approx. one gazillion commands you can execute in this
-buffer; read the info pages for more information (`\\[gnus-info-find-node]').
+buffer; read the Info manual for more information (`\\[gnus-info-find-node]').
 
 The following commands are available:
 
index 53a4c6804874bc8d113f5a450796a2a8a0690d0e..5fee2df5863c44779bc44e0aab736486762ab01b 100644 (file)
@@ -446,7 +446,7 @@ May require patched `imenu' and `imenu-go'.  Obsolete."
   :group 'cperl-help-system)
 
 (defcustom cperl-info-page "perl"
-  "Name of the info page containing perl docs.
+  "Name of the Info manual containing perl docs.
 Older version of this page was called `perl5', newer `perl'."
   :type 'string
   :group 'cperl-help-system)