1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 11:00:45 -08:00

(Defining Faces): Fix example.

This commit is contained in:
Richard M. Stallman 2007-04-07 16:17:42 +00:00
parent 98bf69dcf1
commit 7e9fc7eb48
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2007-04-07 Herbert Euler <herberteuler@hotmail.com>
* display.texi (Defining Faces): Fix example.
2007-04-07 Karl Berry <karl@gnu.org>
* display.texi (Button Buffer Commands): Improve page break.

View file

@ -1833,6 +1833,7 @@ frame must match one of the @var{value}s specified for it in
@example
@group
(defface region
'((((class color) (min-colors 88) (background dark))
:background "blue3")
@end group