aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/bookmark.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/bookmark.el')
-rw-r--r--lisp/bookmark.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/bookmark.el b/lisp/bookmark.el
index 30a03e0431e..d0893e932b4 100644
--- a/lisp/bookmark.el
+++ b/lisp/bookmark.el
@@ -966,7 +966,7 @@ it removes only the first instance of a bookmark with that name from
966the list of bookmarks.)" 966the list of bookmarks.)"
967 (interactive (list nil current-prefix-arg)) 967 (interactive (list nil current-prefix-arg))
968 (let ((prompt 968 (let ((prompt
969 (if no-overwrite "Append bookmark named" "Set bookmark named"))) 969 (if no-overwrite "Add bookmark named" "Set bookmark named")))
970 (bookmark-set-internal prompt name (if no-overwrite 'push 'overwrite)))) 970 (bookmark-set-internal prompt name (if no-overwrite 'push 'overwrite))))
971 971
972;;;###autoload 972;;;###autoload