mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(syms_of_buffer): Doc fix.
This commit is contained in:
parent
eb630d4b6b
commit
5a39b770ee
1 changed files with 5 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue