From: Lars Ingebrigtsen Date: Mon, 1 Nov 2021 01:43:29 +0000 (+0100) Subject: Fix typo in describe-map-tree doc string X-Git-Tag: emacs-28.0.90~142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a34466731b;p=emacs.git Fix typo in describe-map-tree doc string * lisp/help.el (describe-map-tree): Fix typo in doc string. --- diff --git a/lisp/help.el b/lisp/help.el index d22f50de8ab..21c8255c690 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -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.