aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-03-26 02:04:33 +0000
committerRichard M. Stallman2005-03-26 02:04:33 +0000
commitdfef8b1d717922a16841535d74c414da16e9abd3 (patch)
treebd978152506b7e26ee81f3461cd4771e5ead01e8
parente58b36207e7e8ebc97aecd90493c885b3414ee36 (diff)
downloademacs-dfef8b1d717922a16841535d74c414da16e9abd3.tar.gz
emacs-dfef8b1d717922a16841535d74c414da16e9abd3.zip
(The Mark): Document temporary Transient Mark mode.
-rw-r--r--lispref/markers.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/lispref/markers.texi b/lispref/markers.texi
index 31d6796af58..3353d7805ae 100644
--- a/lispref/markers.texi
+++ b/lispref/markers.texi
@@ -554,6 +554,12 @@ This variable if non-@code{nil} enables Transient Mark mode, in which
554every buffer-modifying primitive sets @code{deactivate-mark}. The 554every buffer-modifying primitive sets @code{deactivate-mark}. The
555consequence of this is that commands that modify the buffer normally 555consequence of this is that commands that modify the buffer normally
556make the mark inactive. 556make the mark inactive.
557
558Lisp programs can set @code{transient-mark-mode} to @code{only} to
559enable Transient Mark mode for the following command only. During
560that following command, the value of transient-mark-mode is
561@code{identity}. If it is still @code{identity} at the end of the
562command, it changes to nil.
557@end defopt 563@end defopt
558 564
559@defopt mark-even-if-inactive 565@defopt mark-even-if-inactive