aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2007-06-09 12:53:04 +0000
committerThien-Thi Nguyen2007-06-09 12:53:04 +0000
commitab3c4f67456c6f83526b2f76c457f411985e7718 (patch)
treeb2a0972f48358f58c46ee9ea05c326fefdb80202
parent0114082988eafdb8f7630dce0a1551c55c7b6c07 (diff)
downloademacs-ab3c4f67456c6f83526b2f76c457f411985e7718.tar.gz
emacs-ab3c4f67456c6f83526b2f76c457f411985e7718.zip
(rmail-movemail-variant-in-use): Fix doc typo.
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/mail/rmail.el2
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 @@
12007-06-09 Alfred M. Szmidt <ams@gnu.org> (tiny change)
2
3 * mail/rmail.el (rmail-movemail-variant-in-use): Fix doc typo.
4
12007-06-09 Davis Herring <herring@lanl.gov> 52007-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
231mail URLs as the source mailbox;") 231mail 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)