]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 21 May 1998 20:32:09 +0000 (20:32 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 21 May 1998 20:32:09 +0000 (20:32 +0000)
lisp/startup.el

index c67fa8b676220783fc5e4743a175292885ff11a3..9aef3420dced3a2223e86b0e4fe9264b5f1973c2 100644 (file)
@@ -361,7 +361,11 @@ and any subdirectory that contains a file named `.nosearch'."
          (setq contents (cdr contents)))))
     (normal-top-level-add-to-load-path (cdr (nreverse dirs)))))
 
-;; This function is called from the subdirs.el file.
+;; This function is called from a subdirs.el file.
+;; It assumes that default-directory is the directory
+;; in which the subdirs.el file exists,
+;; and it adds to load-path the subdirs of that directory
+;; as specified in DIRS.  Normally the elements of DIRS are relative.
 (defun normal-top-level-add-to-load-path (dirs)
   (let ((tail load-path)
        (thisdir (directory-file-name default-directory)))