From: Juanma Barranquero Date: Wed, 20 Jul 2005 15:51:52 +0000 (+0000) Subject: (Fdefvar): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~7958 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2935784733a1464585585d6048ff96a9a3d023f9;p=emacs.git (Fdefvar): Doc fix. --- diff --git a/src/eval.c b/src/eval.c index 940d496d900..46ad3f48df6 100644 --- a/src/eval.c +++ b/src/eval.c @@ -779,7 +779,7 @@ The return value is BASE-VARIABLE. */) DEFUN ("defvar", Fdefvar, Sdefvar, 1, UNEVALLED, 0, - doc: /* Define SYMBOL as a variable. + doc: /* Define SYMBOL as a variable, and return SYMBOL. You are not required to define a variable in order to use it, but the definition can supply documentation and an initial value in a way that tags can recognize.