aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorRichard M. Stallman1992-06-04 06:43:29 +0000
committerRichard M. Stallman1992-06-04 06:43:29 +0000
commit06ef7355233ad4c48339be5bd690beb74fae9056 (patch)
treec219ea3831cd01ca9c47be531c71938422b631ef /src/eval.c
parentaa734e174a97c389893767aa1349e55fc58b5a05 (diff)
downloademacs-06ef7355233ad4c48339be5bd690beb74fae9056.tar.gz
emacs-06ef7355233ad4c48339be5bd690beb74fae9056.zip
*** empty log message ***
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/eval.c b/src/eval.c
index abe3674a279..f5e0bc2e276 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -520,7 +520,8 @@ You are not required to define a variable in order to use it,\n\
520but the definition can supply documentation and an initial value\n\ 520but the definition can supply documentation and an initial value\n\
521in a way that tags can recognize.\n\n\ 521in a way that tags can recognize.\n\n\
522INITVALUE is evaluated, and used to set SYMBOL, only if SYMBOL's value is void.\n\ 522INITVALUE is evaluated, and used to set SYMBOL, only if SYMBOL's value is void.\n\
523If SYMBOL is buffer-local, its default value is initialized in this way.\n\ 523If SYMBOL is buffer-local, its default value is what is set;\n\
524 buffer-local values are not affected.\n\
524INITVALUE and DOCSTRING are optional.\n\ 525INITVALUE and DOCSTRING are optional.\n\
525If DOCSTRING starts with *, this variable is identified as a user option.\n\ 526If DOCSTRING starts with *, this variable is identified as a user option.\n\
526 This means that M-x set-variable and M-x edit-options recognize it.\n\ 527 This means that M-x set-variable and M-x edit-options recognize it.\n\
@@ -552,7 +553,8 @@ DEFUN ("defconst", Fdefconst, Sdefconst, 2, UNEVALLED, 0,
552 "(defconst SYMBOL INITVALUE DOCSTRING): define SYMBOL as a constant variable.\n\ 553 "(defconst SYMBOL INITVALUE DOCSTRING): define SYMBOL as a constant variable.\n\
553The intent is that programs do not change this value, but users may.\n\ 554The intent is that programs do not change this value, but users may.\n\
554Always sets the value of SYMBOL to the result of evalling INITVALUE.\n\ 555Always sets the value of SYMBOL to the result of evalling INITVALUE.\n\
555If SYMBOL is buffer-local, its default value is initialized in this way.\n\ 556If SYMBOL is buffer-local, its default value is what is set;\n\
557 buffer-local values are not affected.\n\
556DOCSTRING is optional.\n\ 558DOCSTRING is optional.\n\
557If DOCSTRING starts with *, this variable is identified as a user option.\n\ 559If DOCSTRING starts with *, this variable is identified as a user option.\n\
558 This means that M-x set-variable and M-x edit-options recognize it.\n\n\ 560 This means that M-x set-variable and M-x edit-options recognize it.\n\n\