unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* setq-default docstring fix
@ 2004-05-04 17:37 Romain Francoise
  2004-05-04 17:43 ` Romain Francoise
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Romain Francoise @ 2004-05-04 17:37 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-05-05 20:56 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-04 17:37 setq-default docstring fix Romain Francoise
2004-05-04 17:43 ` Romain Francoise
2004-05-04 17:53 ` Stefan Monnier
2004-05-04 18:06   ` Romain Francoise
2004-05-04 18:29   ` Juri Linkov
2004-05-05 20:20 ` Richard Stallman
2004-05-05 20:56   ` Romain Francoise

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).