diff --git a/docs/commandref.html b/docs/commandref.html
index 64210b330..bb1e78074 100644
--- a/docs/commandref.html
+++ b/docs/commandref.html
@@ -702,9 +702,11 @@ A line ending with \ will be concatenated with the next one, so long lines
it will be used instead the global configfile attribute.
Notes:
- - save only writes out definitions and attributes, but no commands
- which were previously part of the config file. Put such commands in the
- lastinclude file.
+
- save only writes out definitions and attributes, but no (set/get)
+ 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.
@@ -881,10 +883,8 @@ A line ending with \ will be concatenated with the next one, so long lines
If this attribute is set, then the last command of the generated
configfile (see the save command) will be
include <lastinclude-value>
- This file is needed, as the save command will write only defines and
- attributes to the config file, any other commands / includes will be
- lost. E.g. it makes sense to set the FHTcode in
- this file.
+ This attribute is DEPRECATED, use notify, with
+ the INITIALIZED event to execute commands after initialization.