summaryrefslogtreecommitdiff
path: root/lispref/customize.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1999-12-13 04:42:21 +0000
committerRichard M. Stallman <rms@gnu.org>1999-12-13 04:42:21 +0000
commit390538c3a31aa831f830194fb422009d0fe2f8f4 (patch)
tree08c958ea4eaa01fea07c460474b18e9ec8e7a4ff /lispref/customize.texi
parentf84db7d56a040a7e6bf21046d9a8970732eb71a1 (diff)
downloademacs-390538c3a31aa831f830194fb422009d0fe2f8f4.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/customize.texi')
-rw-r--r--lispref/customize.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/lispref/customize.texi b/lispref/customize.texi
index 555799c620d..d3bb0856404 100644
--- a/lispref/customize.texi
+++ b/lispref/customize.texi
@@ -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