diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-20 15:51:52 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-20 15:51:52 +0000 |
commit | 2935784733a1464585585d6048ff96a9a3d023f9 (patch) | |
tree | 976cf4932db4f2a2fd655a5ac923fce40c43b602 /src | |
parent | 522fb9509a6c190a19d78e734721364902e89b46 (diff) | |
download | emacs-2935784733a1464585585d6048ff96a9a3d023f9.tar.gz |
(Fdefvar): Doc fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. |