emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-27 d15f2d4: Prefer saying "Info manual" to "info page" in docs


From: Stefan Kangas
Subject: emacs-27 d15f2d4: Prefer saying "Info manual" to "info page" in docs
Date: Wed, 22 Jan 2020 20:38:51 -0500 (EST)

branch: emacs-27
commit d15f2d4cbcd203d04737d56ee77676e25db6745a
Author: Stefan Kangas <address@hidden>
Commit: Stefan Kangas <address@hidden>

    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".
---
 doc/emacs/Makefile.in        | 2 +-
 doc/lispintro/Makefile.in    | 2 +-
 doc/lispref/Makefile.in      | 2 +-
 doc/misc/Makefile.in         | 2 +-
 lisp/dired-x.el              | 4 ++--
 lisp/gnus/gnus-sum.el        | 2 +-
 lisp/progmodes/cperl-mode.el | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/doc/emacs/Makefile.in b/doc/emacs/Makefile.in
index cbda862..53b7d07 100644
--- a/doc/emacs/Makefile.in
+++ b/doc/emacs/Makefile.in
@@ -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
 
 
diff --git a/doc/lispintro/Makefile.in b/doc/lispintro/Makefile.in
index 3b668f5..7a2b6f0 100644
--- a/doc/lispintro/Makefile.in
+++ b/doc/lispintro/Makefile.in
@@ -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
 
 
diff --git a/doc/lispref/Makefile.in b/doc/lispref/Makefile.in
index 1705852..bd65009 100644
--- a/doc/lispref/Makefile.in
+++ b/doc/lispref/Makefile.in
@@ -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
 
 
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in
index 0a26a26..7f536ad 100644
--- a/doc/misc/Makefile.in
+++ b/doc/misc/Makefile.in
@@ -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
 
 
diff --git a/lisp/dired-x.el b/lisp/dired-x.el
index 841434f..623a1dd 100644
--- a/lisp/dired-x.el
+++ b/lisp/dired-x.el
@@ -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.
 
 
 ;;; Code:
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index a59e8b3..a40e563 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -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:
 
diff --git a/lisp/progmodes/cperl-mode.el b/lisp/progmodes/cperl-mode.el
index 53a4c68..5fee2df 100644
--- a/lisp/progmodes/cperl-mode.el
+++ b/lisp/progmodes/cperl-mode.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]