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 | |
parent | 0114082988eafdb8f7630dce0a1551c55c7b6c07 (diff) | |
download | emacs-ab3c4f67456c6f83526b2f76c457f411985e7718.tar.gz |
(rmail-movemail-variant-in-use): Fix doc typo.
-rw-r--r-- | lisp/ChangeLog | 4 | ||||
-rw-r--r-- | lisp/mail/rmail.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c96aa474075..337e0be3ef9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change) + + * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo. + 2007-06-09 Davis Herring <herring@lanl.gov> * desktop.el (desktop-minor-mode-table): Doc fix. 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) |