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