Mercurial > emacs
changeset 16665:195f7cf6a9f3
(syms_of_buffer): Doc fix (transient-mark-mode).
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 11 Dec 1996 01:07:41 +0000 |
parents | f67402af7555 |
children | b1e4c26fc85c |
files | src/buffer.c |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Wed Dec 11 00:57:00 1996 +0000 +++ b/src/buffer.c Wed Dec 11 01:07:41 1996 +0000 @@ -4028,7 +4028,10 @@ 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,