aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2012-05-31 04:09:41 +0300
committerJuri Linkov2012-05-31 04:09:41 +0300
commitb03b4c00631aa0d43de33c0498db36a2403cd519 (patch)
tree101f8b77ae88a1024c70fbca1413f282495c68ac
parent9e4bf381b7f2ffa95c64cac0cd8015152a33289c (diff)
downloademacs-b03b4c00631aa0d43de33c0498db36a2403cd519.tar.gz
emacs-b03b4c00631aa0d43de33c0498db36a2403cd519.zip
* etc/NEWS: Doc fix.
Fixes: debbugs:11574
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1ecc616f15d..8af0f391d07 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -118,6 +118,9 @@ The variable `diff-use-changed-face' defines whether to use
118the face `diff-changed', or `diff-removed' and `diff-added' 118the face `diff-changed', or `diff-removed' and `diff-added'
119to highlight changes in context diffs. 119to highlight changes in context diffs.
120 120
121** Ediff now uses the same color scheme as Diff mode
122on high color displays.
123
121** `sh-script' 124** `sh-script'
122*** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair. 125*** Pairing of parens/quotes uses electric-pair-mode instead of skeleton-pair.
123*** `sh-electric-here-document-mode' now controls auto-insertion of here-docs. 126*** `sh-electric-here-document-mode' now controls auto-insertion of here-docs.