From d15f2d4cbcd203d04737d56ee77676e25db6745a Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Thu, 23 Jan 2020 02:25:31 +0100 Subject: [PATCH] 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 cbda862c4d7..53b7d074512 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 3b668f5b347..7a2b6f0a580 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 1705852f990..bd650091116 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 0a26a26ee32..7f536ad9529 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 841434fdcbe..623a1dd3255 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 a59e8b359db..a40e563e755 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 53a4c680487..5fee2df5863 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) -- 2.39.2