Commit 6e66bc08 6e66bc083c88c952fdc9051ceefcea2608fb626b by Sergey Poznyakoff

Changed printstr to printhdr.

1 parent 1227187a
......@@ -54,11 +54,15 @@ Return: none
Appends whitespace + arg to string register.
*** printstr
*** printhdr
Argument: string
Return: none
Prints the value of string register, prefixed by the given argument.
Prints the value of string register, prefixed by the given
argument. The output is formatted as RFC 822 header, i.e.
it is split at whitespace characters nearest to the width boundary
and each subsequent segment is prefixed with horizontal tabulation.
*** in_reply_to
Argument: none
......