aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2006-02-28 03:04:50 +0000
committerLuc Teirlinck2006-02-28 03:04:50 +0000
commit6d488c9c79904d5a09b900fd7aa766bbe0a90dd8 (patch)
tree20b3941ce9efd3271d259845b46c3f1404a65766
parentfcaedd23eb5b8752cbd2083918c18a9436eee70a (diff)
downloademacs-6d488c9c79904d5a09b900fd7aa766bbe0a90dd8.tar.gz
emacs-6d488c9c79904d5a09b900fd7aa766bbe0a90dd8.zip
(Locating Files): Suggest additional values for the
SUFFIXES arg of `locate-file'. Update pxref.
-rw-r--r--lispref/files.texi5
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.
1283suffixes. If @var{suffixes} is @code{nil}, or @code{("")}, then there 1283suffixes. If @var{suffixes} is @code{nil}, or @code{("")}, then there
1284are no suffixes, and @var{filename} is used only as-is. Typical 1284are no suffixes, and @var{filename} is used only as-is. Typical
1285values of @var{suffixes} are @code{exec-suffixes} (@pxref{Subprocess 1285values of @var{suffixes} are @code{exec-suffixes} (@pxref{Subprocess
1286Creation, exec-suffixes}) and @code{load-suffixes} (@pxref{Library 1286Creation, exec-suffixes}), @code{load-suffixes},
1287Search, load-suffixes}). 1287@code{load-file-rep-suffixes} and the return value of the function
1288@code{get-load-suffixes} (@pxref{Load Suffixes}).
1288 1289
1289Typical values for @var{path} are @code{exec-path} (@pxref{Subprocess 1290Typical values for @var{path} are @code{exec-path} (@pxref{Subprocess
1290Creation, exec-path}) when looking for executable programs or 1291Creation, exec-path}) when looking for executable programs or