diff options
| author | Göktuğ Kayaalp | 2016-10-27 08:05:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-10-27 08:11:25 -0700 |
| commit | 11d380a029640eeb99badfa31976e9c47f53b002 (patch) | |
| tree | 42f42457eece58a84b1084a5ba218b3a090bc05b /etc | |
| parent | 53a0562b2c69d7598c51c03417d8daab46f375c9 (diff) | |
| download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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 | ||
| 66 | of curved quotes for 'electric-quote-mode', allowing user to choose | ||
| 67 | the types of quotes to be used. | ||
| 68 | |||
| 64 | --- | 69 | --- |
| 65 | The group 'wp', whose label was "text", is now deprecated. | 70 | The group 'wp', whose label was "text", is now deprecated. |
| 66 | Use the new group 'text', which inherits from 'wp', instead. | 71 | Use the new group 'text', which inherits from 'wp', instead. |