From 6d488c9c79904d5a09b900fd7aa766bbe0a90dd8 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Tue, 28 Feb 2006 03:04:50 +0000 Subject: [PATCH] (Locating Files): Suggest additional values for the SUFFIXES arg of `locate-file'. Update pxref. --- lispref/files.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lispref/files.texi b/lispref/files.texi index 417bab81360..4d3cfd52c94 100644 --- a/lispref/files.texi +++ b/lispref/files.texi @@ -1283,8 +1283,9 @@ suffixes to append to @var{filename} when searching. 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 -- 2.39.5