emacs-devel
[Top][All Lists]
Advanced

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

setq-default docstring fix


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

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  <address@hidden>  (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 <address@hidden> | There are doors that open by
it's a miracle -- http://orebokech.com/ | themselves.




reply via email to

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