emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/src ChangeLog callproc.c


From: Juanma Barranquero
Subject: [Emacs-diffs] emacs/src ChangeLog callproc.c
Date: Sun, 18 Jan 2009 03:28:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      09/01/18 03:28:37

Modified files:
        src            : ChangeLog callproc.c 

Log message:
        * callproc.c (Fgetenv_internal): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/ChangeLog?cvsroot=emacs&r1=1.7282&r2=1.7283
http://cvs.savannah.gnu.org/viewcvs/emacs/src/callproc.c?cvsroot=emacs&r1=1.243&r2=1.244

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog,v
retrieving revision 1.7282
retrieving revision 1.7283
diff -u -b -r1.7282 -r1.7283
--- ChangeLog   16 Jan 2009 15:09:39 -0000      1.7282
+++ ChangeLog   18 Jan 2009 03:28:35 -0000      1.7283
@@ -1,3 +1,7 @@
+2009-01-18  Juanma Barranquero  <address@hidden>
+
+       * callproc.c (Fgetenv_internal): Doc fix.
+
 2009-01-16  Chong Yidong  <address@hidden>
 
        * xfns.c (x_make_gc): Don't allocate stipple member for gc_values;

Index: callproc.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/callproc.c,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -b -r1.243 -r1.244
--- callproc.c  8 Jan 2009 03:15:26 -0000       1.243
+++ callproc.c  18 Jan 2009 03:28:36 -0000      1.244
@@ -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;
 {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]