|
From: | Karl Fogel |
Subject: | Re: [External] : Re: [PATCH] When deleting in bookmark menu, prompt for confirmation. |
Date: | Sun, 09 May 2021 13:37:52 -0500 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
On 09 May 2021, Eli Zaretskii wrote:
Should the docstring of `bookmark-bmenu-load' should be extended asfollows to make this feature easier to discover?Yes. However, this works because bookmark-bmenu-load callsbookmark-load via call-interactively, and the latter is sensitive to the prefix argument. So the doc string of bookmark-load should alsobe improved by mentioning the effect of the prefix argument.
My inclination would be to do this by having `bookmark-bmenu-load' just refer readers to `bookmark-load', and then improving the latter's doc string. That way if future changes are made to `bookmark-load's behavior, we wouldn't need to remember to update `bookmark-bmenu-load's doc string too.
Thoughts? Best regards, -Karl
[Prev in Thread] | Current Thread | [Next in Thread] |