aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/callproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callproc.c b/src/callproc.c
index 85a5eaf72d9..20a260daa09 100644
--- a/src/callproc.c
+++ b/src/callproc.c
@@ -1272,7 +1272,7 @@ getenv_internal (var, varlen, value, valuelen)
1272 return 0; 1272 return 0;
1273} 1273}
1274 1274
1275DEFUN ("getenv", Fgetenv, Sgetenv, 1, 1, 0, 1275DEFUN ("getenv-internal", Fgetenv_internal, Sgetenv_internal, 1, 1, 0,
1276 "Return the value of environment variable VAR, as a string.\n\ 1276 "Return the value of environment variable VAR, as a string.\n\
1277VAR should be a string. Value is nil if VAR is undefined in the environment.\n\ 1277VAR should be a string. Value is nil if VAR is undefined in the environment.\n\
1278This function consults the variable ``process-environment'' for its value.") 1278This function consults the variable ``process-environment'' for its value.")
@@ -1486,7 +1486,7 @@ when Emacs starts.");
1486 1486
1487#ifndef VMS 1487#ifndef VMS
1488 defsubr (&Scall_process); 1488 defsubr (&Scall_process);
1489 defsubr (&Sgetenv); 1489 defsubr (&Sgetenv_internal);
1490#endif 1490#endif
1491 defsubr (&Scall_process_region); 1491 defsubr (&Scall_process_region);
1492} 1492}