# HG changeset patch # User Eli Zaretskii # Date 1166831470 0 # Node ID 38f9c8fca7b403b24f0a96c8374dafa6d08993be # Parent d4f2d59f9c143bc1b18b9f09ccc64c100dc7ccda Fix last change. diff -r d4f2d59f9c14 -r 38f9c8fca7b4 src/callproc.c --- 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.