changeset 64303:e2e79eb7ab71

Whitespace changes.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 14 Jul 2005 01:19:10 +0000
parents 8bf3ae544cd2
children 4ca52e899ec6
files lisp/custom.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/custom.el	Thu Jul 14 01:17:35 2005 +0000
+++ b/lisp/custom.el	Thu Jul 14 01:19:10 2005 +0000
@@ -81,7 +81,7 @@
 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 @@
 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)