1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(rmail-movemail-variant-in-use): Fix doc typo.

This commit is contained in:
Thien-Thi Nguyen 2007-06-09 12:54:46 +00:00
parent b258555dcb
commit 6a29399e74
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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)