aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/help.el4
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.
448L describe-language-environment. This describes either the a 448L 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).
451m describe-mode. Print documentation of current major mode, 451m 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.
453n view-emacs-news. Shows emacs news file. 453n view-emacs-news. Shows emacs news file.
454p finder-by-keyword. Find packages matching a given topic keyword. 454p finder-by-keyword. Find packages matching a given topic keyword.
455s describe-syntax. Display contents of syntax table, plus explanations 455s describe-syntax. Display contents of syntax table, plus explanations