aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorXue Fuqiao2014-02-28 11:04:12 +0800
committerXue Fuqiao2014-02-28 11:04:12 +0800
commit4f07dcdce61f54524a8efe63493e5db6e605dd2d (patch)
tree8a08b2f15e0607e108b70758734bb35171342277 /etc
parent0a4d25e5d249d35a08959a2775229fef804e9edc (diff)
parent0fcfa97418aa7e7fa42887507e25b9bdf150cc66 (diff)
downloademacs-4f07dcdce61f54524a8efe63493e5db6e605dd2d.tar.gz
emacs-4f07dcdce61f54524a8efe63493e5db6e605dd2d.zip
Document `prettify-symbols-mode' and `global-prettify-symbols-mode'.
* doc/emacs/emacs.texi (Top): * doc/emacs/programs.texi (Programs, Prettifying Symbols): Document `prettify-symbols-mode' and `global-prettify-symbols-mode'. * etc/NEWS: Markup changes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d08efc818d2..3d45dfb8011 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1185,6 +1185,7 @@ as a function to call to provide default values.
1185The default `crm-separator' has been changed to allow surrounding spaces 1185The default `crm-separator' has been changed to allow surrounding spaces
1186around the comma. 1186around the comma.
1187 1187
1188---
1188*** The `common-substring' argument of `display-completion-list', 1189*** The `common-substring' argument of `display-completion-list',
1189which has been documented as obsolete since Emacs 23.1, is now _really_ 1190which has been documented as obsolete since Emacs 23.1, is now _really_
1190obsolete, and no longer advertised. Instead use either 1191obsolete, and no longer advertised. Instead use either
@@ -1200,6 +1201,7 @@ to add the highlight.
1200*** New function `completion-table-merge' to combine several 1201*** New function `completion-table-merge' to combine several
1201completion tables by merging their completions. 1202completion tables by merging their completions.
1202 1203
1204+++
1203** New minor modes `prettify-symbols-mode' and `global-prettify-symbols-mode' 1205** New minor modes `prettify-symbols-mode' and `global-prettify-symbols-mode'
1204display specified symbols as composed characters. E.g., in Emacs Lisp mode, 1206display specified symbols as composed characters. E.g., in Emacs Lisp mode,
1205this replaces the string "lambda" with the Greek lambda character. 1207this replaces the string "lambda" with the Greek lambda character.