From: Andreas Schwab Date: Wed, 3 Mar 1999 10:29:45 +0000 (+0000) Subject: (Fdefconst): Doc fix. X-Git-Tag: emacs-20.4~522 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c569512a3560cfc0f8e23e2397cbb06ce0470330;p=emacs.git (Fdefconst): Doc fix. --- 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.") 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\