comparison src/eval.c @ 24427:2e934ac8ac38

(Fdefconst): Doc fix.
author Andreas Schwab <schwab@suse.de>
date Wed, 03 Mar 1999 10:29:45 +0000
parents 44e1a823dd6b
children f378efa4aa8a
comparison
equal deleted inserted replaced
24426:2923e49edbdd 24427:2e934ac8ac38
621 return sym; 621 return sym;
622 } 622 }
623 623
624 DEFUN ("defconst", Fdefconst, Sdefconst, 2, UNEVALLED, 0, 624 DEFUN ("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\
626 The intent is that nether programs nor users should ever change this value.\n\ 626 The intent is that neither programs nor users should ever change this value.\n\
627 Always sets the value of SYMBOL to the result of evalling INITVALUE.\n\ 627 Always sets the value of SYMBOL to the result of evalling INITVALUE.\n\
628 If SYMBOL is buffer-local, its default value is what is set;\n\ 628 If 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\
630 DOCSTRING is optional.") 630 DOCSTRING is optional.")
631 (args) 631 (args)