(syms_of_callproc) <shell-file-name>: Doc fix.
This commit is contained in:
parent
818f5ca242
commit
e69071cee3
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue