changeset 64540:103c9ac0f63c

(Fdefvar): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 20 Jul 2005 15:51:52 +0000
parents c94d5f576885
children 9dd7605b21ba
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.