Mercurial > emacs
diff src/eval.c @ 30912:a524f6c09fe0
(Fdefvar): Doc fix.
| author | Dave Love <fx@gnu.org> |
|---|---|
| date | Thu, 17 Aug 2000 13:54:16 +0000 |
| parents | 5a0f2d368f58 |
| children | 849bb11a3cda |
line wrap: on
line diff
--- 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;
