changeset 74834:b917846a39d7

(syms_of_callproc) <shell-file-name>: Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 22 Dec 2006 23:49:18 +0000
parents be554347de52
children d4f2d59f9c14
files src/callproc.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/callproc.c	Fri Dec 22 23:37:42 2006 +0000
+++ b/src/callproc.c	Fri Dec 22 23:49:18 2006 +0000
@@ -1665,7 +1665,8 @@
 
   DEFVAR_LISP ("shell-file-name", &Vshell_file_name,
 	       doc: /* *File name to load inferior shells from.
-Initialized from the SHELL environment variable.  */);
+Initialized from the SHELL environment variable, or to /bin/sh
+if SHELL is not set.  */);
 
   DEFVAR_LISP ("exec-path", &Vexec_path,
 	       doc: /* *List of directories to search programs to run in subprocesses.