Doc updates for defvar, defconst, and defcustom.
commitc3a70e2b95e4cf41b1a671f7d721f0ba4aaff679
authorChong Yidong <cyd@gnu.org>
Wed, 15 Feb 2012 04:00:34 +0000 (15 12:00 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 15 Feb 2012 04:00:34 +0000 (15 12:00 +0800)
treee1632789ac2c8118ccac24691c4a91fe57109c55
parent9f26dc243268eddc252287ef1918970bf580e946
Doc updates for defvar, defconst, and defcustom.

* lisp/custom.el (defcustom): Doc fix; note use of defvar.

* src/eval.c (Fdefvar, Fdefconst): Doc fix; note that the variable is
marked as special.  Also, starting docstrings with * is obsolete.
lisp/ChangeLog
lisp/custom.el
src/ChangeLog
src/eval.c