diff options
author | Mattias EngdegÄrd <mattiase@acm.org> | 2022-07-02 12:01:18 +0200 |
---|---|---|
committer | Mattias EngdegÄrd <mattiase@acm.org> | 2022-07-02 13:32:41 +0200 |
commit | 8d68760ddee3690b4312fdb5d85210cb21b4eb7d (patch) | |
tree | 9332368efe35507bd11da1a743628871fc983e0a /lisp/whitespace.el | |
parent | c5aec9b10d709b91a0188b705b653bd2a59fff2d (diff) | |
download | emacs-8d68760ddee3690b4312fdb5d85210cb21b4eb7d.tar.gz |
; Fix typos.
Diffstat (limited to 'lisp/whitespace.el')
-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 98f21ce9a5f..240f99effc2 100644 --- a/lisp/whitespace.el +++ b/lisp/whitespace.el @@ -1697,7 +1697,7 @@ cleaning up these problems." (rstart (min start end)) (rend (max start end)) ;; Fall back to whitespace-style so we can run before - ;; before the mode is active. + ;; the mode is active. (style (copy-sequence (or whitespace-active-style whitespace-style))) (bogus-list |