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.