]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Dec 1999 04:42:21 +0000 (04:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Dec 1999 04:42:21 +0000 (04:42 +0000)
lispref/anti.texi
lispref/customize.texi

index c2ffb4f2c738f01fed2cbf19bc183f4b100a74b0..0b8f4924216a81492c9251b12481af8ffbc28409 100644 (file)
@@ -147,6 +147,10 @@ current buffer.
 The function @code{assoc-delete-all} has itself been deleted. 
 So there!
 
+@item
+The keyword @code{:set-after} no longer does anything in
+@code{defcustom}.
+
 @item
 The variable @code{small-temporary-file-directory} has no special
 meaning.  There's only one variable for specifying which directory to
index 555799c620d254f08f4640d3f15d2fd38f75c672..d3bb08564044d99ab35347d85277fd569c711856 100644 (file)
@@ -257,6 +257,13 @@ Use the @code{:set} function to initialize the variable, if it is
 already set or has been customized; otherwise, just use
 @code{set-default}.
 @end table
+
+@item :set-after @var{variables}
+When setting variables according to saved customizations, make sure to
+set the variables @var{variables} before this one; in other words, delay
+setting this variable until after those others have been handled.  Use
+@code{:set-after} if setting this variable won't work properly unless
+those other variables already have their intended values.
 @end table
 
   The @code{:require} option is useful for an option that turns on the