Mercurial > emacs
changeset 30912:a524f6c09fe0
(Fdefvar): Doc fix.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 17 Aug 2000 13:54:16 +0000 |
parents | c1de0fc3a34b |
children | fa7ad139efa1 |
files | src/eval.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
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;