aboutsummaryrefslogtreecommitdiffstats
path: root/src/lread.c
diff options
context:
space:
mode:
authorKaroly Lorentey2005-05-09 16:13:15 +0000
committerKaroly Lorentey2005-05-09 16:13:15 +0000
commit85dc59a9ff65aaf6b8e6a0c4452f74b7dade88fd (patch)
tree85aebc58216ed19de18354b3d9974942eea621d5 /src/lread.c
parentc25b55138a36cf5f334070baf79ce61c1e956eed (diff)
parentc7bda15b58de3efcf856786167f11f5b4175e30b (diff)
downloademacs-85dc59a9ff65aaf6b8e6a0c4452f74b7dade88fd.tar.gz
emacs-85dc59a9ff65aaf6b8e6a0c4452f74b7dade88fd.zip
Merged from miles@gnu.org--gnu-2005 (patch 292-295)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-292 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-293 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-294 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-295 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-342
Diffstat (limited to 'src/lread.c')
-rw-r--r--src/lread.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lread.c b/src/lread.c
index 869e95a00e0..ffc7d87d977 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -1006,6 +1006,7 @@ complete_filename_p (pathname)
1006 1006
1007DEFUN ("locate-file-internal", Flocate_file_internal, Slocate_file_internal, 2, 4, 0, 1007DEFUN ("locate-file-internal", Flocate_file_internal, Slocate_file_internal, 2, 4, 0,
1008 doc: /* Search for FILENAME through PATH. 1008 doc: /* Search for FILENAME through PATH.
1009Returns the file's name in absolute form, or nil if not found.
1009If SUFFIXES is non-nil, it should be a list of suffixes to append to 1010If SUFFIXES is non-nil, it should be a list of suffixes to append to
1010file name when searching. 1011file name when searching.
1011If non-nil, PREDICATE is used instead of `file-readable-p'. 1012If non-nil, PREDICATE is used instead of `file-readable-p'.