# HG changeset patch # User Luc Teirlinck # Date 1141095890 0 # Node ID 0b687e350e7e147fa7955568764d2a836ab2f5b7 # Parent 63fbed8d9ae0bb9d91409c1c2f3259f7ff2f45e2 (Locating Files): Suggest additional values for the SUFFIXES arg of `locate-file'. Update pxref. diff -r 63fbed8d9ae0 -r 0b687e350e7e lispref/files.texi --- a/lispref/files.texi Tue Feb 28 03:01:57 2006 +0000 +++ b/lispref/files.texi Tue Feb 28 03:04:50 2006 +0000 @@ -1283,8 +1283,9 @@ suffixes. If @var{suffixes} is @code{nil}, or @code{("")}, then there are no suffixes, and @var{filename} is used only as-is. Typical values of @var{suffixes} are @code{exec-suffixes} (@pxref{Subprocess -Creation, exec-suffixes}) and @code{load-suffixes} (@pxref{Library -Search, load-suffixes}). +Creation, exec-suffixes}), @code{load-suffixes}, +@code{load-file-rep-suffixes} and the return value of the function +@code{get-load-suffixes} (@pxref{Load Suffixes}). Typical values for @var{path} are @code{exec-path} (@pxref{Subprocess Creation, exec-path}) when looking for executable programs or