(rmail-autodetect): Doc fix.

This commit is contained in:
Andreas Schwab 2007-08-20 09:30:22 +00:00
parent d592610463
commit 0574be1801
2 changed files with 5 additions and 1 deletions

View 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.

View 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'."