From: Richard M. Stallman Date: Sun, 29 Sep 2002 04:19:06 +0000 (+0000) Subject: (defcustom): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~13006 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=693d0bd3870483d5a58084f3f14f7d738a727f57;p=emacs.git (defcustom): Doc fix. --- diff --git a/lisp/custom.el b/lisp/custom.el index 608aac402c8..664ffb5405f 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -175,7 +175,7 @@ The remaining arguments should have the form The following keywords are meaningful: -:type VALUE should be a widget type for editing the symbols value. +:type VALUE should be a widget type for editing the symbol's value. :options VALUE should be a list of valid members of the widget type. :group VALUE should be a customization group. Add SYMBOL to that group.