# HG changeset patch # User Richard M. Stallman # Date 1087788020 0 # Node ID e9132cd927337552546ceb254d2d6d255af6986c # Parent 89f3c86e4a7707f67c97a06ac737a3b6f96a2e6b (syms_of_buffer): Doc fix. diff -r 89f3c86e4a77 -r e9132cd92733 src/buffer.c --- a/src/buffer.c Mon Jun 21 03:16:28 2004 +0000 +++ b/src/buffer.c Mon Jun 21 03:20:20 2004 +0000 @@ -5847,7 +5847,11 @@ doc: /* *Non-nil means deactivate the mark when the buffer contents change. Non-nil also enables highlighting of the region whenever the mark is active. The variable `highlight-nonselected-windows' controls whether to highlight -all windows or just the selected window. */); +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. */); Vtransient_mark_mode = Qnil; DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only,