Fix typo in info-directory-list documentation string.
authorChris Hanson <org/chris-hanson/cph>
Thu, 17 Dec 1998 08:04:05 +0000 (08:04 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 17 Dec 1998 08:04:05 +0000 (08:04 +0000)
v7/src/edwin/info.scm

index 51b4ef5affae56b0bd6580456550f4b99eb2caea..2470bd1ee78c7b997246b6d658e8dda0a3254dab 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: info.scm,v 1.131 1998/10/14 00:31:17 cph Exp $
+;;;    $Id: info.scm,v 1.132 1998/12/17 08:04:05 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-98 Massachusetts Institute of Technology
 ;;;
@@ -96,7 +96,7 @@ This variable is now obsolete; use info-directory-list instead."
 Empty list means not yet initialized.  In this case, Info uses the environment
 variable INFOPATH to initialize it, or `info-default-directory-list'
 if there is no INFOPATH variable in the environment.
-The last element of `info-default-directory-list' is the directory
+The last element of `info-directory-list' is the directory
 where Edwin installs the Info files that come with it."
   '()
   list-of-pathnames?)