save comment

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1300 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-02-28 08:25:57 +00:00
parent 9b8b08a828
commit a61c5ec0a3

View File

@@ -920,7 +920,12 @@ A line ending with \ will be concatenated with the next one, so long lines
commands which were previously part of the config file. If you need such
commands after the initialization (e.g. <a href="FHZset">FHTcode</a>), you
should trigger them via <a href="#notify">notify</a>, when receiving the
INITIALIZED event.
INITIALIZED event.</li>
<li>save tries to preserve comments (lines starting with #) and include
structures, but it won't work correctly if some of these files are not
writeable.</li>
</ul>
</ul>