mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(rmail-autodetect): Doc fix.
This commit is contained in:
parent
d592610463
commit
0574be1801
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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'."
|
||||
|
|
|
|||
Loading…
Reference in a new issue