changeset 29761:00dcb25bfffd

(defcustom, defgroup): Doc fix.
author Dave Love <fx@gnu.org>
date Tue, 20 Jun 2000 09:43:52 +0000
parents c2940b6e267e
children 8c4512ba3671
files lisp/custom.el
diffstat 1 files changed, 10 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/custom.el	Tue Jun 20 09:40:36 2000 +0000
+++ b/lisp/custom.el	Tue Jun 20 09:43:52 2000 +0000
@@ -185,6 +185,10 @@
 	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 @@
 
    [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."