+1997-03-03 MORIOKA Tomohiko <morioka@jaist.ac.jp>
+
+ * file-detect.el (file-installed-p): Fixed DOC-string.
+
+\f
1997-02-06 MORIOKA Tomohiko <morioka@jaist.ac.jp>
* tl: Version 7.61.17 was released.
;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Version:
-;; $Id: file-detect.el,v 2.0 1997/01/11 17:19:50 morioka Exp $
+;; $Id: file-detect.el,v 2.1 1997/03/03 09:24:27 morioka Exp $
;; Keywords: install, module
;; This file is part of tl (Tiny Library).
;; General Public License for more details.
;; You should have received a copy of the GNU General Public License
-;; along with This program; see the file COPYING. If not, write to
-;; the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; along with GNU Emacs; see the file COPYING. If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
;; Boston, MA 02111-1307, USA.
;;; Code:
))))
(defun file-installed-p (file &optional paths)
- "Return t if FILE exists in PATHS.
+ "Return absolute-path of FILE if FILE exists in PATHS.
If PATHS is omitted, `load-path' is used. [file-detect.el]"
(if (null paths)
(setq paths load-path)