# HG changeset patch # User Dave Love # Date 966520456 0 # Node ID a524f6c09fe0a5fef8e91b0c93928368ffde5ff5 # Parent c1de0fc3a34bed15ab120c5a29660bb798f96107 (Fdefvar): Doc fix. diff -r c1de0fc3a34b -r a524f6c09fe0 src/eval.c --- a/src/eval.c Thu Aug 17 13:51:37 2000 +0000 +++ b/src/eval.c Thu Aug 17 13:54:16 2000 +0000 @@ -651,7 +651,8 @@ 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;