diff options
| author | Chong Yidong | 2011-08-30 11:24:07 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-08-30 11:24:07 -0400 |
| commit | 35137ed3a511d8e27e8fb07f506f55d76e2f6e0f (patch) | |
| tree | 6effa072cc53f6459b45879d8a03930821d519a9 /etc | |
| parent | b1a4f8e1d8df32b582a21fa4110b0a99eba19715 (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 |
| 240 | off by customizing x-gtk-use-system-tooltips. | 240 | off 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 |
| 243 | highlight strings that indicate failure, caution or successful operation. | 244 | highlight strings that indicate failure, caution or successful operation. |
| 244 | 245 | ||