diff options
| -rw-r--r-- | lisp/frame.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index 6c7c16aa98d..20f2b6e83aa 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -1093,7 +1093,9 @@ left untouched. FRAME nil or omitted means use the selected frame." | |||
| 1093 | (make-variable-buffer-local 'show-trailing-whitespace) | 1093 | (make-variable-buffer-local 'show-trailing-whitespace) |
| 1094 | 1094 | ||
| 1095 | (defcustom show-trailing-whitespace nil | 1095 | (defcustom show-trailing-whitespace nil |
| 1096 | "*Non-nil means highlight trailing whitespace in face `trailing-whitespace'." | 1096 | "*Non-nil means highlight trailing whitespace in face `trailing-whitespace'. |
| 1097 | |||
| 1098 | Setting this variable makes it local to the current buffer." | ||
| 1097 | :tag "Highlight trailing whitespace." | 1099 | :tag "Highlight trailing whitespace." |
| 1098 | :set #'(lambda (symbol value) (set-default symbol value)) | 1100 | :set #'(lambda (symbol value) (set-default symbol value)) |
| 1099 | :type 'boolean | 1101 | :type 'boolean |