diff options
| author | Dave Love | 2001-01-04 15:36:59 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-04 15:36:59 +0000 |
| commit | 75d2d89f51e493138725f2cf26efdab8c65382b1 (patch) | |
| tree | 1a8009ea90ccf3151367b2011a6a0243a38239ad | |
| parent | 5bb548d2f33c344be8f2b6b6979afc70b6ba67e8 (diff) | |
| download | emacs-75d2d89f51e493138725f2cf26efdab8c65382b1.tar.gz emacs-75d2d89f51e493138725f2cf26efdab8c65382b1.zip | |
(whitespace-global-mode): Fix typo.
| -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 |