]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer): Doc fix (transient-mark-mode).
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Dec 1996 01:07:41 +0000 (01:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Dec 1996 01:07:41 +0000 (01:07 +0000)
src/buffer.c

index b02bf784e177a040f03114345f073a88d6bea479..2d0e279cff8c3bbc4b6e8948eed4c219716c2d8a 100644 (file)
@@ -4028,7 +4028,10 @@ then characters with property value PROP are invisible,\n\
 and they have an ellipsis as well if ELLIPSIS is non-nil.");
 
   DEFVAR_LISP ("transient-mark-mode", &Vtransient_mark_mode,
-    "*Non-nil means deactivate the mark when the buffer contents change.");
+    "*Non-nil means deactivate the mark when the buffer contents change.\n\
+Non-nil also enables highlighting of the region whenever the mark is active.\n\
+The variable `highlight-nonselected-windows' controls whether to highlight\n\
+all windows or just the selected window.");
   Vtransient_mark_mode = Qnil;
 
   DEFVAR_LISP ("inhibit-read-only", &Vinhibit_read_only,