]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fdefvar): Doc fix.
authorDave Love <fx@gnu.org>
Thu, 17 Aug 2000 13:54:16 +0000 (13:54 +0000)
committerDave Love <fx@gnu.org>
Thu, 17 Aug 2000 13:54:16 +0000 (13:54 +0000)
src/eval.c

index 87942fbad059c3cf337a3f3744295e452c2f8ee5..9db0b8f0169f63a75f4c606415e5c0f7816a2cec 100644 (file)
@@ -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;