comparison lisp/mail/feedmail.el @ 42706:be541feb06cc

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Sun, 13 Jan 2002 10:09:20 +0000
parents 0f4506820432
children b61ebf167ba0
comparison
equal deleted inserted replaced
42705:963ac6b8fb83 42706:be541feb06cc
1276 :type 'function 1276 :type 'function
1277 ) 1277 )
1278 1278
1279 1279
1280 (defvar feedmail-is-a-resend nil 1280 (defvar feedmail-is-a-resend nil
1281 "*Non-nil means the the message is a Resend (in the RFC-822 sense). 1281 "*Non-nil means the message is a Resend (in the RFC-822 sense).
1282 This affects the composition of certain headers. feedmail sets this 1282 This affects the composition of certain headers. feedmail sets this
1283 variable as soon as it starts prepping the message text buffer, so any 1283 variable as soon as it starts prepping the message text buffer, so any
1284 user-supplied functions can rely on it. Users shouldn't set or change this 1284 user-supplied functions can rely on it. Users shouldn't set or change this
1285 variable, but may depend on its value as described here.") 1285 variable, but may depend on its value as described here.")
1286 1286