comparison lisp/mail/rmail.el @ 77993:f87b929ffd17

(rmail-movemail-variant-in-use): Fix doc typo.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 09 Jun 2007 12:54:08 +0000
parents 1608babbc1ce
children 8e27d63c45eb e9f94688a064
comparison
equal deleted inserted replaced
77992:c3bb219a77cf 77993:f87b929ffd17
226 "The movemail variant currently in use. Known variants are: 226 "The movemail variant currently in use. Known variants are:
227 227
228 `emacs' Means any implementation, compatible with the native Emacs one. 228 `emacs' Means any implementation, compatible with the native Emacs one.
229 This is the default; 229 This is the default;
230 `mailutils' Means GNU mailutils implementation, capable of handling full 230 `mailutils' Means GNU mailutils implementation, capable of handling full
231 mail URLs as the source mailbox;") 231 mail URLs as the source mailbox.")
232 232
233 ;;;###autoload 233 ;;;###autoload
234 (defun rmail-movemail-variant-p (&rest variants) 234 (defun rmail-movemail-variant-p (&rest variants)
235 "Return t if the current movemail variant is any of VARIANTS. 235 "Return t if the current movemail variant is any of VARIANTS.
236 Currently known variants are 'emacs and 'mailutils." 236 Currently known variants are 'emacs and 'mailutils."