aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/bookmark.el
diff options
context:
space:
mode:
authorDmitry Gutov2022-08-15 02:22:59 +0300
committerDmitry Gutov2022-08-15 02:22:59 +0300
commitee3a674c7c9e39fe7ff296ce1f9830fc45520de8 (patch)
treee8ba1e7be54314f208454e80e3d31044c913f3eb /lisp/bookmark.el
parentfe0e53d963899a16e0dd1bbc1ba10a6b59f7989e (diff)
parent0a8e88fd83db5398d36064a7f87cff5b57da7284 (diff)
downloademacs-scratch/font_lock_large_files.tar.gz
emacs-scratch/font_lock_large_files.zip
Merge branch 'master' into scratch/font_lock_large_filesscratch/font_lock_large_files
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