1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

Whitespace changes.

This commit is contained in:
Luc Teirlinck 2005-07-14 01:19:10 +00:00
parent f0856b6f49
commit c94112bff8

View 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)