diff lispref/display.texi @ 77026:f9914fb8f8fa

(Defining Faces): Fix example.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Apr 2007 16:16:54 +0000
parents 601da3d38bfc
children 4d7a5d9bbe76 4ef881a120fe
line wrap: on
line diff
--- a/lispref/display.texi	Sat Apr 07 15:49:05 2007 +0000
+++ b/lispref/display.texi	Sat Apr 07 16:16:54 2007 +0000
@@ -1833,6 +1833,7 @@
 
 @example
 @group
+(defface region
   '((((class color) (min-colors 88) (background dark))
      :background "blue3")
 @end group