diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2008-08-06 03:50:13 +0000 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2008-08-06 03:50:13 +0000 |
commit | d3cecb40410901f079677b1a4d3690e649abec23 (patch) | |
tree | bb39b214a8c933a5a1a2cb03121ee9e5ed4ed60d /lisp/diff-mode.el | |
parent | 49c2119dd7484d8a4ab633d181816b1f4ea28407 (diff) | |
download | emacs-d3cecb40410901f079677b1a4d3690e649abec23.tar.gz |
(diff-show-trailing-whitespaces): Fix typo.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r-- | lisp/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index d61f7689ae5..a32047e70f7 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -1886,7 +1886,7 @@ I.e. like `add-change-log-entry-other-window' but applied to all hunks." (interactive) (let ((whitespace-style '(trailing)) (whitespace-trailing-regexp "^[-\+!<>].*?\\([\t ]+\\)$")) - (whitespace-mode 1))) ; display trailing blanks in diff buffer + (whitespace-mode 1))) ; display trailing whitespace in diff buffer ;; provide the package (provide 'diff-mode) |