From c94112bff881ab5f180fda245f1cd38e920fbcca Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Thu, 14 Jul 2005 01:19:10 +0000 Subject: [PATCH] Whitespace changes. --- lisp/custom.el | 4 ++-- 1 file 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) -- 2.39.5