diff options
author | Andrea Corallo <akrl@sdf.org> | 2021-03-19 15:28:00 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2021-03-19 15:28:00 +0100 |
commit | 6ca6c71cd0bf8fc970d9b1477ea61a670469f672 (patch) | |
tree | 98876b3f80794a8aad43293fbe005102e26e94f9 /lisp/help.el | |
parent | b3ad62f8a35617366886be2a86e8641282824adf (diff) | |
parent | 3af2cee64b86e4ce59adb8e8720d92db35039cbc (diff) | |
download | emacs-6ca6c71cd0bf8fc970d9b1477ea61a670469f672.tar.gz emacs-6ca6c71cd0bf8fc970d9b1477ea61a670469f672.tar.bz2 emacs-6ca6c71cd0bf8fc970d9b1477ea61a670469f672.zip |
Merge remote-tracking branch 'savannah/master' into native-comp
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 45194dd6859..6e94d4a0cd9 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -210,7 +210,7 @@ Do not call this in the scope of `with-help-window'." \\[describe-key] KEYS Display the full documentation for the key sequence. \\[Info-goto-emacs-key-command-node] KEYS Show the Emacs manual's section for the command bound to KEYS. \\[view-lossage] Show last 300 input keystrokes (lossage). -\\[describe-language-environment] LANG-ENV Describes a specific language environment, or RET for current. +\\[describe-language-environment] LANG-ENV Describe a specific language environment, or RET for current. \\[describe-mode] Display documentation of current minor modes and current major mode, including their special commands. \\[view-emacs-news] Display news of recent Emacs changes. |