From 398b4366647e54babb1c743728fddbc909678904 Mon Sep 17 00:00:00 2001 From: Ted Zlatanov Date: Wed, 5 Jun 2013 14:31:48 -0400 Subject: [PATCH] Document new prog-mode symbol prettify support. --- etc/ChangeLog | 4 ++++ etc/NEWS | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/etc/ChangeLog b/etc/ChangeLog index 5b6441f06c5..f80c1b6973c 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2013-06-05 Teodor Zlatanov + + * NEWS: Document new prog-mode symbol prettify support. + 2013-06-03 Tassilo Horn * NEWS: Document eshell visual subcommands and options. diff --git a/etc/NEWS b/etc/NEWS index 271d3148b0b..0b533efe163 100644 --- 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. -- 2.39.2