diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html
index 3a9f6066b..ed723e95e 100644
--- a/fhem/docs/commandref.html
+++ b/fhem/docs/commandref.html
@@ -186,7 +186,8 @@ use the client form of fhem.pl (described above).
Multiple fhem commands are separated by semicolon (;). In order to use semicolon
in perl code or shell programs, they have to be escaped by the double semicolon
-(;;).
+(;;). See the Notes section of the notify
+chapter on command parameters and escape rules.
E.g. the following first command switches Lamp1 off at 07:00 and Lamp2
immediately (at the point of definition), the second one switches both lamps
@@ -1491,7 +1492,7 @@ A line ending with \ will be concatenated with the next one, so long lines
result of incomplete or buggy code
% will be replaced with the received event,
+ e.g. with on or off or measured-temp: 21.7
+ (Celsius)% into double
+ quotes, else the shell may get a syntax error.@ will be replaced with the device
+ name.% and @, the parameters
+ %EVENT (same as %), %NAME
+ (same as @) and %TYPE (contains the device
+ type, e.g. FHT) can be used. A single %
+ looses its special meaning if any of these parameters appears in the
+ definition.