diff options
| author | Eli Zaretskii | 2006-12-22 23:51:10 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-12-22 23:51:10 +0000 |
| commit | b20b29beff23550e7fcd208fd790c70dd42a0ed2 (patch) | |
| tree | 18083dc337e62618e7f6a4e29bee902f652bb98f /src/callproc.c | |
| parent | 453027ac8f64a43067cb57788550b7a2e42b5b1e (diff) | |
| download | emacs-b20b29beff23550e7fcd208fd790c70dd42a0ed2.tar.gz emacs-b20b29beff23550e7fcd208fd790c70dd42a0ed2.zip | |
Fix last change.
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callproc.c b/src/callproc.c index c720f3b2ff5..c56d2fb679b 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -1665,8 +1665,8 @@ syms_of_callproc () | |||
| 1665 | 1665 | ||
| 1666 | DEFVAR_LISP ("shell-file-name", &Vshell_file_name, | 1666 | DEFVAR_LISP ("shell-file-name", &Vshell_file_name, |
| 1667 | doc: /* *File name to load inferior shells from. | 1667 | doc: /* *File name to load inferior shells from. |
| 1668 | Initialized from the SHELL environment variable, or to /bin/sh | 1668 | Initialized from the SHELL environment variable, or to a system-dependent |
| 1669 | if SHELL is not set. */); | 1669 | default if SHELL is not set. */); |
| 1670 | 1670 | ||
| 1671 | DEFVAR_LISP ("exec-path", &Vexec_path, | 1671 | DEFVAR_LISP ("exec-path", &Vexec_path, |
| 1672 | doc: /* *List of directories to search programs to run in subprocesses. | 1672 | doc: /* *List of directories to search programs to run in subprocesses. |