changeset 46721:12862351ee03

Fix set-face-attribute example.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Jul 2002 01:58:43 +0000
parents 1b101ca07856
children df65863c006a
files lispref/display.texi
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/display.texi	Mon Jul 29 01:57:49 2002 +0000
+++ b/lispref/display.texi	Mon Jul 29 01:58:43 2002 +0000
@@ -1643,8 +1643,8 @@
 
 @example
 (set-face-attribute 'foo nil
-                    :width :extended
-                    :weight :bold
+                    :width 'extended
+                    :weight 'bold
                     :underline "red")
 @end example