diff --git a/fhem/FHEM/90_at.pm b/fhem/FHEM/90_at.pm
index 5812d6bcb..320ff7923 100755
--- a/fhem/FHEM/90_at.pm
+++ b/fhem/FHEM/90_at.pm
@@ -265,7 +265,8 @@ at_State($$$$)
The optional {N} after the * indicates,that the command
should be repeated N-times only.
<timedet> is either HH:MM, HH:MM:SS or {perlfunc()}, where perlfunc
- must return a HH:MM or HH:MM:SS date.
+ must return a HH:MM or HH:MM:SS date. Note: {perlfunc()} may not contain
+ any spaces or tabs.