summaryrefslogtreecommitdiff
path: root/lisp/help.el
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2005-12-10 17:20:10 +0000
committerRomain Francoise <romain@orebokech.com>2005-12-10 17:20:10 +0000
commitd50d22f1f405d91ffdb3b828e97c165c184a125b (patch)
tree45d21d32412cea514bc757d5ac235352e7bf0ec3 /lisp/help.el
parent5fdf9b7cf0a58e164766538c84f56e68d7bb93ee (diff)
downloademacs-d50d22f1f405d91ffdb3b828e97c165c184a125b.tar.gz
(help-for-help-internal): Add `r' in doc string.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 9a779f14d0c..02040007f6e 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -178,7 +178,7 @@ specifies what to do when the user exits the help buffer."
(defalias 'help-for-help 'help-for-help-internal)
;; It can't find this, but nobody will look.
(make-help-screen help-for-help-internal
- "a b c C e f F i I k C-k l L m p s t v w C-c C-d C-f C-n C-p C-t C-w . or ? :"
+ "a b c C e f F i I k C-k l L m p r s t v w C-c C-d C-f C-n C-p C-t C-w . or ? :"
"You have typed %THIS-KEY%, the help character. Type a Help option:
\(Use SPC or DEL to scroll through this text. Type \\<help-map>\\[help-quit] to exit the Help command.)
@@ -217,6 +217,7 @@ m describe-mode. Display documentation of current minor modes,
and the current major mode, including their special commands.
n view-emacs-news. Display news of recent Emacs changes.
p finder-by-keyword. Find packages matching a given topic keyword.
+r info-emacs-manual. Display the Emacs manual in Info mode.
s describe-syntax. Display contents of syntax table, plus explanations.
S info-lookup-symbol. Display the definition of a specific symbol
as found in the manual for the language this buffer is written in.