]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-movemail-variant-in-use): Fix doc typo.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 9 Jun 2007 12:54:46 +0000 (12:54 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sat, 9 Jun 2007 12:54:46 +0000 (12:54 +0000)
lisp/ChangeLog
lisp/mail/rmail.el

index 1fb3fc380df20a996daf123fc3effc05171f43a9..569064d791060c834fd45ba7eea5e922adb74d2f 100644 (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.
index 13aba1a3fb07caddaf3a5ee90367cc040b1d4bd6..2a2f0355ab24082afed49da9c7f6a181e9866e2e 100644 (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)