diff options
author | Glenn Morris <rgm@gnu.org> | 2011-11-16 22:23:50 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2011-11-16 22:23:50 -0500 |
commit | b6e63cbebdac53be5ba3ce9261d7edc8dfda8bf5 (patch) | |
tree | 387a1b24cae1fe28198fb8be93e0cff41e1addd8 /doc/emacs/regs.texi | |
parent | 35c0bac81abf468534817d0e56b5b3f695fd71f9 (diff) |
* doc/emacs/regs.texi (Bookmarks): Small fixes related to saving. (Bug#10058)
Diffstat (limited to 'doc/emacs/regs.texi')
-rw-r--r-- | doc/emacs/regs.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi index 7e5b07221a..f7fd52bd28 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 bookmarks. Type @kbd{C-h m} in the bookmark buffer for more information about its special editing commands. - When you kill Emacs, Emacs offers to save your bookmark values, if + When you kill Emacs, Emacs saves your bookmarks, if you have changed any bookmark values. You can also save the bookmarks at any time with the @kbd{M-x bookmark-save} command. Bookmarks are saved to the file @file{~/.emacs.d/bookmarks} (for compatibility with @@ -290,9 +290,10 @@ persist from one Emacs session to the next. @vindex bookmark-save-flag If you set the variable @code{bookmark-save-flag} to 1, each command that sets a bookmark will also save your bookmarks; this way, you -don't lose any bookmark values even if Emacs crashes. (The value, if +don't lose any bookmark values even if Emacs crashes. The value, if a number, says how many bookmark modifications should go by between -saving.) +saving. If you set this variable to @code{nil}, Emacs only +saves bookmarks if you explicitly use @kbd{M-x bookmark-save}. @vindex bookmark-search-size Bookmark position values are saved with surrounding context, so that |