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: setq-default docstring fix Date: Tue, 04 May 2004 19:37:20 +0200 Organization: orebokech dot com Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <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 1083692695 8217 80.91.224.253 (4 May 2004 17:44:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 4 May 2004 17:44:55 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Tue May 04 19:44:41 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 1BL3yD-0000qc-00 for ; Tue, 04 May 2004 19:44:41 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BL3yD-0006Jk-00 for ; Tue, 04 May 2004 19:44:41 +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 1BL3y3-0004hQ-Sr for emacs-devel@quimby.gnus.org; Tue, 04 May 2004 13:44:31 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BL3s3-0002YB-6F for emacs-devel@gnu.org; Tue, 04 May 2004 13:38:19 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BL3rb-0001xj-O6 for emacs-devel@gnu.org; Tue, 04 May 2004 13:37:59 -0400 Original-Received: from [82.67.41.165] (helo=yeast.orebokech.com) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BL3rB-0001g1-OF for emacs-devel@gnu.org; Tue, 04 May 2004 13:37:25 -0400 Original-Received: from swift (swift [192.168.1.6]) by yeast.orebokech.com (Postfix) with ESMTP id 0B83612C3E for ; Tue, 4 May 2004 19:35:49 +0200 (CEST) Original-Received: by swift (Postfix, from userid 1000) id 736C81801B; Tue, 4 May 2004 19:37:21 +0200 (CEST) Original-To: emacs-devel@gnu.org Mail-Copies-To: nobody User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) 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:22722 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:22722 Hi, The docstring for setq-default mentions an argument named VAR, but it is really named SYMBOL. Could someone please install this? (Bug exposed by Juanma's very nice changes to help-fns.) 2004-05-04 Romain Francoise (tiny change) * data.c: Fix docstring. 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 17:30:42 -0000 *************** *** 1461,1468 **** } DEFUN ("setq-default", Fsetq_default, Ssetq_default, 2, UNEVALLED, 0, ! doc: /* Set the default value of variable VAR to VALUE. ! VAR, the variable name, is literal (not evaluated); VALUE is an expression: it is evaluated and its value returned. The default value of a variable is seen in buffers that do not have their own values for the variable. --- 1461,1468 ---- } DEFUN ("setq-default", Fsetq_default, Ssetq_default, 2, UNEVALLED, 0, ! doc: /* Set the default value of variable SYMBOL to VALUE. ! SYMBOL, the variable name, is literal (not evaluated); VALUE is an expression: it is evaluated and its value returned. The default value of a variable is seen in buffers that do not have their own values for the variable. -- Romain Francoise | There are doors that open by it's a miracle -- http://orebokech.com/ | themselves.