diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2015-06-26 07:45:57 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2015-06-26 07:45:57 +0800 |
commit | 4570918dff2f3899c592463f151e55c5a715e856 (patch) | |
tree | 8a44701b2e1a75a00dd43dfad7736ddc1a419754 /doc | |
parent | d08e8a11e1a62e91a58829439f40e3741c5934b1 (diff) | |
download | emacs-4570918dff2f3899c592463f151e55c5a715e856.tar.gz |
* doc/emacs/help.texi (Help Summary):
Improve documentation of 'describe-mode'.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/help.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/emacs/help.texi b/doc/emacs/help.texi index d8e84c1f914..746c51e33f0 100644 --- a/doc/emacs/help.texi +++ b/doc/emacs/help.texi @@ -122,7 +122,8 @@ Display the name and documentation of the command that @var{key} runs Display a description of your last 300 keystrokes (@code{view-lossage}). @item C-h m -Display documentation of the current major mode (@code{describe-mode}). +Display documentation of the current major mode and minor modes +(@code{describe-mode}). @item C-h n Display news of recent Emacs changes (@code{view-emacs-news}). @item C-h p |