aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/eval.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 87942fbad05..9db0b8f0169 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -651,7 +651,8 @@ If SYMBOL is buffer-local, its default value is what is set;\n\
651 buffer-local values are not affected.\n\ 651 buffer-local values are not affected.\n\
652INITVALUE and DOCSTRING are optional.\n\ 652INITVALUE and DOCSTRING are optional.\n\
653If DOCSTRING starts with *, this variable is identified as a user option.\n\ 653If DOCSTRING starts with *, this variable is identified as a user option.\n\
654 This means that M-x set-variable and M-x edit-options recognize it.\n\ 654 This means that M-x set-variable recognizes it.\n\
655 See also `user-variable-p'.\n\
655If INITVALUE is missing, SYMBOL's value is not set.") 656If INITVALUE is missing, SYMBOL's value is not set.")
656 (args) 657 (args)
657 Lisp_Object args; 658 Lisp_Object args;