From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Romain Francoise Newsgroups: gmane.emacs.devel Subject: Re: setq-default docstring fix Date: Tue, 04 May 2004 20:06:46 +0200 Organization: orebokech dot com Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <873c6gvzgp.fsf@orebokech.com> References: <87brl4w0tr.fsf@orebokech.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083694103 11971 80.91.224.253 (4 May 2004 18:08:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 May 2004 18:08:23 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 04 20:08:17 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BL4L3-0002mX-00 for ; Tue, 04 May 2004 20:08:17 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BL4L3-0006mD-00 for ; Tue, 04 May 2004 20:08:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BL4Ko-00025l-F9 for emacs-devel@quimby.gnus.org; Tue, 04 May 2004 14:08:02 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BL4KC-00023I-Kn for emacs-devel@gnu.org; Tue, 04 May 2004 14:07:24 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BL4Jg-0001n3-GR for emacs-devel@gnu.org; Tue, 04 May 2004 14:07:23 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BL4Jg-0001mm-5Y for emacs-devel@gnu.org; Tue, 04 May 2004 14:06:52 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BL4Jf-0005kx-00 for ; Tue, 04 May 2004 20:06:51 +0200 Original-Received: from finn.gmane.org ([80.91.224.251]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 May 2004 20:06:51 +0200 Original-Received: from romain by finn.gmane.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 04 May 2004 20:06:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: emacs-devel@gnu.org Original-To: emacs-devel@gnu.org Original-Lines: 42 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: finn.gmane.org Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:bPZdlNSNRWCrJ438IQ+NK9ptkwU= X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:22726 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22726 Stefan Monnier writes: > I'd rather fix the arglist to use `var'. Okay then. Index: src/data.c =================================================================== RCS file: /cvsroot/emacs/emacs/src/data.c,v retrieving revision 1.236 diff -c -r1.236 data.c *** src/data.c 29 Apr 2004 18:21:48 -0000 1.236 --- src/data.c 4 May 2004 18:05:49 -0000 *************** *** 1468,1478 **** that do not have their own values for the variable. More generally, you can use multiple variables and values, as in ! (setq-default SYMBOL VALUE SYMBOL VALUE...) ! This sets each SYMBOL's default value to the corresponding VALUE. ! The VALUE for the Nth SYMBOL can refer to the new default values of previous SYMs. ! usage: (setq-default SYMBOL VALUE [SYMBOL VALUE...]) */) (args) Lisp_Object args; { --- 1468,1478 ---- that do not have their own values for the variable. More generally, you can use multiple variables and values, as in ! (setq-default VAR VALUE VAR VALUE...) ! This sets each VAR's default value to the corresponding VALUE. ! The VALUE for the Nth VAR can refer to the new default values of previous SYMs. ! usage: (setq-default VAR VALUE [VAR VALUE...]) */) (args) Lisp_Object args; { -- Romain Francoise | All you've been is a piece of it's a miracle -- http://orebokech.com/ | blood wrapped in skin.