Mercurial > emacs
diff src/eval.c @ 64540:103c9ac0f63c
(Fdefvar): Doc fix.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Wed, 20 Jul 2005 15:51:52 +0000 |
| parents | 34bf5187c5aa |
| children | 72d33fd23736 |
line wrap: on
line diff
--- a/src/eval.c Wed Jul 20 15:38:50 2005 +0000 +++ b/src/eval.c Wed Jul 20 15:51:52 2005 +0000 @@ -779,7 +779,7 @@ 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.
