diff options
| author | Andreas Schwab | 1999-03-03 10:29:45 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1999-03-03 10:29:45 +0000 |
| commit | c569512a3560cfc0f8e23e2397cbb06ce0470330 (patch) | |
| tree | b457dcf6b99cf53609eff897620e3f0ea549a8b8 /src/eval.c | |
| parent | 859ce46981a1c492722e93ccd16e1a42ba6a0ec2 (diff) | |
| download | emacs-c569512a3560cfc0f8e23e2397cbb06ce0470330.tar.gz emacs-c569512a3560cfc0f8e23e2397cbb06ce0470330.zip | |
(Fdefconst): Doc fix.
Diffstat (limited to 'src/eval.c')
| -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 e8ff6857053..6d9c0ed809c 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -623,7 +623,7 @@ If INITVALUE is missing, SYMBOL's value is not set.") | |||
| 623 | 623 | ||
| 624 | DEFUN ("defconst", Fdefconst, Sdefconst, 2, UNEVALLED, 0, | 624 | DEFUN ("defconst", Fdefconst, Sdefconst, 2, UNEVALLED, 0, |
| 625 | "(defconst SYMBOL INITVALUE DOCSTRING): define SYMBOL as a constant variable.\n\ | 625 | "(defconst SYMBOL INITVALUE DOCSTRING): define SYMBOL as a constant variable.\n\ |
| 626 | The intent is that nether programs nor users should ever change this value.\n\ | 626 | The intent is that neither programs nor users should ever change this value.\n\ |
| 627 | Always sets the value of SYMBOL to the result of evalling INITVALUE.\n\ | 627 | Always sets the value of SYMBOL to the result of evalling INITVALUE.\n\ |
| 628 | If SYMBOL is buffer-local, its default value is what is set;\n\ | 628 | If SYMBOL is buffer-local, its default value is what is set;\n\ |
| 629 | buffer-local values are not affected.\n\ | 629 | buffer-local values are not affected.\n\ |