diff options
| author | Xue Fuqiao | 2013-12-23 21:17:59 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-12-23 21:17:59 +0800 |
| commit | b7a017ad7d3f556e88ec4b21ec949e056b562066 (patch) | |
| tree | 497ee00e66c0bae6cde74e8d148e34eb356f66dc | |
| parent | fdac78ed49eaecffeab4c3c98b8eec7aebc799cd (diff) | |
| download | emacs-b7a017ad7d3f556e88ec4b21ec949e056b562066.tar.gz emacs-b7a017ad7d3f556e88ec4b21ec949e056b562066.zip | |
* doc/emacs/regs.texi (Bookmarks): Document `bookmark-default-file'.
| -rw-r--r-- | doc/emacs/ChangeLog | 2 | ||||
| -rw-r--r-- | doc/emacs/regs.texi | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 2c10713b191..80619f3a007 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-12-23 Xue Fuqiao <xfq.free@gmail.com> | 1 | 2013-12-23 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 2 | ||
| 3 | * regs.texi (Bookmarks): Document `bookmark-default-file'. | ||
| 4 | |||
| 3 | * misc.texi (Shell Mode): Add a cross-reference. | 5 | * misc.texi (Shell Mode): Add a cross-reference. |
| 4 | 6 | ||
| 5 | * building.texi (Lisp Eval): Add an index. | 7 | * building.texi (Lisp Eval): Add an index. |
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi index 998d194a8e4..daf4417f656 100644 --- a/doc/emacs/regs.texi +++ b/doc/emacs/regs.texi | |||
| @@ -335,6 +335,10 @@ a number, says how many bookmark modifications should go by between | |||
| 335 | saving. If you set this variable to @code{nil}, Emacs only | 335 | saving. If you set this variable to @code{nil}, Emacs only |
| 336 | saves bookmarks if you explicitly use @kbd{M-x bookmark-save}. | 336 | saves bookmarks if you explicitly use @kbd{M-x bookmark-save}. |
| 337 | 337 | ||
| 338 | @vindex bookmark-default-file | ||
| 339 | The variable @code{bookmark-default-file} specifies the file in | ||
| 340 | which to save bookmarks by default. | ||
| 341 | |||
| 338 | @vindex bookmark-search-size | 342 | @vindex bookmark-search-size |
| 339 | Bookmark position values are saved with surrounding context, so that | 343 | Bookmark position values are saved with surrounding context, so that |
| 340 | @code{bookmark-jump} can find the proper position even if the file is | 344 | @code{bookmark-jump} can find the proper position even if the file is |