diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index eafd6217c0f..bb21c35dccc 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -1660,7 +1660,7 @@ syms_of_callproc (void) | |||
| 1660 | DEFVAR_LISP ("shell-file-name", Vshell_file_name, | 1660 | DEFVAR_LISP ("shell-file-name", Vshell_file_name, |
| 1661 | doc: /* File name to load inferior shells from. | 1661 | doc: /* File name to load inferior shells from. |
| 1662 | Initialized from the SHELL environment variable, or to a system-dependent | 1662 | Initialized from the SHELL environment variable, or to a system-dependent |
| 1663 | default if SHELL is not set. */); | 1663 | default if SHELL is unset. See Info node `(elisp)Security Considerations'. */); |
| 1664 | 1664 | ||
| 1665 | DEFVAR_LISP ("exec-path", Vexec_path, | 1665 | DEFVAR_LISP ("exec-path", Vexec_path, |
| 1666 | doc: /* List of directories to search programs to run in subprocesses. | 1666 | doc: /* List of directories to search programs to run in subprocesses. |