diff options
Diffstat (limited to 'lisp/mail/rmail.el')
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
1 files changed, 1 insertions, 1 deletions
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'." |
