From: Eli Zaretskii Date: Fri, 22 Dec 2006 23:51:10 +0000 (+0000) Subject: Fix last change. X-Git-Tag: emacs-pretest-22.0.93~474 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b20b29beff23550e7fcd208fd790c70dd42a0ed2;p=emacs.git Fix last change. --- diff --git a/src/callproc.c b/src/callproc.c index c720f3b2ff5..c56d2fb679b 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -1665,8 +1665,8 @@ syms_of_callproc () 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.