aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2000-08-17 13:54:16 +0000
committerDave Love2000-08-17 13:54:16 +0000
commit77d2026234a57b46a4053a088cc73b5daa8b3b95 (patch)
tree8a48cd1a81c802bb4f1817df65a495b1b3ea5688 /src
parenta9800ae8a9e4816692ad29c8328b2e4f74617128 (diff)
downloademacs-77d2026234a57b46a4053a088cc73b5daa8b3b95.tar.gz
emacs-77d2026234a57b46a4053a088cc73b5daa8b3b95.zip
(Fdefvar): Doc fix.
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;