diff options
author | Glenn Morris <rgm@gnu.org> | 2021-03-12 08:47:41 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2021-03-12 08:47:41 -0800 |
commit | 74c389526f93cc4eded6759ffd3e1cfa4d429d6f (patch) | |
tree | b5904c644dc1701ed7214ce6e997d2252c25f2c5 /lisp/help.el | |
parent | f7b7ecc4df7108da31625a3630cbbbdbec3abbd7 (diff) | |
parent | 2c5f21541957e2420e54ab2a70883140811708f7 (diff) | |
download | emacs-74c389526f93cc4eded6759ffd3e1cfa4d429d6f.tar.gz emacs-74c389526f93cc4eded6759ffd3e1cfa4d429d6f.tar.bz2 emacs-74c389526f93cc4eded6759ffd3e1cfa4d429d6f.zip |
Merge from origin/emacs-27
2c5f215419 Avoid crashes in Mew due to corrupted tool-bar label
7a23915618 * lisp/tooltip.el (tooltip): Doc fix for GTK.
c4bbe02cc4 * lisp/help.el (help-for-help-internal): Doc fix; use impe...
# Conflicts:
# lisp/help.el
# lisp/tooltip.el
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 79d8296cfed..d4be9aa7200 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. |