mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Clarify bookmark-set prompt
* lisp/bookmark.el (bookmark-set): Clarify prompt further (bug#57128).
This commit is contained in:
parent
16ec99702c
commit
59af89c2a2
1 changed files with 1 additions and 1 deletions
|
|
@ -966,7 +966,7 @@ it removes only the first instance of a bookmark with that name from
|
|||
the list of bookmarks.)"
|
||||
(interactive (list nil current-prefix-arg))
|
||||
(let ((prompt
|
||||
(if no-overwrite "Append bookmark named" "Set bookmark named")))
|
||||
(if no-overwrite "Add bookmark named" "Set bookmark named")))
|
||||
(bookmark-set-internal prompt name (if no-overwrite 'push 'overwrite))))
|
||||
|
||||
;;;###autoload
|
||||
|
|
|
|||
Loading…
Reference in a new issue