diff options
| author | Juanma Barranquero | 2005-07-20 15:51:52 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-20 15:51:52 +0000 |
| commit | 2935784733a1464585585d6048ff96a9a3d023f9 (patch) | |
| tree | 976cf4932db4f2a2fd655a5ac923fce40c43b602 /src | |
| parent | 522fb9509a6c190a19d78e734721364902e89b46 (diff) | |
| download | emacs-2935784733a1464585585d6048ff96a9a3d023f9.tar.gz emacs-2935784733a1464585585d6048ff96a9a3d023f9.zip | |
(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. */) | |||
| 779 | 779 | ||
| 780 | 780 | ||
| 781 | DEFUN ("defvar", Fdefvar, Sdefvar, 1, UNEVALLED, 0, | 781 | DEFUN ("defvar", Fdefvar, Sdefvar, 1, UNEVALLED, 0, |
| 782 | doc: /* Define SYMBOL as a variable. | 782 | doc: /* Define SYMBOL as a variable, and return SYMBOL. |
| 783 | You are not required to define a variable in order to use it, | 783 | You are not required to define a variable in order to use it, |
| 784 | but the definition can supply documentation and an initial value | 784 | but the definition can supply documentation and an initial value |
| 785 | in a way that tags can recognize. | 785 | in a way that tags can recognize. |