From 77d2026234a57b46a4053a088cc73b5daa8b3b95 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 17 Aug 2000 13:54:16 +0000 Subject: [PATCH] (Fdefvar): Doc fix. --- src/eval.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.39.2