bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#42325: 28.0.50; [PATCH] Incomplete keymap in Bookmark Menu mode desc


From: Matthias Meulien
Subject: bug#42325: 28.0.50; [PATCH] Incomplete keymap in Bookmark Menu mode description
Date: Sat, 18 Jul 2020 11:59:10 +0200

Thank you.

Le sam. 18 juil. 2020 09:55, Eli Zaretskii <eliz@gnu.org> a écrit :
> From: Matthias Meulien <orontee@gmail.com>
> Date: Sat, 11 Jul 2020 21:15:57 +0200
>
> When one call describe-mode from *Bookmark List* buffer, the
> displayed documentation for the Bookmark Menu major mode displays
> an incomplete hard-coded keymap: The useful key /
> (bookmark-bmenu-search) isn't listed. I propose to rely on
> derived-mode-make-docstring to put the mode's keymap in mode
> docstring and to remove the currently hardcoded keymap
> description.

Thanks.

As Drew points out, there's no need to show the entire set of
commands, so I just added '/' to the list.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]