diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/dired-x.el | 4 | ||||
-rw-r--r-- | lisp/gnus/gnus-sum.el | 2 | ||||
-rw-r--r-- | lisp/progmodes/cperl-mode.el | 2 |
3 files changed, 4 insertions, 4 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: 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) |