tm 7.105.1.
authormorioka <morioka>
Tue, 10 Mar 1998 17:33:04 +0000 (17:33 +0000)
committermorioka <morioka>
Tue, 10 Mar 1998 17:33:04 +0000 (17:33 +0000)
ChangeLog
file-detect.el

index 27d5a17..92b599d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index e7798ef..e6544db 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; 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).
@@ -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)