Mercurial > emacs
changeset 74836:38f9c8fca7b4
Fix last change.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 22 Dec 2006 23:51:10 +0000 |
parents | d4f2d59f9c14 |
children | 506b356e8291 |
files | src/callproc.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/callproc.c Fri Dec 22 23:50:08 2006 +0000 +++ b/src/callproc.c Fri Dec 22 23:51:10 2006 +0000 @@ -1665,8 +1665,8 @@ DEFVAR_LISP ("shell-file-name", &Vshell_file_name, doc: /* *File name to load inferior shells from. -Initialized from the SHELL environment variable, or to /bin/sh -if SHELL is not set. */); +Initialized from the SHELL environment variable, or to a system-dependent +default if SHELL is not set. */); DEFVAR_LISP ("exec-path", &Vexec_path, doc: /* *List of directories to search programs to run in subprocesses.