unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* typo in manual Elisp::Face Attribute Functions
@ 2002-07-27  1:19 Michael Slass
  0 siblings, 0 replies; only message in thread
From: Michael Slass @ 2002-07-27  1:19 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-27  1:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-07-27  1:19 typo in manual Elisp::Face Attribute Functions Michael Slass

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).