]> git.eshelyaron.com Git - emacs.git/commitdiff
(Defining Faces): Fix example.
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 Apr 2007 16:17:42 +0000 (16:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 Apr 2007 16:17:42 +0000 (16:17 +0000)
lispref/ChangeLog
lispref/display.texi

index 63c9f2ae19a308b4a9607b84924bfeea906ce433..f558894382388e2fbbea7229a2c568495d6f8d29 100644 (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.
index 001d996c0bac5ed9971a0b724f8b9c162c02926f..4d94ba1ec4d7cb65f2d36db677a6858cc5725160 100644 (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