(syms_of_callproc) <shell-file-name>: Doc fix.

This commit is contained in:
Eli Zaretskii 2006-12-22 23:49:18 +00:00
parent 818f5ca242
commit e69071cee3

View file

@ -1665,7 +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. */);
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.