Thank you. Le sam. 18 juil. 2020 09:55, Eli Zaretskii a écrit : > > From: Matthias Meulien > > 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. >