From 319c537c12532c39e68a777501f723d6c4b20399 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 11 Dec 1996 01:07:41 +0000 Subject: [PATCH] (syms_of_buffer): Doc fix (transient-mark-mode). --- src/buffer.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index b02bf784e17..2d0e279cff8 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -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, -- 2.39.5