]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdefvar): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 20 Jul 2005 15:51:52 +0000 (15:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 20 Jul 2005 15:51:52 +0000 (15:51 +0000)
src/eval.c

index 940d496d90077de90e03750a2592a23f2be14500..46ad3f48df6e6fb54e2612a266abd2179f05520c 100644 (file)
@@ -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.