aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/help.el1
2 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 469393adae6..ddc6221dffe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12014-01-30 Glenn Morris <rgm@gnu.org>
2
3 * help.el (help-for-help-internal): Add "P" to text.
4
12014-01-29 Glenn Morris <rgm@gnu.org> 52014-01-29 Glenn Morris <rgm@gnu.org>
2 6
3 * simple.el (just-one-space, cycle-spacing): Doc fixes. 7 * simple.el (just-one-space, cycle-spacing): Doc fixes.
diff --git a/lisp/help.el b/lisp/help.el
index f732cf385cd..5e32492ffb7 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -214,6 +214,7 @@ m Display documentation of current minor modes and current major mode,
214 including their special commands. 214 including their special commands.
215n Display news of recent Emacs changes. 215n Display news of recent Emacs changes.
216p TOPIC Find packages matching a given topic keyword. 216p TOPIC Find packages matching a given topic keyword.
217P PACKAGE Describe the given Emacs Lisp package.
217r Display the Emacs manual in Info mode. 218r Display the Emacs manual in Info mode.
218s Display contents of current syntax table, plus explanations. 219s Display contents of current syntax table, plus explanations.
219S SYMBOL Show the section for the given symbol in the on-line manual 220S SYMBOL Show the section for the given symbol in the on-line manual