aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2006-12-22 23:49:18 +0000
committerEli Zaretskii2006-12-22 23:49:18 +0000
commite69071cee33ad6b2b4494035db26a2711ccfd229 (patch)
tree9f8737721845f0900e5ad0a5e4665f21e9b7ee1f /src
parent818f5ca2426a2c52eac653df5b8a5658d039cb66 (diff)
downloademacs-e69071cee33ad6b2b4494035db26a2711ccfd229.tar.gz
emacs-e69071cee33ad6b2b4494035db26a2711ccfd229.zip
(syms_of_callproc) <shell-file-name>: Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 7b8ba8fea21..c720f3b2ff5 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1665,7 +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.
1668Initialized from the SHELL environment variable. */); 1668Initialized from the SHELL environment variable, or to /bin/sh
1669if SHELL is not set. */);
1669 1670
1670 DEFVAR_LISP ("exec-path", &Vexec_path, 1671 DEFVAR_LISP ("exec-path", &Vexec_path,
1671 doc: /* *List of directories to search programs to run in subprocesses. 1672 doc: /* *List of directories to search programs to run in subprocesses.