aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-11-08 00:14:23 -0800
committerGlenn Morris2012-11-08 00:14:23 -0800
commit26f596760dcbedc775d69ce829426b9d8dbd1870 (patch)
treee0e8acef4058cbe18f626c1efb3fe46d99a59edf /etc
parent7858872b755fd48d82f26a488351ac7ef8512f71 (diff)
downloademacs-26f596760dcbedc775d69ce829426b9d8dbd1870.tar.gz
emacs-26f596760dcbedc775d69ce829426b9d8dbd1870.zip
Document diff-remove-trailing-whitespace
* doc/emacs/files.texi (Diff Mode): Trailing whitespace updates. * lisp/vc/diff-mode.el (diff-remove-trailing-whitespace): Doc fix. * etc/NEWS: Related markup.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 7 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 275e33d8026..5fa57ac23bd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -392,18 +392,21 @@ details.
392 392
393** Diff mode 393** Diff mode
394 394
395---
395*** Changes are now highlighted using the same color scheme as in 396*** Changes are now highlighted using the same color scheme as in
396modern VCSes. Deletions are displayed in red (new faces 397modern VCSes. Deletions are displayed in red (new faces
397`diff-refine-removed' and `smerge-refined-removed' and new definition 398`diff-refine-removed' and `smerge-refined-removed', and new definition
398of `diff-removed'), insertions in green (new faces `diff-refine-added' 399of `diff-removed'), insertions in green (new faces `diff-refine-added'
399and `smerge-refined-added' and new definition of `diff-added'). 400and `smerge-refined-added', and new definition of `diff-added').
400 401
402---
401*** The variable `diff-use-changed-face' defines whether to use the 403*** The variable `diff-use-changed-face' defines whether to use the
402face `diff-changed', or `diff-removed' and `diff-added' to highlight 404face `diff-changed', or `diff-removed' and `diff-added' to highlight
403changes in context diffs. 405changes in context diffs.
404 406
405*** The new command `diff-remove-trailing-whitespace' fixes trailing 407+++
406whitespace problems introduced by the diff. 408*** The new command `diff-remove-trailing-whitespace' removes trailing
409whitespace introduced by a diff.
407 410
408** Dired 411** Dired
409+++ 412+++