From acf20901186d76a6d5db0008fba8d1afa48c5671 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 18 Jan 2009 03:28:35 +0000 Subject: [PATCH] * callproc.c (Fgetenv_internal): Doc fix. --- src/ChangeLog | 4 ++++ src/callproc.c | 10 +++------- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 22a9b1909eb..c9d8f444453 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-01-18 Juanma Barranquero + + * callproc.c (Fgetenv_internal): Doc fix. + 2009-01-16 Chong Yidong * xfns.c (x_make_gc): Don't allocate stipple member for gc_values; diff --git a/src/callproc.c b/src/callproc.c index 01be3ac971c..e84c0c64148 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -1390,15 +1390,11 @@ DEFUN ("getenv-internal", Fgetenv_internal, Sgetenv_internal, 1, 2, 0, VARIABLE should be a string. Value is nil if VARIABLE is undefined in the environment. Otherwise, value is a string. -This function searches `process-environment' for VARIABLE. If it is -not found there, then it continues the search in the environment list -of the selected frame. +This function searches `process-environment' for VARIABLE. If optional parameter ENV is a list, then search this list instead of -`process-environment', and return t when encountering a negative entry. - -If it is a frame, then this function will ignore `process-environment' and -will simply look up the variable in that frame's environment. */) +`process-environment', and return t when encountering a negative entry +\(an entry for a variable with no value). */) (variable, env) Lisp_Object variable, env; { -- 2.39.2