aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/diff-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r--lisp/diff-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el
index 28ad437f15d..a83200d8982 100644
--- a/lisp/diff-mode.el
+++ b/lisp/diff-mode.el
@@ -184,7 +184,7 @@ when editing big diffs)."
184 :help "Convert unified diffs to context diffs"] 184 :help "Convert unified diffs to context diffs"]
185 ;;["Fixup Headers" diff-fixup-modifs (not buffer-read-only)] 185 ;;["Fixup Headers" diff-fixup-modifs (not buffer-read-only)]
186 ["Show trailing whitespace" whitespace-mode 186 ["Show trailing whitespace" whitespace-mode
187 :style toggle :selected (and (boundp 'whitespace-mode) whitespace-mode) 187 :style toggle :selected (bound-and-true-p whitespace-mode)
188 :help "Show trailing whitespace in modified lines"] 188 :help "Show trailing whitespace in modified lines"]
189 "-----" 189 "-----"
190 ["Split hunk" diff-split-hunk 190 ["Split hunk" diff-split-hunk