diff options
| author | Luc Teirlinck <teirllm@auburn.edu> | 2005-07-14 01:19:10 +0000 |
|---|---|---|
| committer | Luc Teirlinck <teirllm@auburn.edu> | 2005-07-14 01:19:10 +0000 |
| commit | c94112bff881ab5f180fda245f1cd38e920fbcca (patch) | |
| tree | 4899c532dc8fd5746dbc40c190aecfccdfb95833 | |
| parent | f0856b6f497e8ae2081d0de75c7d3ee414c4a924 (diff) | |
| download | emacs-c94112bff881ab5f180fda245f1cd38e920fbcca.tar.gz | |
Whitespace changes.
| -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) |
