From: Eli Zaretskii Date: Mon, 1 Oct 2001 07:03:13 +0000 (+0000) Subject: (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik). X-Git-Tag: emacs-21.1~112 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e0c2126682d4bc2423642ee2399f09927f909054;p=emacs.git (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel Janik). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f9630699340..1897235b6d1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-10-01 Eli Zaretskii + + * help.el (help-for-help): Doc fix. From Pavel@Janik.cz (Pavel + Janik). + 2001-09-30 Eli Zaretskii * frame.el (select-frame-by-name, other-frame): Doc fix. 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.