diff options
| author | Eli Zaretskii | 2015-12-05 14:21:00 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-12-05 14:21:00 +0200 |
| commit | ce81e87751047ef964c8d7f15edbfb3ee4de6703 (patch) | |
| tree | adf9c121e93b795aaf420098fd8c399f6acaf5f0 /etc | |
| parent | 30acbb9b5b8acab8a158112ed97aff694eafdc4d (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -305,6 +305,7 @@ current package keywords are recognized. Set the new option | |||
| 305 | It's meant for use together with `compile': | 305 | It's meant for use together with `compile': |
| 306 | emacs -batch --eval "(checkdoc-file \"subr.el\")" | 306 | emacs -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. |
| 309 | It raises an error if a bookmark of that name already exists, | 310 | It raises an error if a bookmark of that name already exists, |
| 310 | unlike `bookmark-set' which silently updates an existing bookmark. | 311 | unlike `bookmark-set' which silently updates an existing bookmark. |