diff options
| author | Stefan Kangas | 2020-01-23 02:25:31 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2020-01-23 14:44:27 +0100 |
| commit | a15a0cf69ede156df6f3441ffbfb1cb9be24909b (patch) | |
| tree | db959b1f5bf7a7195923921fd583fac03aac6e5f /lisp/gnus | |
| parent | 8fbc2fd492b714c612a96add0b9572d87eb4e785 (diff) | |
| download | emacs-a15a0cf69ede156df6f3441ffbfb1cb9be24909b.tar.gz emacs-a15a0cf69ede156df6f3441ffbfb1cb9be24909b.zip | |
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/gnus')
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 3124 | of an article, type `\\[gnus-summary-reply]'. | 3124 | of an article, type `\\[gnus-summary-reply]'. |
| 3125 | 3125 | ||
| 3126 | There are approx. one gazillion commands you can execute in this | 3126 | There are approx. one gazillion commands you can execute in this |
| 3127 | buffer; read the info pages for more information (`\\[gnus-info-find-node]'). | 3127 | buffer; read the Info manual for more information (`\\[gnus-info-find-node]'). |
| 3128 | 3128 | ||
| 3129 | The following commands are available: | 3129 | The following commands are available: |
| 3130 | 3130 | ||