Improve doc string of 'highlight-nonselected-windows'
* src/xdisp.c (syms_of_xdisp) <highlight-nonselected-windows>: Clarify the doc string. (Bug#51927)
This commit is contained in:
parent
fa0b34b716
commit
7404f4b4e0
1 changed files with 3 additions and 1 deletions
|
@ -35205,7 +35205,9 @@ line number may be omitted from the mode line. */);
|
|||
line_number_display_limit_width = 200;
|
||||
|
||||
DEFVAR_BOOL ("highlight-nonselected-windows", highlight_nonselected_windows,
|
||||
doc: /* Non-nil means highlight region even in nonselected windows. */);
|
||||
doc: /* Non-nil means highlight active region even in nonselected windows.
|
||||
When nil (the default), the active region is only highlighted when
|
||||
the window is selected. */);
|
||||
highlight_nonselected_windows = false;
|
||||
|
||||
DEFVAR_BOOL ("multiple-frames", multiple_frames,
|
||||
|
|
Loading…
Add table
Reference in a new issue