changeset 101275:5bc8609f80b5

* callproc.c (Fgetenv_internal): Doc fix.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 18 Jan 2009 03:28:35 +0000
parents 4bcf5c96d5ee
children dd95cb42c0aa
files src/ChangeLog src/callproc.c
diffstat 2 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Jan 18 01:45:34 2009 +0000
+++ b/src/ChangeLog	Sun Jan 18 03:28:35 2009 +0000
@@ -1,3 +1,7 @@
+2009-01-18  Juanma Barranquero  <lekktu@gmail.com>
+
+	* callproc.c (Fgetenv_internal): Doc fix.
+
 2009-01-16  Chong Yidong  <cyd@stupidchicken.com>
 
 	* xfns.c (x_make_gc): Don't allocate stipple member for gc_values;
--- a/src/callproc.c	Sun Jan 18 01:45:34 2009 +0000
+++ b/src/callproc.c	Sun Jan 18 03:28:35 2009 +0000
@@ -1390,15 +1390,11 @@
 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;
 {