aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
authorChong Yidong2012-04-09 21:05:48 +0800
committerChong Yidong2012-04-09 21:05:48 +0800
commitfb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5 (patch)
treeeba43d1fa2427a77f1f6b1468838426b33ea5973 /src/callproc.c
parenta18ecafa99e7e7c3caa35ed68dd8a7b9b5d2b8e3 (diff)
downloademacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.tar.gz
emacs-fb7ada5f94a71d73bf6cfad5cc87fe7fb26125a5.zip
Remove * characters from the front of variable docstrings.
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