diff options
| -rw-r--r-- | lisp/help.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/help.el b/lisp/help.el index 3911a166da8..d4a007a2189 100644 --- a/lisp/help.el +++ b/lisp/help.el | |||
| @@ -448,8 +448,8 @@ l view-lossage. Shows last 100 characters you typed. | |||
| 448 | L describe-language-environment. This describes either the a | 448 | L describe-language-environment. This describes either the a |
| 449 | specific language environment (if you type its name) | 449 | specific language environment (if you type its name) |
| 450 | or the current language environment (if you type just RET). | 450 | or the current language environment (if you type just RET). |
| 451 | m describe-mode. Print documentation of current major mode, | 451 | m describe-mode. Print documentation of current minor modes, |
| 452 | which describes the commands peculiar to it. | 452 | and the current major mode, including their special commands. |
| 453 | n view-emacs-news. Shows emacs news file. | 453 | n view-emacs-news. Shows emacs news file. |
| 454 | p finder-by-keyword. Find packages matching a given topic keyword. | 454 | p finder-by-keyword. Find packages matching a given topic keyword. |
| 455 | s describe-syntax. Display contents of syntax table, plus explanations | 455 | s describe-syntax. Display contents of syntax table, plus explanations |