diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-05-01 02:06:32 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-05-01 02:06:32 +0000 |
commit | 0546366f64d6aea1b2f6cb6ce212c7b27f772ddc (patch) | |
tree | b6c72fdf5c05f9d2454acde7ab6e2b8156480a92 /lispref | |
parent | dfea5a0235a90aad8a465288c5fe3151bc14888f (diff) | |
download | emacs-0546366f64d6aea1b2f6cb6ce212c7b27f772ddc.tar.gz |
(exec-directory): Wakeup no longer exists, so use movemail as example.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/processes.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lispref/processes.texi b/lispref/processes.texi index 359366cf066..eb26970651b 100644 --- a/lispref/processes.texi +++ b/lispref/processes.texi @@ -106,12 +106,11 @@ specify overrides for it with @code{process-environment}. @xref{System Environment}. @defvar exec-directory -@pindex wakeup +@pindex movemail The value of this variable is the name of a directory (a string) that contains programs that come with GNU Emacs, that are intended for Emacs -to invoke. The program @code{wakeup} is an example of such a program; -the @code{display-time} command uses it to get a reminder once per -minute. +to invoke. The program @code{movemail} is an example of such a program; +Rmail uses it to fetch new mail from an inbox. @end defvar @defopt exec-path |