]> git.eshelyaron.com Git - emacs.git/commitdiff
Document new prog-mode symbol prettify support.
authorTed Zlatanov <tzz@lifelogs.com>
Wed, 5 Jun 2013 18:31:48 +0000 (14:31 -0400)
committerTed Zlatanov <tzz@lifelogs.com>
Wed, 5 Jun 2013 18:31:48 +0000 (14:31 -0400)
etc/ChangeLog
etc/NEWS

index 5b6441f06c50b8702c884be4bc58e452cb701e7b..f80c1b6973cae4e64edc768367c2f691f0d5fb54 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-05  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * NEWS: Document new prog-mode symbol prettify support.
+
 2013-06-03  Tassilo Horn  <tsdh@gnu.org>
 
        * NEWS: Document eshell visual subcommands and options.
index 271d3148b0b05e531a5ea73c18c45849e8121f7d..0b533efe163e3fe448eb676281b86a0e7eabec08 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2838,6 +2838,11 @@ should be derived.
 modes, e.g. (add-hook 'prog-mode-hook 'flyspell-prog-mode) to enable
 on-the-fly spell checking for comments and strings.
 
+**** New option, `prog-prettify-symbols' lets the user control symbol
+prettify (replacing a string like "lambda" with the Greek lambda
+character.  The mode derived from `prog-mode' must call
+`prog-prettify-install' with its own custom alist, which can be empty.
+
 *** New hook `change-major-mode-after-body-hook', run by
 `run-mode-hooks' just before any other mode hooks.