# HG changeset patch # User Richard M. Stallman # Date 1175962614 0 # Node ID f9914fb8f8fad47f33fa2c107ddb4786cad4c64b # Parent 76a4a875ce2cedf84f5b8a5bb1e2658b725f7a54 (Defining Faces): Fix example. diff -r 76a4a875ce2c -r f9914fb8f8fa lispref/display.texi --- 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