diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-07-17 14:43:49 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-07-17 14:43:49 +0000 |
commit | a3bc4f0fd478c9d38459387ae5552ca525da09df (patch) | |
tree | 323af8535e129e698dcaf33cac433351752c9c38 /src/buffer.c | |
parent | 6bf8eb953b36f965e7f3b73e157fafe9af4bbffa (diff) | |
download | emacs-a3bc4f0fd478c9d38459387ae5552ca525da09df.tar.gz |
(syms_of_buffer) <transient-mark-mode>: Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index c5783ade2a0..f55ae7983f4 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5861,7 +5861,10 @@ all windows or just the selected window. If the value is `lambda', that enables Transient Mark mode temporarily until the next buffer modification. If a command sets the value to `only', -that enables Transient Mark mode for the following command only. */); +that enables Transient Mark mode for the following command only. +During that following command, the value of `transient-mark-mode' +is `identity'. If it is still `identity' at the end of that command, +it changes to nil. */); Vtransient_mark_mode = Qnil; DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only, |