diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 12 |
1 files changed, 6 insertions, 6 deletions
| @@ -138,12 +138,12 @@ line, after a whitespace character, and after an opening parenthesis; | |||
| 138 | and it will replace the apostrophe by a closing quote character in all | 138 | and it will replace the apostrophe by a closing quote character in all |
| 139 | other cases. | 139 | other cases. |
| 140 | 140 | ||
| 141 | ** The new variable 'electric-quote-code-faces' controls when to | 141 | ** The new variable 'electric-quote-inhibit-functions' controls when |
| 142 | disable electric quoting in text modes. Major modes can add faces to | 142 | to disable electric quoting based on context. Major modes can add |
| 143 | this list; Emacs will temporarily disable 'electric-quote-mode' | 143 | functions to this list; Emacs will temporarily disable |
| 144 | whenever point is before a character having such a face. This is | 144 | 'electric-quote-mode' whenever any of the functions returns non-nil. |
| 145 | intended for major modes that derive from 'text-mode' but allow inline | 145 | This can be used by major modes that derive from 'text-mode' but allow |
| 146 | code segments, such as 'markdown-mode'. | 146 | inline 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 |