From e0dac0712bf2ee9cef1ab067dbc26c6a00a1f85b Mon Sep 17 00:00:00 2001 From: Karl Fogel Date: Tue, 25 May 2021 00:26:57 -0500 Subject: [PATCH] Improve `bookmark-bmenu-load' doc string * lisp/bookmark.el (bookmark-bmenu-load): Refer reader to `bookmark-load' for more information. As discussed in this thread: https://lists.gnu.org/archive/html/emacs-devel/2021-05/msg00389.html From: Karl Fogel To: Eli Zaretskii Cc: Matthias Meulien, Drew Adams, Lars Ingebrigtsen, Stefan Monnier, Emacs Devel Subject: Re: [External] : Re: [PATCH] When deleting in bookmark menu, prompt for confirmation. Date: Sun, 09 May 2021 13:37:52 -0500 Message-ID: <87h7jboirj.fsf@red-bean.com> --- lisp/bookmark.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git lisp/bookmark.el lisp/bookmark.el index 64b467adfa..e6a22f9bf0 100644 --- lisp/bookmark.el +++ lisp/bookmark.el @@ -2063,7 +2063,9 @@ bookmark-bmenu-save (defun bookmark-bmenu-load () - "Load the bookmark file and rebuild the bookmark menu-buffer." + "Load the bookmark file and rebuild the bookmark menu-buffer. +This invokes `bookmark-load' interactively, so see there for more +information (such as how a prefix argument is handled)." (interactive nil bookmark-bmenu-mode) (bookmark-bmenu-ensure-position) (save-excursion -- 2.30.2