aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a766642ef22..83cb73f4a98 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -138,12 +138,12 @@ line, after a whitespace character, and after an opening parenthesis;
138and it will replace the apostrophe by a closing quote character in all 138and it will replace the apostrophe by a closing quote character in all
139other cases. 139other cases.
140 140
141** The new variable 'electric-quote-code-faces' controls when to 141** The new variable 'electric-quote-inhibit-functions' controls when
142disable electric quoting in text modes. Major modes can add faces to 142to disable electric quoting based on context. Major modes can add
143this list; Emacs will temporarily disable 'electric-quote-mode' 143functions to this list; Emacs will temporarily disable
144whenever point is before a character having such a face. This is 144'electric-quote-mode' whenever any of the functions returns non-nil.
145intended for major modes that derive from 'text-mode' but allow inline 145This can be used by major modes that derive from 'text-mode' but allow
146code segments, such as 'markdown-mode'. 146inline code segments, such as 'markdown-mode'.
147 147
148+++ 148+++
149** The new user variable 'dired-omit-case-fold' allows the user to 149** The new user variable 'dired-omit-case-fold' allows the user to