aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c
diff options
context:
space:
mode:
authorMiles Bader2007-02-26 23:03:45 +0000
committerMiles Bader2007-02-26 23:03:45 +0000
commita73d7753f965734247be482efa125da5235996da (patch)
tree56af26fb1a12a2c93c146aac923947968c4c9d76 /src/callproc.c
parent55a5664de23c07003d4d2584fc065619609500b6 (diff)
parentf6f3d0b9133d06b29523c7bc744130cddc5c8d6b (diff)
downloademacs-a73d7753f965734247be482efa125da5235996da.tar.gz
emacs-a73d7753f965734247be482efa125da5235996da.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 638-652) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 202) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-177
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 6af47f0ed3e..c5e747ff6d2 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1370,7 +1370,7 @@ getenv_internal (var, varlen, value, valuelen)
1370DEFUN ("getenv-internal", Fgetenv_internal, Sgetenv_internal, 1, 1, 0, 1370DEFUN ("getenv-internal", Fgetenv_internal, Sgetenv_internal, 1, 1, 0,
1371 doc: /* Return the value of environment variable VAR, as a string. 1371 doc: /* Return the value of environment variable VAR, as a string.
1372VAR should be a string. Value is nil if VAR is undefined in the environment. 1372VAR should be a string. Value is nil if VAR is undefined in the environment.
1373This function consults the variable ``process-environment'' for its value. */) 1373This function consults the variable `process-environment' for its value. */)
1374 (var) 1374 (var)
1375 Lisp_Object var; 1375 Lisp_Object var;
1376{ 1376{
@@ -1580,12 +1580,12 @@ These are files intended for Emacs to use while it runs. */);
1580 1580
1581 DEFVAR_LISP ("doc-directory", &Vdoc_directory, 1581 DEFVAR_LISP ("doc-directory", &Vdoc_directory,
1582 doc: /* Directory containing the DOC file that comes with GNU Emacs. 1582 doc: /* Directory containing the DOC file that comes with GNU Emacs.
1583This is usually the same as data-directory. */); 1583This is usually the same as `data-directory'. */);
1584 1584
1585 DEFVAR_LISP ("configure-info-directory", &Vconfigure_info_directory, 1585 DEFVAR_LISP ("configure-info-directory", &Vconfigure_info_directory,
1586 doc: /* For internal use by the build procedure only. 1586 doc: /* For internal use by the build procedure only.
1587This is the name of the directory in which the build procedure installed 1587This is the name of the directory in which the build procedure installed
1588Emacs's info files; the default value for Info-default-directory-list 1588Emacs's info files; the default value for `Info-default-directory-list'
1589includes this. */); 1589includes this. */);
1590 Vconfigure_info_directory = build_string (PATH_INFO); 1590 Vconfigure_info_directory = build_string (PATH_INFO);
1591 1591