diff options
| author | Eli Zaretskii | 2005-05-06 13:00:53 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-05-06 13:00:53 +0000 |
| commit | 57a131fbc05820ea8afe802d61a95d6a0a2f4a09 (patch) | |
| tree | bdd6f4c4703eeb748d93308a92495fd54e078076 /src | |
| parent | 83ef7c48bd93a4c812b613aff37e39391fa6c528 (diff) | |
| download | emacs-57a131fbc05820ea8afe802d61a95d6a0a2f4a09.tar.gz emacs-57a131fbc05820ea8afe802d61a95d6a0a2f4a09.zip | |
(Flocate_file_internal): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c index cd0e7544ad4..b0262ebea79 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -1005,6 +1005,7 @@ complete_filename_p (pathname) | |||
| 1005 | 1005 | ||
| 1006 | DEFUN ("locate-file-internal", Flocate_file_internal, Slocate_file_internal, 2, 4, 0, | 1006 | DEFUN ("locate-file-internal", Flocate_file_internal, Slocate_file_internal, 2, 4, 0, |
| 1007 | doc: /* Search for FILENAME through PATH. | 1007 | doc: /* Search for FILENAME through PATH. |
| 1008 | Returns the file's name in absolute form, or nil if not found. | ||
| 1008 | If SUFFIXES is non-nil, it should be a list of suffixes to append to | 1009 | If SUFFIXES is non-nil, it should be a list of suffixes to append to |
| 1009 | file name when searching. | 1010 | file name when searching. |
| 1010 | If non-nil, PREDICATE is used instead of `file-readable-p'. | 1011 | If non-nil, PREDICATE is used instead of `file-readable-p'. |