Commit 2a8a5e1f 2a8a5e1f2d644acb4f06a8d04b13e350c8186243 by Alain Magloire

missing @end deftypefun

	replade @func with @code
1 parent b000b40c
1 2001-11-26 Alain Magloire
2
3 * doc/texinfo/mailer.texi: Replace @func with @code
4 missing @end deftypefun
5
1 2001-11-26 Sam Roberts 6 2001-11-26 Sam Roberts
2 7
3 * doc/texinfo/mailer.texi: Hacked up work-in-progress of the mailer 8 * 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. ...@@ -236,10 +236,11 @@ are sent, so it never matters what it is set to until it REALLY matters.
236 236
237 If to is nul, then the contents of the standard "To:", "Cc:", and 237 If to is nul, then the contents of the standard "To:", "Cc:", and
238 "Bcc:" fields will be used as recipient addresses. 238 "Bcc:" fields will be used as recipient addresses.
239 @end deftypefun
239 240
240 @deftypefun int mailer_send_message (mailer_t, message_t) 241 @deftypefun int mailer_send_message (mailer_t, message_t)
241 242
242 Identical to @func{mailer_send_message()} with @var{from} 243 Identical to @code{mailer_send_message()} with @var{from}
243 and @var{to} both @code{NULL}. 244 and @var{to} both @code{NULL}.
244 245
245 @end deftypefun 246 @end deftypefun
......