diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2007-06-09 12:53:04 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2007-06-09 12:53:04 +0000 |
commit | ab3c4f67456c6f83526b2f76c457f411985e7718 (patch) | |
tree | b2a0972f48358f58c46ee9ea05c326fefdb80202 /lisp/mail/rmail.el | |
parent | 0114082988eafdb8f7630dce0a1551c55c7b6c07 (diff) | |
download | emacs-ab3c4f67456c6f83526b2f76c457f411985e7718.tar.gz |
(rmail-movemail-variant-in-use): Fix doc typo.
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 13aba1a3fb0..2a2f0355ab2 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -228,7 +228,7 @@ Otherwise, look for `movemail' in the directories in `emacs' Means any implementation, compatible with the native Emacs one. This is the default; `mailutils' Means GNU mailutils implementation, capable of handling full -mail URLs as the source mailbox;") +mail URLs as the source mailbox.") ;;;###autoload (defun rmail-movemail-variant-p (&rest variants) |