changeset 48821:d886606b4f3a

(defcustom, custom-set-variables): Doc fix.
author Dave Love <fx@gnu.org>
date Thu, 12 Dec 2002 20:27:09 +0000
parents 2db5dda201b5
children 162c286faa11
files lisp/custom.el
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/custom.el	Thu Dec 12 19:56:41 2002 +0000
+++ b/lisp/custom.el	Thu Dec 12 20:27:09 2002 +0000
@@ -233,9 +233,9 @@
         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 @@
 (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]]])