From c569512a3560cfc0f8e23e2397cbb06ce0470330 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 3 Mar 1999 10:29:45 +0000 Subject: [PATCH] (Fdefconst): Doc fix. --- src/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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\ -- 2.39.2