diff -r 10516539f238 -r 0a02c433f52d Documentation/Source/eric5.Preferences.__init__.html --- a/Documentation/Source/eric5.Preferences.__init__.html Fri Oct 18 23:00:41 2013 +0200 +++ b/Documentation/Source/eric5.Preferences.__init__.html Fri Nov 01 15:48:48 2013 +0100 @@ -28,9 +28,9 @@ values are read and written to the eric5 preferences file by module functions. The data is stored in a file in a subdirectory of the users home directory. The individual configuration data is accessed by accessor functions -defined on the module level. The module is simply imported wherever it is needed -with the statement 'import Preferences'. Do not use 'from Preferences import *' -to import it. +defined on the module level. The module is simply imported wherever it is +needed with the statement 'import Preferences'. Do not use +'from Preferences import *' to import it. </p> <h3>Global Attributes</h3> <table> @@ -584,7 +584,8 @@ </p><dl> <dt><i>filename</i></dt> <dd> -filename used to determine the associated lexer language (string) +filename used to determine the associated lexer language + (string) </dd><dt><i>prefClass</i></dt> <dd> preferences class used as the storage area @@ -620,7 +621,8 @@ <h2>getEditorOtherFonts</h2> <b>getEditorOtherFonts</b>(<i>key, prefClass=Prefs</i>) <p> - Module function to retrieve the various editor fonts except the lexer fonts. + Module function to retrieve the various editor fonts except the lexer + fonts. </p><dl> <dt><i>key</i></dt> <dd> @@ -2148,7 +2150,8 @@ <p> Module function to sync the preferences to disk. </p><p> - In addition to syncing, the central configuration store is reinitialized as well. + In addition to syncing, the central configuration store is reinitialized + as well. </p><dl> <dt><i>prefClass</i></dt> <dd>