]> git.eshelyaron.com Git - emacs.git/commitdiff
(defcustom, custom-set-variables): Doc fix.
authorDave Love <fx@gnu.org>
Thu, 12 Dec 2002 20:27:09 +0000 (20:27 +0000)
committerDave Love <fx@gnu.org>
Thu, 12 Dec 2002 20:27:09 +0000 (20:27 +0000)
lisp/custom.el

index 7b5fc04718d1b02390816c34dee4b3c14a232174..2f1b7ab9f1ec58c39f0ebee00e90885377b85140 100644 (file)
@@ -233,9 +233,9 @@ The following keywords are meaningful:
         Load file FILE (a string) before displaying this customization
         item.  Loading is done with `load', and only if the file is
         not already loaded.
-:set-after VARIABLE
-       Specifies that SYMBOL should be set after VARIABLE when
-       both have been customized.
+:set-after VARIABLES
+       Specifies that SYMBOL should be set after the list of variables
+        VARIABLES when both have been customized.
 
 Read the section about customization in the Emacs Lisp manual for more
 information."
@@ -517,7 +517,7 @@ in every Customization buffer.")
 (defun custom-set-variables (&rest args)
   "Initialize variables according to user preferences.
 
-The arguments should be a list where each entry has the form:
+The arguments should each be a list of the form:
 
   (SYMBOL VALUE [NOW [REQUEST [COMMENT]]])