--- rxvt-unicode/src/urxvt.pm 2010/12/18 15:37:10 1.189 +++ rxvt-unicode/src/urxvt.pm 2011/01/07 21:17:08 1.190 @@ -800,13 +800,14 @@ =item urxvt::fatal $errormessage -Fatally aborts execution with the given error message. Avoid at all -costs! The only time this is acceptable is when the terminal process -starts up. +Fatally aborts execution with the given error message (which should +include a trailing newline). Avoid at all costs! The only time this +is acceptable (and useful) is in the init hook, where it prevents the +temrinal from starting up. =item urxvt::warn $string -Calls C with the given string which should not include a +Calls C with the given string which should include a trailing newline. The module also overwrites the C builtin with a function that calls this function.