diff options
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/regs.texi | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 4b14f1d8f0f..9d78b7f948a 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-11-17 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058) | ||
| 4 | |||
| 1 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> | 5 | 2011-11-16 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 6 | ||
| 3 | * killing.texi (Rectangles): | 7 | * killing.texi (Rectangles): |
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi index 7e5b07221a0..f7fd52bd28d 100644 --- a/doc/emacs/regs.texi +++ b/doc/emacs/regs.texi | |||
| @@ -278,7 +278,7 @@ you can use it to edit your bookmark definitions or annotate the | |||
| 278 | bookmarks. Type @kbd{C-h m} in the bookmark buffer for more | 278 | bookmarks. Type @kbd{C-h m} in the bookmark buffer for more |
| 279 | information about its special editing commands. | 279 | information about its special editing commands. |
| 280 | 280 | ||
| 281 | When you kill Emacs, Emacs offers to save your bookmark values, if | 281 | When you kill Emacs, Emacs saves your bookmarks, if |
| 282 | you have changed any bookmark values. You can also save the bookmarks | 282 | you have changed any bookmark values. You can also save the bookmarks |
| 283 | at any time with the @kbd{M-x bookmark-save} command. Bookmarks are | 283 | at any time with the @kbd{M-x bookmark-save} command. Bookmarks are |
| 284 | saved to the file @file{~/.emacs.d/bookmarks} (for compatibility with | 284 | saved to the file @file{~/.emacs.d/bookmarks} (for compatibility with |
| @@ -290,9 +290,10 @@ persist from one Emacs session to the next. | |||
| 290 | @vindex bookmark-save-flag | 290 | @vindex bookmark-save-flag |
| 291 | If you set the variable @code{bookmark-save-flag} to 1, each command | 291 | If you set the variable @code{bookmark-save-flag} to 1, each command |
| 292 | that sets a bookmark will also save your bookmarks; this way, you | 292 | that sets a bookmark will also save your bookmarks; this way, you |
| 293 | don't lose any bookmark values even if Emacs crashes. (The value, if | 293 | don't lose any bookmark values even if Emacs crashes. The value, if |
| 294 | a number, says how many bookmark modifications should go by between | 294 | a number, says how many bookmark modifications should go by between |
| 295 | saving.) | 295 | saving. If you set this variable to @code{nil}, Emacs only |
| 296 | saves bookmarks if you explicitly use @kbd{M-x bookmark-save}. | ||
| 296 | 297 | ||
| 297 | @vindex bookmark-search-size | 298 | @vindex bookmark-search-size |
| 298 | Bookmark position values are saved with surrounding context, so that | 299 | Bookmark position values are saved with surrounding context, so that |