From: Glenn Morris Date: Thu, 30 Jan 2014 02:40:19 +0000 (-0500) Subject: * lisp/help.el (help-for-help-internal): Add "P" to text. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~236 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0c633f135a0868c7c83fcf3c623b3dfd9e401b00;p=emacs.git * lisp/help.el (help-for-help-internal): Add "P" to text. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 469393adae6..ddc6221dffe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2014-01-30 Glenn Morris + + * help.el (help-for-help-internal): Add "P" to text. + 2014-01-29 Glenn Morris * 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, 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