]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-autodetect): Doc fix.
authorAndreas Schwab <schwab@suse.de>
Mon, 20 Aug 2007 09:30:22 +0000 (09:30 +0000)
committerAndreas Schwab <schwab@suse.de>
Mon, 20 Aug 2007 09:30:22 +0000 (09:30 +0000)
lisp/ChangeLog
lisp/mail/rmail.el

index a594f5b578a885c7b87f239b5d04488564fa92ff..a21020e148f543809e2842ac2c447b1cf305db7b 100644 (file)
@@ -1,3 +1,7 @@
+2007-08-20  Andreas Schwab  <schwab@suse.de>
+
+       * mail/rmail.el (rmail-autodetect): Doc fix.
+
 2007-08-19  Juri Linkov  <juri@jurta.org>
 
        * startup.el (normal-splash-screen): Add more links.
index ee990f2fdd3ac3b8700bdaa1acd2a58c6e4f5c0f..429d85a7fed967c96ff39c059b2e92c0316ffed3 100644 (file)
@@ -204,7 +204,7 @@ We do this by executing it with `--version' and analyzing its output."
          'emacs))))))
 
 (defun rmail-autodetect ()
-  "Determine and return the file name of the `movemail' program.
+  "Determine the file name of the `movemail' program and return its flavor.
 If `rmail-movemail-program' is non-nil, use it.
 Otherwise, look for `movemail' in the directories in
 `rmail-movemail-search-path', those in `exec-path', and `exec-directory'."