unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Romain Francoise <romain@orebokech.com>
Subject: setq-default docstring fix
Date: Tue, 04 May 2004 19:37:20 +0200	[thread overview]
Message-ID: <87brl4w0tr.fsf@orebokech.com> (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.

             reply	other threads:[~2004-05-04 17:37 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-04 17:37 Romain Francoise [this message]
2004-05-04 17:43 ` setq-default docstring fix 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87brl4w0tr.fsf@orebokech.com \
    --to=romain@orebokech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).