From ff898939378a55061c76d3411eca2eaa4c1c4d92 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 10 Mar 1998 17:33:04 +0000 Subject: [PATCH] tm 7.105.1. --- ChangeLog | 5 +++++ file-detect.el | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 27d5a17..92b599d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1997-03-03 MORIOKA Tomohiko + + * file-detect.el (file-installed-p): Fixed DOC-string. + + 1997-02-06 MORIOKA Tomohiko * tl: Version 7.61.17 was released. diff --git a/file-detect.el b/file-detect.el index e7798ef..e6544db 100644 --- a/file-detect.el +++ b/file-detect.el @@ -4,7 +4,7 @@ ;; Author: MORIOKA Tomohiko ;; 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). @@ -20,8 +20,8 @@ ;; 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: @@ -102,7 +102,7 @@ it is searched from all of load-path instead of default-load-path. )))) (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) -- 1.7.10.4