diff options
| author | Andreas Schwab | 2007-08-20 09:30:22 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2007-08-20 09:30:22 +0000 |
| commit | 0574be1801f179b893b7cf5b67cd43dfac2e5fc0 (patch) | |
| tree | fa350a69794695f50fc3dd13a0dd77f5042276a5 | |
| parent | d59261046372b7f2c7ddf4ab3934ba3a977deff3 (diff) | |
| download | emacs-0574be1801f179b893b7cf5b67cd43dfac2e5fc0.tar.gz emacs-0574be1801f179b893b7cf5b67cd43dfac2e5fc0.zip | |
(rmail-autodetect): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a594f5b578a..a21020e148f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-08-20 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * mail/rmail.el (rmail-autodetect): Doc fix. | ||
| 4 | |||
| 1 | 2007-08-19 Juri Linkov <juri@jurta.org> | 5 | 2007-08-19 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * startup.el (normal-splash-screen): Add more links. | 7 | * 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." | |||
| 204 | 'emacs)))))) | 204 | 'emacs)))))) |
| 205 | 205 | ||
| 206 | (defun rmail-autodetect () | 206 | (defun rmail-autodetect () |
| 207 | "Determine and return the file name of the `movemail' program. | 207 | "Determine the file name of the `movemail' program and return its flavor. |
| 208 | If `rmail-movemail-program' is non-nil, use it. | 208 | If `rmail-movemail-program' is non-nil, use it. |
| 209 | Otherwise, look for `movemail' in the directories in | 209 | Otherwise, look for `movemail' in the directories in |
| 210 | `rmail-movemail-search-path', those in `exec-path', and `exec-directory'." | 210 | `rmail-movemail-search-path', those in `exec-path', and `exec-directory'." |