diff options
| author | Richard M. Stallman | 2006-01-31 18:28:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-01-31 18:28:32 +0000 |
| commit | c48a6229970c6f2b4308fe8624bf169e938bf816 (patch) | |
| tree | 1daafde61d7eec2f0146db82e700309d6d9d2143 | |
| parent | 3492c2c02d525ca0a243d8b049c8e4e00e36da26 (diff) | |
| download | emacs-c48a6229970c6f2b4308fe8624bf169e938bf816.tar.gz emacs-c48a6229970c6f2b4308fe8624bf169e938bf816.zip | |
(Registers): Mention bookmarks here.
| -rw-r--r-- | man/regs.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/regs.texi b/man/regs.texi index 0992d750052..0ed83f2bf54 100644 --- a/man/regs.texi +++ b/man/regs.texi | |||
| @@ -25,6 +25,11 @@ contains, use @kbd{M-x view-register}. | |||
| 25 | Display a description of what register @var{r} contains. | 25 | Display a description of what register @var{r} contains. |
| 26 | @end table | 26 | @end table |
| 27 | 27 | ||
| 28 | @dfn{Bookmarks} record files and positions in them, so you can | ||
| 29 | return to those positions when you look at the file again. | ||
| 30 | Bookmarks are similar enough in spirit to registers that they | ||
| 31 | seem to belong in this chapter. | ||
| 32 | |||
| 28 | @menu | 33 | @menu |
| 29 | * Position: RegPos. Saving positions in registers. | 34 | * Position: RegPos. Saving positions in registers. |
| 30 | * Text: RegText. Saving text in registers. | 35 | * Text: RegText. Saving text in registers. |