diff options
author | Eli Zaretskii <eliz@gnu.org> | 2001-07-19 13:24:11 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2001-07-19 13:24:11 +0000 |
commit | 4125ceb0ce9f9ffc79ab69b8c106840d3dcd9f81 (patch) | |
tree | c69e606de99b58ca839c345b26cfa4192f98d98f /man/mark.texi | |
parent | 56974e039a363959fd59c1b52b103e3b7c2b0e27 (diff) | |
download | emacs-4125ceb0ce9f9ffc79ab69b8c106840d3dcd9f81.tar.gz |
Fix last changes.
Diffstat (limited to 'man/mark.texi')
-rw-r--r-- | man/mark.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/mark.texi b/man/mark.texi index 79ea5a4207d..e153cb74761 100644 --- a/man/mark.texi +++ b/man/mark.texi @@ -315,7 +315,7 @@ remembering a spot that you may want to go back to. To make this feature more useful, each buffer remembers 16 previous locations of the mark, in the @dfn{mark ring}. Commands that set the mark also push the old mark onto this ring. To return to a marked location, use @kbd{C-u -C-@key{SPC}} (or @kbd{C-u C-@@}); this is the same as the command +C-@key{SPC}} (or @kbd{C-u C-@@}); this is the command @code{set-mark-command} given a numeric argument. It moves point to where the mark was, and restores the mark from the ring of former marks. Thus, repeated use of this command moves point to all of the old |