aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGöktuğ Kayaalp2016-10-27 08:05:24 -0700
committerPaul Eggert2016-10-27 08:11:25 -0700
commit11d380a029640eeb99badfa31976e9c47f53b002 (patch)
tree42f42457eece58a84b1084a5ba218b3a090bc05b /etc
parent53a0562b2c69d7598c51c03417d8daab46f375c9 (diff)
downloademacs-11d380a029640eeb99badfa31976e9c47f53b002.tar.gz
emacs-11d380a029640eeb99badfa31976e9c47f53b002.zip
New user variable 'electric-quote-chars'
* doc/emacs/text.texi (Quotation Marks), etc/NEWS: Document this. * lisp/electric.el (electric-quote-chars): New defcustom. (electric-quote-post-self-insert-function): Use it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a160f810234..addd05695fb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -61,6 +61,11 @@ affected by this, as SGI stopped supporting IRIX in December 2013.
61 61
62* Changes in Emacs 26.1 62* Changes in Emacs 26.1
63 63
64+++
65** The new user variable 'electric-quote-chars' provides a list
66of curved quotes for 'electric-quote-mode', allowing user to choose
67the types of quotes to be used.
68
64--- 69---
65The group 'wp', whose label was "text", is now deprecated. 70The group 'wp', whose label was "text", is now deprecated.
66Use the new group 'text', which inherits from 'wp', instead. 71Use the new group 'text', which inherits from 'wp', instead.