Mercurial > emacs
diff src/eval.c @ 24427:2e934ac8ac38
(Fdefconst): Doc fix.
| author | Andreas Schwab <schwab@suse.de> |
|---|---|
| date | Wed, 03 Mar 1999 10:29:45 +0000 |
| parents | 44e1a823dd6b |
| children | f378efa4aa8a |
line wrap: on
line diff
--- a/src/eval.c Mon Mar 01 16:47:03 1999 +0000 +++ b/src/eval.c Wed Mar 03 10:29:45 1999 +0000 @@ -623,7 +623,7 @@ DEFUN ("defconst", Fdefconst, Sdefconst, 2, UNEVALLED, 0, "(defconst SYMBOL INITVALUE DOCSTRING): define SYMBOL as a constant variable.\n\ -The intent is that nether programs nor users should ever change this value.\n\ +The intent is that neither programs nor users should ever change this value.\n\ Always sets the value of SYMBOL to the result of evalling INITVALUE.\n\ If SYMBOL is buffer-local, its default value is what is set;\n\ buffer-local values are not affected.\n\
