aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTassilo Horn2015-10-03 07:49:08 +0200
committerTassilo Horn2015-10-03 07:49:08 +0200
commite1605252fd8ca904e83782a5bbfce15564ef7696 (patch)
tree65f4ccf6c7c01314262552d929f22588bed2ebc1
parentde7fc458e99867b6cb540ec033c3b740a1dd65e9 (diff)
downloademacs-e1605252fd8ca904e83782a5bbfce15564ef7696.tar.gz
emacs-e1605252fd8ca904e83782a5bbfce15564ef7696.zip
Adapt to new prettify-symbols-unprettify-at-point default
* etc/NEWS: Mention that unprettication of symbol at point is off by default.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ac9a600ab10..26c478eff73 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -326,7 +326,7 @@ character. `prettify-symbols-default-compose-p' is the default which
326is suitable for most programming languages such as C or Lisp (but not 326is suitable for most programming languages such as C or Lisp (but not
327(La)TeX). 327(La)TeX).
328 328
329*** Symbols are not prettified while point is inside them. 329*** Symbols can be unprettified while point is inside them.
330New variable `prettify-symbols-unprettify-at-point' configures this. 330New variable `prettify-symbols-unprettify-at-point' configures this.
331 331
332** New `xterm-screen-extra-capabilities' config. 332** New `xterm-screen-extra-capabilities' config.