From: Richard M. Stallman Date: Wed, 11 Dec 1996 01:07:41 +0000 (+0000) Subject: (syms_of_buffer): Doc fix (transient-mark-mode). X-Git-Tag: emacs-20.1~3279 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=319c537c12532c39e68a777501f723d6c4b20399;p=emacs.git (syms_of_buffer): Doc fix (transient-mark-mode). --- 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,