comparison man/mark.texi @ 38490:1518ad710658

Fix last changes.
author Eli Zaretskii <eliz@gnu.org>
date Thu, 19 Jul 2001 13:24:11 +0000
parents c8c4805bde95
children 4d3fd773cd30
comparison
equal deleted inserted replaced
38489:19cb32759a2a 38490:1518ad710658
313 Aside from delimiting the region, the mark is also useful for 313 Aside from delimiting the region, the mark is also useful for
314 remembering a spot that you may want to go back to. To make this 314 remembering a spot that you may want to go back to. To make this
315 feature more useful, each buffer remembers 16 previous locations of the 315 feature more useful, each buffer remembers 16 previous locations of the
316 mark, in the @dfn{mark ring}. Commands that set the mark also push the 316 mark, in the @dfn{mark ring}. Commands that set the mark also push the
317 old mark onto this ring. To return to a marked location, use @kbd{C-u 317 old mark onto this ring. To return to a marked location, use @kbd{C-u
318 C-@key{SPC}} (or @kbd{C-u C-@@}); this is the same as the command 318 C-@key{SPC}} (or @kbd{C-u C-@@}); this is the command
319 @code{set-mark-command} given a numeric argument. It moves point to 319 @code{set-mark-command} given a numeric argument. It moves point to
320 where the mark was, and restores the mark from the ring of former 320 where the mark was, and restores the mark from the ring of former
321 marks. Thus, repeated use of this command moves point to all of the old 321 marks. Thus, repeated use of this command moves point to all of the old
322 marks on the ring, one by one. The mark positions you move through in 322 marks on the ring, one by one. The mark positions you move through in
323 this way are not lost; they go to the end of the ring. 323 this way are not lost; they go to the end of the ring.