diff options
author | Dan Nicolaescu <dann@ics.uci.edu> | 2012-09-10 10:33:08 -0400 |
---|---|---|
committer | Dan Nicolaescu <dann@ics.uci.edu> | 2012-09-10 10:33:08 -0400 |
commit | cdff2ce78c32bbeb6442c62605b61d3af92e812d (patch) | |
tree | edbc43b3e4c19f3ad1e1c52bad8ed517ea1f2d4f | |
parent | 8c718c585297ef4faaa4d30f5d0a7744dd6ed1bf (diff) | |
download | emacs-cdff2ce78c32bbeb6442c62605b61d3af92e812d.tar.gz emacs-cdff2ce78c32bbeb6442c62605b61d3af92e812d.tar.bz2 emacs-cdff2ce78c32bbeb6442c62605b61d3af92e812d.zip |
Mention diff-remove-trailing-whitespace.
-rw-r--r-- | etc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -355,6 +355,9 @@ The variable `diff-use-changed-face' defines whether to use the face `diff-changed', or `diff-removed' and `diff-added' to highlight changes in context diffs. +*** The new command `diff-remove-trailing-whitespace' fixes trailing +whitespace problems introduced by the diff. + ** Ediff now uses the same color scheme as Diff mode on high color displays. |