diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index be0baecd76b..9bf37e21776 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -22360,7 +22360,7 @@ The face used for trailing whitespace is `trailing-whitespace'. */); | |||
| 22360 | 22360 | ||
| 22361 | DEFVAR_LISP ("show-nonbreak-escape", &Vshow_nonbreak_escape, | 22361 | DEFVAR_LISP ("show-nonbreak-escape", &Vshow_nonbreak_escape, |
| 22362 | doc: /* *Non-nil means display escape character before non-break space and hyphen. */); | 22362 | doc: /* *Non-nil means display escape character before non-break space and hyphen. */); |
| 22363 | Vshow_trailing_whitespace = Qt; | 22363 | Vshow_nonbreak_escape = Qt; |
| 22364 | 22364 | ||
| 22365 | DEFVAR_LISP ("void-text-area-pointer", &Vvoid_text_area_pointer, | 22365 | DEFVAR_LISP ("void-text-area-pointer", &Vvoid_text_area_pointer, |
| 22366 | doc: /* *The pointer shape to show in void text areas. | 22366 | doc: /* *The pointer shape to show in void text areas. |