diff options
-rw-r--r-- | lisp/custom.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/custom.el b/lisp/custom.el index 1b94e3e3b96..9766c77a256 100644 --- a/lisp/custom.el +++ b/lisp/custom.el @@ -81,7 +81,7 @@ if any, or VALUE." If an error occurs during initialization, SYMBOL is set to nil and no error is thrown. This is meant for use in pre-loaded files where some variables or functions used to compute VALUE may not yet -be defined. You can then re-evaluate VALUE in startup.el, for instance +be defined. You can then re-evaluate VALUE in startup.el, for instance using `custom-reevaluate-setting'." (condition-case nil (custom-initialize-set symbol value) @@ -92,7 +92,7 @@ using `custom-reevaluate-setting'." If an error occurs during initialization, SYMBOL is set to nil and no error is thrown. This is meant for use in pre-loaded files where some variables or functions used to compute VALUE may not yet -be defined. You can then re-evaluate VALUE in startup.el, for instance +be defined. You can then re-evaluate VALUE in startup.el, for instance using `custom-reevaluate-setting'." (condition-case nil (custom-initialize-default symbol value) |