emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/callproc.c,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/callproc.c,v
Date: Fri, 22 Dec 2006 23:49:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    06/12/22 23:49:18

Index: callproc.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/callproc.c,v
retrieving revision 1.216
retrieving revision 1.217
diff -u -b -r1.216 -r1.217
--- callproc.c  13 Jun 2006 23:08:39 -0000      1.216
+++ callproc.c  22 Dec 2006 23:49:18 -0000      1.217
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]