Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 23:51:10 +0000 (23:51 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Dec 2006 23:51:10 +0000 (23:51 +0000)
src/callproc.c

index c720f3b..c56d2fb 100644 (file)
@@ -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.