diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2006-02-28 03:04:50 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2006-02-28 03:04:50 +0000 |
commit | 6d488c9c79904d5a09b900fd7aa766bbe0a90dd8 (patch) | |
tree | 20b3941ce9efd3271d259845b46c3f1404a65766 /lispref/files.texi | |
parent | fcaedd23eb5b8752cbd2083918c18a9436eee70a (diff) | |
download | emacs-6d488c9c79904d5a09b900fd7aa766bbe0a90dd8.tar.gz |
(Locating Files): Suggest additional values for the
SUFFIXES arg of `locate-file'. Update pxref.
Diffstat (limited to 'lispref/files.texi')
-rw-r--r-- | lispref/files.texi | 5 |
1 files 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 |