diff options
| author | Eli Zaretskii | 2021-11-18 08:46:17 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-18 08:46:17 +0200 |
| commit | 7404f4b4e0bf472d5f161957ff23e30df0e8b96d (patch) | |
| tree | 25f5cf030fa1daaf00a465f16329bd0dcae03103 | |
| parent | fa0b34b716ba31a6414d12de67c8f30706caad96 (diff) | |
| download | emacs-7404f4b4e0bf472d5f161957ff23e30df0e8b96d.tar.gz emacs-7404f4b4e0bf472d5f161957ff23e30df0e8b96d.zip | |
Improve doc string of 'highlight-nonselected-windows'
* src/xdisp.c (syms_of_xdisp) <highlight-nonselected-windows>:
Clarify the doc string. (Bug#51927)
| -rw-r--r-- | src/xdisp.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index c05e7edbc97..0316408d927 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -35205,7 +35205,9 @@ line number may be omitted from the mode line. */); | |||
| 35205 | line_number_display_limit_width = 200; | 35205 | line_number_display_limit_width = 200; |
| 35206 | 35206 | ||
| 35207 | DEFVAR_BOOL ("highlight-nonselected-windows", highlight_nonselected_windows, | 35207 | DEFVAR_BOOL ("highlight-nonselected-windows", highlight_nonselected_windows, |
| 35208 | doc: /* Non-nil means highlight region even in nonselected windows. */); | 35208 | doc: /* Non-nil means highlight active region even in nonselected windows. |
| 35209 | When nil (the default), the active region is only highlighted when | ||
| 35210 | the window is selected. */); | ||
| 35209 | highlight_nonselected_windows = false; | 35211 | highlight_nonselected_windows = false; |
| 35210 | 35212 | ||
| 35211 | DEFVAR_BOOL ("multiple-frames", multiple_frames, | 35213 | DEFVAR_BOOL ("multiple-frames", multiple_frames, |