diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/whitespace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el index 014e87eba2c..7f48560a245 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el | |||
| @@ -592,7 +592,7 @@ Setting this variable directly does not take effect; | |||
| 592 | use either \\[customize] or the function `whitespace-global-mode' | 592 | use either \\[customize] or the function `whitespace-global-mode' |
| 593 | \(which see)." | 593 | \(which see)." |
| 594 | :set (lambda (sym val) | 594 | :set (lambda (sym val) |
| 595 | (whitespace-global-mode (or value 0))) | 595 | (whitespace-global-mode (or val 0))) |
| 596 | :initialize 'custom-initialize-default | 596 | :initialize 'custom-initialize-default |
| 597 | :type 'boolean | 597 | :type 'boolean |
| 598 | :group 'whitespace | 598 | :group 'whitespace |