aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2015-12-05 14:21:00 +0200
committerEli Zaretskii2015-12-05 14:21:00 +0200
commitce81e87751047ef964c8d7f15edbfb3ee4de6703 (patch)
treeadf9c121e93b795aaf420098fd8c399f6acaf5f0 /etc
parent30acbb9b5b8acab8a158112ed97aff694eafdc4d (diff)
downloademacs-ce81e87751047ef964c8d7f15edbfb3ee4de6703.tar.gz
emacs-ce81e87751047ef964c8d7f15edbfb3ee4de6703.zip
Document 'bookmark-set-no-overwrite'
* doc/emacs/regs.texi (Bookmarks): Document the new command 'bookmark-set-no-overwrite' and its keybinding.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 482db099d6b..e3638b4f804 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -305,6 +305,7 @@ current package keywords are recognized. Set the new option
305It's meant for use together with `compile': 305It's meant for use together with `compile':
306emacs -batch --eval "(checkdoc-file \"subr.el\")" 306emacs -batch --eval "(checkdoc-file \"subr.el\")"
307 307
308+++
308** New function `bookmark-set-no-overwrite' bound to C-x r M. 309** New function `bookmark-set-no-overwrite' bound to C-x r M.
309It raises an error if a bookmark of that name already exists, 310It raises an error if a bookmark of that name already exists,
310unlike `bookmark-set' which silently updates an existing bookmark. 311unlike `bookmark-set' which silently updates an existing bookmark.