Commit 2a8a5e1f 2a8a5e1f2d644acb4f06a8d04b13e350c8186243 by Alain Magloire

missing @end deftypefun

	replade @func with @code
1 parent b000b40c
2001-11-26 Alain Magloire
* doc/texinfo/mailer.texi: Replace @func with @code
missing @end deftypefun
2001-11-26 Sam Roberts
* doc/texinfo/mailer.texi: Hacked up work-in-progress of the mailer
......
......@@ -236,10 +236,11 @@ are sent, so it never matters what it is set to until it REALLY matters.
If to is nul, then the contents of the standard "To:", "Cc:", and
"Bcc:" fields will be used as recipient addresses.
@end deftypefun
@deftypefun int mailer_send_message (mailer_t, message_t)
Identical to @func{mailer_send_message()} with @var{from}
Identical to @code{mailer_send_message()} with @var{from}
and @var{to} both @code{NULL}.
@end deftypefun
......