summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2004-06-21 03:20:20 +0000
committerRichard M. Stallman <rms@gnu.org>2004-06-21 03:20:20 +0000
commit5a39b770ee5604f23ef031032afab8f47548dafd (patch)
treecbeecc0d49c54b49d8455e9962d343b6b60849ba /src/buffer.c
parenteb630d4b6b23c5c989b48233881c61f31a9a7386 (diff)
downloademacs-5a39b770ee5604f23ef031032afab8f47548dafd.tar.gz
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index b72695d82bc..031f5da8e6e 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5847,7 +5847,11 @@ If the buffer has never been shown in a window, the value is nil. */);
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,