]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify bookmark-set prompt
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Aug 2022 15:24:38 +0000 (17:24 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 12 Aug 2022 15:44:59 +0000 (17:44 +0200)
* lisp/bookmark.el (bookmark-set): Clarify prompt further
(bug#57128).

lisp/bookmark.el

index 30a03e0431e68346b4cf704b3766b924d65c2e8a..d0893e932b436b82183d36137fdc977e3f27211e 100644 (file)
@@ -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