comparison lispref/display.texi @ 46721:12862351ee03

Fix set-face-attribute example.
author Richard M. Stallman <rms@gnu.org>
date Mon, 29 Jul 2002 01:58:43 +0000
parents 6cf0fbc1d7da
children aabdbec10b60
comparison
equal deleted inserted replaced
46720:1b101ca07856 46721:12862351ee03
1641 (such as @code{:family} or @code{:underline}) and corresponding values. 1641 (such as @code{:family} or @code{:underline}) and corresponding values.
1642 Thus, 1642 Thus,
1643 1643
1644 @example 1644 @example
1645 (set-face-attribute 'foo nil 1645 (set-face-attribute 'foo nil
1646 :width :extended 1646 :width 'extended
1647 :weight :bold 1647 :weight 'bold
1648 :underline "red") 1648 :underline "red")
1649 @end example 1649 @end example
1650 1650
1651 @noindent 1651 @noindent
1652 sets the attributes @code{:width}, @code{:weight} and @code{:underline} 1652 sets the attributes @code{:width}, @code{:weight} and @code{:underline}