aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/callproc.c')
-rw-r--r--src/callproc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/callproc.c b/src/callproc.c
index b5b8cadeb68..9528c9644d8 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1637,16 +1637,16 @@ syms_of_callproc (void)
1637 staticpro (&Vtemp_file_name_pattern); 1637 staticpro (&Vtemp_file_name_pattern);
1638 1638
1639 DEFVAR_LISP ("shell-file-name", Vshell_file_name, 1639 DEFVAR_LISP ("shell-file-name", Vshell_file_name,
1640 doc: /* *File name to load inferior shells from. 1640 doc: /* File name to load inferior shells from.
1641Initialized from the SHELL environment variable, or to a system-dependent 1641Initialized from the SHELL environment variable, or to a system-dependent
1642default if SHELL is not set. */); 1642default if SHELL is not set. */);
1643 1643
1644 DEFVAR_LISP ("exec-path", Vexec_path, 1644 DEFVAR_LISP ("exec-path", Vexec_path,
1645 doc: /* *List of directories to search programs to run in subprocesses. 1645 doc: /* List of directories to search programs to run in subprocesses.
1646Each element is a string (directory name) or nil (try default directory). */); 1646Each element is a string (directory name) or nil (try default directory). */);
1647 1647
1648 DEFVAR_LISP ("exec-suffixes", Vexec_suffixes, 1648 DEFVAR_LISP ("exec-suffixes", Vexec_suffixes,
1649 doc: /* *List of suffixes to try to find executable file names. 1649 doc: /* List of suffixes to try to find executable file names.
1650Each element is a string. */); 1650Each element is a string. */);
1651 Vexec_suffixes = Qnil; 1651 Vexec_suffixes = Qnil;
1652 1652