(syms_of_callproc) <shell-file-name>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 23:49:18 +0000 (23:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 23:49:18 +0000 (23:49 +0000)
src/callproc.c

index 7b8ba8f..c720f3b 100644 (file)
@@ -1665,7 +1665,8 @@ syms_of_callproc ()
 
   DEFVAR_LISP ("shell-file-name", &Vshell_file_name,
               doc: /* *File name to load inferior shells from.
 
   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.
 
   DEFVAR_LISP ("exec-path", &Vexec_path,
               doc: /* *List of directories to search programs to run in subprocesses.