diff options
| author | Luc Teirlinck | 2006-02-28 03:04:50 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2006-02-28 03:04:50 +0000 |
| commit | 6d488c9c79904d5a09b900fd7aa766bbe0a90dd8 (patch) | |
| tree | 20b3941ce9efd3271d259845b46c3f1404a65766 | |
| parent | fcaedd23eb5b8752cbd2083918c18a9436eee70a (diff) | |
| download | emacs-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.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. | |||
| 1283 | suffixes. If @var{suffixes} is @code{nil}, or @code{("")}, then there | 1283 | suffixes. If @var{suffixes} is @code{nil}, or @code{("")}, then there |
| 1284 | are no suffixes, and @var{filename} is used only as-is. Typical | 1284 | are no suffixes, and @var{filename} is used only as-is. Typical |
| 1285 | values of @var{suffixes} are @code{exec-suffixes} (@pxref{Subprocess | 1285 | values of @var{suffixes} are @code{exec-suffixes} (@pxref{Subprocess |
| 1286 | Creation, exec-suffixes}) and @code{load-suffixes} (@pxref{Library | 1286 | Creation, exec-suffixes}), @code{load-suffixes}, |
| 1287 | Search, 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 | ||
| 1289 | Typical values for @var{path} are @code{exec-path} (@pxref{Subprocess | 1290 | Typical values for @var{path} are @code{exec-path} (@pxref{Subprocess |
| 1290 | Creation, exec-path}) when looking for executable programs or | 1291 | Creation, exec-path}) when looking for executable programs or |