From: Andreas Schwab Date: Mon, 20 Aug 2007 09:30:22 +0000 (+0000) Subject: (rmail-autodetect): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~11440 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0574be1801f179b893b7cf5b67cd43dfac2e5fc0;p=emacs.git (rmail-autodetect): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a594f5b578a..a21020e148f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-08-20 Andreas Schwab + + * mail/rmail.el (rmail-autodetect): Doc fix. + 2007-08-19 Juri Linkov * startup.el (normal-splash-screen): Add more links. diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index ee990f2fdd3..429d85a7fed 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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'."