diff options
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 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\ |