bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typo in manual Elisp::Face Attribute Functions


From: Michael Slass
Subject: typo in manual Elisp::Face Attribute Functions
Date: Fri, 26 Jul 2002 18:19:07 -0700

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.1.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2001-10-22 on thneed.na.wrq.com
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_US
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

,----
| Face Attribute Functions
------------------------
| 
|    You can modify the attributes of an existing face with the following
| functions.  If you specify FRAME, they affect just that frame;
| otherwise, they affect all frames as well as the defaults that apply to
| new frames.
| 
|  - Function: set-face-attribute face frame &rest arguments
|      This function sets one or more attributes of face FACE for frame
|      FRAME.  If FRAME is `nil', it sets the attribute for all frames,
|      and the defaults for new frames.
| 
|      The extra arguments ARGUMENTS specify the attributes to set, and
|      the values for them.  They should consist of alternating attribute
|      names (such as `:family' or `:underline') and corresponding values.
|      Thus,
| 
|           (set-face-attribute 'foo nil
|                               :width :extended
|                               :weight :bold
|                               :underline "red")
| 
|      sets the attributes `:width', `:weight' and `:underline' to the
|      corresponding values.
`----

In the set-face-attributes example, the values for the attributes bold and
extended should be preceded by a single quote, not a colon.


Recent input:
u <up> <up> <return> <down> <down> <return> q C-h i 
m e l i s p <return> i f a c e <tab> <tab> <return> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <return> 
<down> C-SPC <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> <down> <down> <down> <down> <down> <down> 
<down> <down> M-w M-x r e p o r t - e m c s <delete> 
<delete> a c s = <delete> - b u g <return>

Recent messages:
Expiring articles...done
Auto-saving...
Composing main Info directory...
Mark set
Composing main Info directory...done
Building index entries...
Making completion list...
Found `face' in Index.  (Press `,' for more)
Mark set
Loading emacsbug...done




reply via email to

[Prev in Thread] Current Thread [Next in Thread]