From: Richard M. Stallman Date: Sat, 17 Jul 2004 14:43:49 +0000 (+0000) Subject: (syms_of_buffer) : Doc fix. X-Git-Tag: ttn-vms-21-2-B4~5461 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b3264fd2a8803c90ddb0a21b675b25f5d6ff72f4;p=emacs.git (syms_of_buffer) : Doc fix. --- 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,