comparison doc/lispref/markers.texi @ 98762:ef39b163f82b

(The Mark): Fix last change.
author Eli Zaretskii <eliz@gnu.org>
date Wed, 15 Oct 2008 19:53:00 +0000
parents 1d0213f6230f
children ae2c057fb447
comparison
equal deleted inserted replaced
98761:1cca6e46c2a0 98762:ef39b163f82b
555 consequence of this is that commands that modify the buffer normally 555 consequence of this is that commands that modify the buffer normally
556 make the mark inactive. 556 make the mark inactive.
557 557
558 Lisp programs can set @code{transient-mark-mode} to non-@code{nil}, 558 Lisp programs can set @code{transient-mark-mode} to non-@code{nil},
559 non-@code{t} values to enable Transient Mark mode temporarily. If the 559 non-@code{t} values to enable Transient Mark mode temporarily. If the
560 value is @code{lambda}, Transient Mark Mode is automatically turned 560 value is @code{lambda}, Transient Mark mode is automatically turned
561 off after any action, such as buffer modification, that would normally 561 off after any action, such as buffer modification, that would normally
562 deactivate the mark. If the value is @w{@code{(only . @var{oldval})}}, 562 deactivate the mark. If the value is @w{@code{(only . @var{oldval})}},
563 then @code{transient-mark-mode} is set to the value @var{oldval} after 563 then @code{transient-mark-mode} is set to the value @var{oldval} after
564 any subsequent command that moves point and is not shift-translated 564 any subsequent command that moves point and is not shift-translated
565 (@pxref{Key Sequence Input, shift-translation}), or after any other 565 (@pxref{Key Sequence Input, shift-translation}), or after any other