diff options
| author | Richard M. Stallman | 2005-03-26 02:04:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-26 02:04:33 +0000 |
| commit | dfef8b1d717922a16841535d74c414da16e9abd3 (patch) | |
| tree | bd978152506b7e26ee81f3461cd4771e5ead01e8 | |
| parent | e58b36207e7e8ebc97aecd90493c885b3414ee36 (diff) | |
| download | emacs-dfef8b1d717922a16841535d74c414da16e9abd3.tar.gz emacs-dfef8b1d717922a16841535d74c414da16e9abd3.zip | |
(The Mark): Document temporary Transient Mark mode.
| -rw-r--r-- | lispref/markers.texi | 6 |
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 | |||
| 554 | every buffer-modifying primitive sets @code{deactivate-mark}. The | 554 | every buffer-modifying primitive sets @code{deactivate-mark}. The |
| 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 | |||
| 558 | Lisp programs can set @code{transient-mark-mode} to @code{only} to | ||
| 559 | enable Transient Mark mode for the following command only. During | ||
| 560 | that following command, the value of transient-mark-mode is | ||
| 561 | @code{identity}. If it is still @code{identity} at the end of the | ||
| 562 | command, it changes to nil. | ||
| 557 | @end defopt | 563 | @end defopt |
| 558 | 564 | ||
| 559 | @defopt mark-even-if-inactive | 565 | @defopt mark-even-if-inactive |