changeset 24427:2e934ac8ac38

(Fdefconst): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Wed, 03 Mar 1999 10:29:45 +0000
parents 2923e49edbdd
children 3d10131927a6
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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\