Mercurial > emacs
changeset 56452:ff1b3d52a8cd
(syms_of_buffer) <transient-mark-mode>: Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 17 Jul 2004 14:43:49 +0000 |
parents | b190e160aa91 |
children | b8b142a8e2c6 |
files | src/buffer.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Sat Jul 17 14:40:22 2004 +0000 +++ b/src/buffer.c Sat Jul 17 14:43:49 2004 +0000 @@ -5861,7 +5861,10 @@ 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,