diff options
| author | Glenn Morris | 2014-01-29 21:40:19 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-29 21:40:19 -0500 |
| commit | 0c633f135a0868c7c83fcf3c623b3dfd9e401b00 (patch) | |
| tree | ff5f0ff02a991404166a01c9a5e19c5d04aa07f0 /lisp | |
| parent | e9abb8a824edaf235acdf11e10e6ffd300276dac (diff) | |
| download | emacs-0c633f135a0868c7c83fcf3c623b3dfd9e401b00.tar.gz emacs-0c633f135a0868c7c83fcf3c623b3dfd9e401b00.zip | |
* lisp/help.el (help-for-help-internal): Add "P" to text.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/help.el | 1 |
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 @@ | |||
| 1 | 2014-01-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * help.el (help-for-help-internal): Add "P" to text. | ||
| 4 | |||
| 1 | 2014-01-29 Glenn Morris <rgm@gnu.org> | 5 | 2014-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. |
| 215 | n Display news of recent Emacs changes. | 215 | n Display news of recent Emacs changes. |
| 216 | p TOPIC Find packages matching a given topic keyword. | 216 | p TOPIC Find packages matching a given topic keyword. |
| 217 | P PACKAGE Describe the given Emacs Lisp package. | ||
| 217 | r Display the Emacs manual in Info mode. | 218 | r Display the Emacs manual in Info mode. |
| 218 | s Display contents of current syntax table, plus explanations. | 219 | s Display contents of current syntax table, plus explanations. |
| 219 | S SYMBOL Show the section for the given symbol in the on-line manual | 220 | S SYMBOL Show the section for the given symbol in the on-line manual |