diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/regs.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/regs.texi b/doc/emacs/regs.texi index 37026946477..68a8245b34d 100644 --- a/doc/emacs/regs.texi +++ b/doc/emacs/regs.texi | |||
| @@ -359,6 +359,13 @@ saves bookmarks if you explicitly use @kbd{M-x bookmark-save}. | |||
| 359 | The variable @code{bookmark-default-file} specifies the file in | 359 | The variable @code{bookmark-default-file} specifies the file in |
| 360 | which to save bookmarks by default. | 360 | which to save bookmarks by default. |
| 361 | 361 | ||
| 362 | @vindex bookmark-use-annotations | ||
| 363 | @cindex bookmark annotations | ||
| 364 | If you set the variable @code{bookmark-use-annotations} to @code{t}, | ||
| 365 | setting a bookmark will query for an annotation. If a bookmark has an | ||
| 366 | annotation, it is automatically shown in a separate window when you | ||
| 367 | jump to the bookmark. | ||
| 368 | |||
| 362 | @vindex bookmark-search-size | 369 | @vindex bookmark-search-size |
| 363 | Bookmark position values are saved with surrounding context, so that | 370 | Bookmark position values are saved with surrounding context, so that |
| 364 | @code{bookmark-jump} can find the proper position even if the file is | 371 | @code{bookmark-jump} can find the proper position even if the file is |