mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-18 12:00:38 -07:00
Fix last change.
This commit is contained in:
parent
453027ac8f
commit
b20b29beff
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue