]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in describe-map-tree doc string
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 1 Nov 2021 01:43:29 +0000 (02:43 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Mon, 1 Nov 2021 01:43:36 +0000 (02:43 +0100)
* lisp/help.el (describe-map-tree): Fix typo in doc string.

lisp/help.el

index d22f50de8ab094b29c83d5565e985bee7ecbd6b8..21c8255c6900a680ce9a22a57095935b125232fe 100644 (file)
@@ -1233,10 +1233,10 @@ If NOMENU is non-nil, then omit menu-bar commands.
 If TRANSL is non-nil, the definitions are actually key
 translations so print strings and vectors differently.
 
-If ALWAYS_TITLE is non-nil, print the title even if there are no
+If ALWAYS-TITLE is non-nil, print the title even if there are no
 maps to look through.
 
-If MENTION_SHADOW is non-nil, then when something is shadowed by
+If MENTION-SHADOW is non-nil, then when something is shadowed by
 SHADOW, don't omit it; instead, mention it but say it is
 shadowed.