]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix set-face-attribute example.
authorRichard M. Stallman <rms@gnu.org>
Mon, 29 Jul 2002 01:58:43 +0000 (01:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 29 Jul 2002 01:58:43 +0000 (01:58 +0000)
lispref/display.texi

index 32a54622c5d6a4d5466adc063cc69b40dafc737d..0d4cfd88f7669202f3a9ef7b68538098bb98a2d6 100644 (file)
@@ -1643,8 +1643,8 @@ Thus,
 
 @example
 (set-face-attribute 'foo nil
-                    :width :extended
-                    :weight :bold
+                    :width 'extended
+                    :weight 'bold
                     :underline "red")
 @end example