comparison etc/NEWS @ 62586:5ff8434df6b3

Mark locate-file as documented.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 21 May 2005 13:33:55 +0000
parents 49570fafcade
children 9f64b95346c1
comparison
equal deleted inserted replaced
62585:78962e585d20 62586:5ff8434df6b3
3628 +++ 3628 +++
3629 *** If `buffer-save-without-query' is non-nil in some buffer, 3629 *** If `buffer-save-without-query' is non-nil in some buffer,
3630 `save-some-buffers' will always save that buffer without asking (if 3630 `save-some-buffers' will always save that buffer without asking (if
3631 it's modified). 3631 it's modified).
3632 3632
3633 +++
3633 *** New function `locate-file' searches for a file in a list of directories. 3634 *** New function `locate-file' searches for a file in a list of directories.
3634 `locate-file' accepts a name of a file to search (a string), and two 3635 `locate-file' accepts a name of a file to search (a string), and two
3635 lists: a list of directories to search in and a list of suffixes to 3636 lists: a list of directories to search in and a list of suffixes to
3636 try; typical usage might use `exec-path' and `load-path' for the list 3637 try; typical usage might use `exec-path' and `load-path' for the list
3637 of directories, and `exec-suffixes' and `load-suffixes' for the list 3638 of directories, and `exec-suffixes' and `load-suffixes' for the list