From: Chris Hanson Date: Thu, 17 Dec 1998 08:04:05 +0000 (+0000) Subject: Fix typo in info-directory-list documentation string. X-Git-Tag: 20090517-FFI~4709 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=232a9ec2fa1a10a097a98fee7562aa2324b204b6;p=mit-scheme.git Fix typo in info-directory-list documentation string. --- diff --git a/v7/src/edwin/info.scm b/v7/src/edwin/info.scm index 51b4ef5af..2470bd1ee 100644 --- a/v7/src/edwin/info.scm +++ b/v7/src/edwin/info.scm @@ -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?)