From: Dave Love Date: Thu, 17 Aug 2000 13:54:16 +0000 (+0000) Subject: (Fdefvar): Doc fix. X-Git-Tag: emacs-pretest-21.0.90~2211 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77d2026234a57b46a4053a088cc73b5daa8b3b95;p=emacs.git (Fdefvar): Doc fix. --- 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\ buffer-local values are not affected.\n\ INITVALUE and DOCSTRING are optional.\n\ If DOCSTRING starts with *, this variable is identified as a user option.\n\ - This means that M-x set-variable and M-x edit-options recognize it.\n\ + This means that M-x set-variable recognizes it.\n\ + See also `user-variable-p'.\n\ If INITVALUE is missing, SYMBOL's value is not set.") (args) Lisp_Object args;