]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace changes.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 14 Jul 2005 01:19:10 +0000 (01:19 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 14 Jul 2005 01:19:10 +0000 (01:19 +0000)
lisp/custom.el

index 1b94e3e3b9641719652395d1e0bdbe26256e79d9..9766c77a2569a8942738e5c089cee670b9a08183 100644 (file)
@@ -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)