aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-01-31 18:28:32 +0000
committerRichard M. Stallman2006-01-31 18:28:32 +0000
commitc48a6229970c6f2b4308fe8624bf169e938bf816 (patch)
tree1daafde61d7eec2f0146db82e700309d6d9d2143
parent3492c2c02d525ca0a243d8b049c8e4e00e36da26 (diff)
downloademacs-c48a6229970c6f2b4308fe8624bf169e938bf816.tar.gz
emacs-c48a6229970c6f2b4308fe8624bf169e938bf816.zip
(Registers): Mention bookmarks here.
-rw-r--r--man/regs.texi5
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}.
25Display a description of what register @var{r} contains. 25Display 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
29return to those positions when you look at the file again.
30Bookmarks are similar enough in spirit to registers that they
31seem 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.