# HG changeset patch # User Andreas Schwab # Date 920456985 0 # Node ID 2e934ac8ac38170851b836669a0d70ae0ccb42f6 # Parent 2923e49edbdd6d5115ed2d55d939e8a03dfa734a (Fdefconst): Doc fix. diff -r 2923e49edbdd -r 2e934ac8ac38 src/eval.c --- 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\