aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorAndreas Schwab1999-03-03 10:29:45 +0000
committerAndreas Schwab1999-03-03 10:29:45 +0000
commitc569512a3560cfc0f8e23e2397cbb06ce0470330 (patch)
treeb457dcf6b99cf53609eff897620e3f0ea549a8b8 /src/eval.c
parent859ce46981a1c492722e93ccd16e1a42ba6a0ec2 (diff)
downloademacs-c569512a3560cfc0f8e23e2397cbb06ce0470330.tar.gz
emacs-c569512a3560cfc0f8e23e2397cbb06ce0470330.zip
(Fdefconst): Doc fix.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
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.")
623 623
624DEFUN ("defconst", Fdefconst, Sdefconst, 2, UNEVALLED, 0, 624DEFUN ("defconst", Fdefconst, Sdefconst, 2, UNEVALLED, 0,
625 "(defconst SYMBOL INITVALUE DOCSTRING): define SYMBOL as a constant variable.\n\ 625 "(defconst SYMBOL INITVALUE DOCSTRING): define SYMBOL as a constant variable.\n\
626The intent is that nether programs nor users should ever change this value.\n\ 626The intent is that neither programs nor users should ever change this value.\n\
627Always sets the value of SYMBOL to the result of evalling INITVALUE.\n\ 627Always sets the value of SYMBOL to the result of evalling INITVALUE.\n\
628If SYMBOL is buffer-local, its default value is what is set;\n\ 628If SYMBOL is buffer-local, its default value is what is set;\n\
629 buffer-local values are not affected.\n\ 629 buffer-local values are not affected.\n\