diff options
author | Richard M. Stallman <rms@gnu.org> | 2002-09-29 04:19:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2002-09-29 04:19:06 +0000 |
commit | 693d0bd3870483d5a58084f3f14f7d738a727f57 (patch) | |
tree | 0437db3d887e4034c24b91845e92f6b87cd72ce2 /lisp/custom.el | |
parent | 3147ee6dbce06908d914c41cee3d79b086062c0d (diff) | |
download | emacs-693d0bd3870483d5a58084f3f14f7d738a727f57.tar.gz |
(defcustom): Doc fix.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r-- | lisp/custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |