aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/custom.el
diff options
context:
space:
mode:
authorDave Love <[email protected]>2000-06-20 09:43:52 +0000
committerDave Love <[email protected]>2000-06-20 09:43:52 +0000
commit2538076d09018b427d06be133ab194ea946e8971 (patch)
treed4a3fd8f7a3c9a073994f3f5ec696d3f1c7f5ef6 /lisp/custom.el
parentac87b3a9ed90cea2c0246186091f4056d5f256e0 (diff)
(defcustom, defgroup): Doc fix.
Diffstat (limited to 'lisp/custom.el')
-rw-r--r--lisp/custom.el13
1 files changed, 10 insertions, 3 deletions
diff --git a/lisp/custom.el b/lisp/custom.el
index 3999902a86..a724d497f5 100644
--- a/lisp/custom.el
+++ b/lisp/custom.el
@@ -185,6 +185,10 @@ The following keywords are meaningful:
VALUE should be a feature symbol. If you save a value
for this option, then when your `.emacs' file loads the value,
it does (require VALUE) first.
+:version
+ VALUE should be a string specifying that the variable was
+ first introduced, or its default value was changed, in Emacs
+ version VERSION.
Read the section about customization in the Emacs Lisp manual for more
information."
@@ -298,10 +302,13 @@ The remaining arguments should have the form
[KEYWORD VALUE]...
-The following KEYWORD's are defined:
+The following KEYWORDs are defined:
-:group VALUE should be a customization group.
- Add SYMBOL to that group.
+:group VALUE should be a customization group.
+ Add SYMBOL to that group.
+
+:version VALUE should be a string specifying that the group was introduced
+ in Emacs version VERSION.
Read the section about customization in the Emacs Lisp manual for more
information."