diff --git a/docs/commandref.html b/docs/commandref.html index 987897f57..aabbbae8e 100644 --- a/docs/commandref.html +++ b/docs/commandref.html @@ -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. FHTcode), you should trigger them via notify, when receiving the - INITIALIZED event. + INITIALIZED event. + +
  • 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.
  • +