diff options
| author | Thien-Thi Nguyen | 2007-06-09 12:53:04 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2007-06-09 12:53:04 +0000 |
| commit | ab3c4f67456c6f83526b2f76c457f411985e7718 (patch) | |
| tree | b2a0972f48358f58c46ee9ea05c326fefdb80202 | |
| parent | 0114082988eafdb8f7630dce0a1551c55c7b6c07 (diff) | |
| download | emacs-ab3c4f67456c6f83526b2f76c457f411985e7718.tar.gz emacs-ab3c4f67456c6f83526b2f76c457f411985e7718.zip | |
(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 @@ | |||
| 1 | 2007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change) | ||
| 2 | |||
| 3 | * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo. | ||
| 4 | |||
| 1 | 2007-06-09 Davis Herring <herring@lanl.gov> | 5 | 2007-06-09 Davis Herring <herring@lanl.gov> |
| 2 | 6 | ||
| 3 | * desktop.el (desktop-minor-mode-table): Doc fix. | 7 | * 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 | |||
| 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) |