projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ec997
)
Clarify bookmark-set prompt
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 12 Aug 2022 15:24:38 +0000
(17:24 +0200)
committer
Lars 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
patch
|
blob
|
history
diff --git
a/lisp/bookmark.el
b/lisp/bookmark.el
index 30a03e0431e68346b4cf704b3766b924d65c2e8a..d0893e932b436b82183d36137fdc977e3f27211e 100644
(file)
--- 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
the list of bookmarks.)"
(interactive (list nil current-prefix-arg))
(let ((prompt
- (if no-overwrite "A
ppen
d bookmark named" "Set bookmark named")))
+ (if no-overwrite "A
d
d bookmark named" "Set bookmark named")))
(bookmark-set-internal prompt name (if no-overwrite 'push 'overwrite))))
;;;###autoload