aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2005-07-20 15:51:52 +0000
committerJuanma Barranquero2005-07-20 15:51:52 +0000
commit2935784733a1464585585d6048ff96a9a3d023f9 (patch)
tree976cf4932db4f2a2fd655a5ac923fce40c43b602 /src
parent522fb9509a6c190a19d78e734721364902e89b46 (diff)
downloademacs-2935784733a1464585585d6048ff96a9a3d023f9.tar.gz
emacs-2935784733a1464585585d6048ff96a9a3d023f9.zip
(Fdefvar): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/eval.c2
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. */)
779 779
780 780
781DEFUN ("defvar", Fdefvar, Sdefvar, 1, UNEVALLED, 0, 781DEFUN ("defvar", Fdefvar, Sdefvar, 1, UNEVALLED, 0,
782 doc: /* Define SYMBOL as a variable. 782 doc: /* Define SYMBOL as a variable, and return SYMBOL.
783You are not required to define a variable in order to use it, 783You are not required to define a variable in order to use it,
784but the definition can supply documentation and an initial value 784but the definition can supply documentation and an initial value
785in a way that tags can recognize. 785in a way that tags can recognize.