summaryrefslogtreecommitdiff
path: root/lisp/dired-x.el
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2020-01-23 02:25:31 +0100
committerStefan Kangas <stefankangas@gmail.com>2020-01-23 14:44:27 +0100
commita15a0cf69ede156df6f3441ffbfb1cb9be24909b (patch)
treedb959b1f5bf7a7195923921fd583fac03aac6e5f /lisp/dired-x.el
parent8fbc2fd492b714c612a96add0b9572d87eb4e785 (diff)
downloademacs-a15a0cf69ede156df6f3441ffbfb1cb9be24909b.tar.gz
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".
Diffstat (limited to 'lisp/dired-x.el')
-rw-r--r--lisp/dired-x.el4
1 files changed, 2 insertions, 2 deletions
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: