Index: emacs/src/lread.c
diff -c emacs/src/lread.c:1.330 emacs/src/lread.c:1.331
*** emacs/src/lread.c:1.330     Mon Apr 18 10:21:37 2005
--- emacs/src/lread.c   Fri May  6 13:00:53 2005
***************
*** 1005,1010 ****
--- 1005,1011 ----
  
  DEFUN ("locate-file-internal", Flocate_file_internal, Slocate_file_internal, 
2, 4, 0,
         doc: /* Search for FILENAME through PATH.
+ Returns the file's name in absolute form, or nil if not found.
  If SUFFIXES is non-nil, it should be a list of suffixes to append to
  file name when searching.
  If non-nil, PREDICATE is used instead of `file-readable-p'.


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to