1
Fork 0
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:
Eli Zaretskii 2006-12-22 23:51:10 +00:00
parent 453027ac8f
commit b20b29beff

View 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.