changeset 77026:f9914fb8f8fa

(Defining Faces): Fix example.
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Apr 2007 16:16:54 +0000
parents 76a4a875ce2c
children 79cbd06b69c8
files lispref/display.texi
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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