1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(Locating Files): Suggest additional values for the

SUFFIXES arg of `locate-file'.  Update pxref.
This commit is contained in:
Luc Teirlinck 2006-02-28 03:04:50 +00:00
parent fcaedd23eb
commit 6d488c9c79

View File

@ -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