emacs-devel
[Top][All Lists]
Advanced

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

Re: setq-default docstring fix


From: Romain Francoise
Subject: Re: setq-default docstring fix
Date: Tue, 04 May 2004 20:06:46 +0200
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux)

Stefan Monnier <address@hidden> 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 <address@hidden> | All you've been is a piece of
it's a miracle -- http://orebokech.com/ | blood wrapped in skin.





reply via email to

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