aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2011-08-30 11:24:07 -0400
committerChong Yidong2011-08-30 11:24:07 -0400
commit35137ed3a511d8e27e8fb07f506f55d76e2f6e0f (patch)
tree6effa072cc53f6459b45879d8a03930821d519a9 /etc
parentb1a4f8e1d8df32b582a21fa4110b0a99eba19715 (diff)
downloademacs-35137ed3a511d8e27e8fb07f506f55d76e2f6e0f.tar.gz
emacs-35137ed3a511d8e27e8fb07f506f55d76e2f6e0f.zip
Document new Emacs 24 faces in Lisp manual.
* doc/lispref/display.texi (Basic Faces): New node. Document new faces. * doc/lispref/modes.texi (Major Mode Conventions): Move some text there. (Mode Help): Remove major-mode var, duplicated in Major Modes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bbaa46c7222..dbeca0b521b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -239,6 +239,7 @@ theme when Emacs is built with GTK.
239*** Emacs uses GTK tooltips by default if built with GTK. You can turn that 239*** Emacs uses GTK tooltips by default if built with GTK. You can turn that
240off by customizing x-gtk-use-system-tooltips. 240off by customizing x-gtk-use-system-tooltips.
241 241
242+++
242** New basic faces `error', `warning', `success' are available to 243** New basic faces `error', `warning', `success' are available to
243highlight strings that indicate failure, caution or successful operation. 244highlight strings that indicate failure, caution or successful operation.
244 245