diff options
Diffstat (limited to 'lisp/help.el')
-rw-r--r-- | lisp/help.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/help.el b/lisp/help.el index fcb23fa0459..d12f388c45f 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -1255,10 +1255,7 @@ maps to look through. 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. - -Any inserted text ends in two newlines (used by -`help-make-xrefs')." +shadowed." (let* ((amaps (accessible-keymaps startmap prefix)) (orig-maps (if no-menu (progn |