diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-10-01 07:03:13 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-10-01 07:03:13 +0000 |
commit | e0c2126682d4bc2423642ee2399f09927f909054 (patch) | |
tree | 2a5c74f0de4e484b2cb33de544aad0d4af5cb081 /lisp/help.el | |
parent | b0c75ec45063e088711762fbcb4f5eb0808ae56b (diff) | |
download | emacs-e0c2126682d4bc2423642ee2399f09927f909054.tar.gz |
(help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik).
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el index c05fcb47490..d0b5edcf3c2 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -534,7 +534,7 @@ m describe-mode. Print documentation of current minor modes, and the current major mode, including their special commands. n view-emacs-news. Display news of recent Emacs changes. p finder-by-keyword. Find packages matching a given topic keyword. -s describe-syntax. Display contents of syntax table, plus explanations +s describe-syntax. Display contents of syntax table, plus explanations. t help-with-tutorial. Select the Emacs learn-by-doing tutorial. v describe-variable. Type name of a variable; it displays the variable's documentation and value. |