From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Michael Slass Newsgroups: gmane.emacs.bugs Subject: typo in manual Elisp::Face Attribute Functions Date: Fri, 26 Jul 2002 18:19:07 -0700 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: <200207270119.g6R1J7f25500@ein.wrq.com> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1027732799 996 127.0.0.1 (27 Jul 2002 01:19:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 27 Jul 2002 01:19:59 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17YGFR-0000Fq-00 for ; Sat, 27 Jul 2002 03:19:57 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17YGFm-0001hh-00; Fri, 26 Jul 2002 21:20:18 -0400 Original-Received: from ein.wrq.com ([199.238.200.117]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17YGEf-0001VL-00 for ; Fri, 26 Jul 2002 21:19:09 -0400 Original-Received: from abra.wrq.com (abra.wrq.com [150.215.15.20]) by ein.wrq.com (8.11.6/8.11.6) with ESMTP id g6R1J7f25500 for ; Fri, 26 Jul 2002 18:19:07 -0700 Original-Received: from thneed.na.wrq.com ([150.215.91.153]) by abra.wrq.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id P33T3BTT; Fri, 26 Jul 2002 18:19:07 -0700 Original-To: bug-gnu-emacs@gnu.org Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:2935 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:2935 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 q C-h i m e l i s p i f a c e C-SPC M-w M-x r e p o r t - e m c s a c s = - b u g 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