]> git.eshelyaron.com Git - emacs.git/commitdiff
(defcustom, defgroup): Doc fix.
authorDave Love <fx@gnu.org>
Tue, 20 Jun 2000 09:43:52 +0000 (09:43 +0000)
committerDave Love <fx@gnu.org>
Tue, 20 Jun 2000 09:43:52 +0000 (09:43 +0000)
lisp/custom.el

index 3999902a8697b6a216d5148f7544c5dbf125bcb6..a724d497f5999e89744d6d2a5a8c15c2bc4433d0 100644 (file)
@@ -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."