diff options
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/callproc.c b/src/callproc.c index e17e082a0d4..1dd56749e16 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -1646,16 +1646,16 @@ syms_of_callproc (void) | |||
| 1646 | staticpro (&Vtemp_file_name_pattern); | 1646 | staticpro (&Vtemp_file_name_pattern); |
| 1647 | 1647 | ||
| 1648 | DEFVAR_LISP ("shell-file-name", Vshell_file_name, | 1648 | DEFVAR_LISP ("shell-file-name", Vshell_file_name, |
| 1649 | doc: /* *File name to load inferior shells from. | 1649 | doc: /* File name to load inferior shells from. |
| 1650 | Initialized from the SHELL environment variable, or to a system-dependent | 1650 | Initialized from the SHELL environment variable, or to a system-dependent |
| 1651 | default if SHELL is not set. */); | 1651 | default if SHELL is not set. */); |
| 1652 | 1652 | ||
| 1653 | DEFVAR_LISP ("exec-path", Vexec_path, | 1653 | DEFVAR_LISP ("exec-path", Vexec_path, |
| 1654 | doc: /* *List of directories to search programs to run in subprocesses. | 1654 | doc: /* List of directories to search programs to run in subprocesses. |
| 1655 | Each element is a string (directory name) or nil (try default directory). */); | 1655 | Each element is a string (directory name) or nil (try default directory). */); |
| 1656 | 1656 | ||
| 1657 | DEFVAR_LISP ("exec-suffixes", Vexec_suffixes, | 1657 | DEFVAR_LISP ("exec-suffixes", Vexec_suffixes, |
| 1658 | doc: /* *List of suffixes to try to find executable file names. | 1658 | doc: /* List of suffixes to try to find executable file names. |
| 1659 | Each element is a string. */); | 1659 | Each element is a string. */); |
| 1660 | Vexec_suffixes = Qnil; | 1660 | Vexec_suffixes = Qnil; |
| 1661 | 1661 | ||