From xemacs-m  Mon Apr  7 04:11:47 1997
Received: from macon.informatik.uni-tuebingen.de (macon2.Informatik.Uni-Tuebingen.De [134.2.13.2])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id EAA20476
	for <xemacs-beta@xemacs.org>; Mon, 7 Apr 1997 04:11:45 -0500 (CDT)
Received: from modas.informatik.uni-tuebingen.de (modas.Informatik.Uni-Tuebingen.De [134.2.12.3]) by macon.informatik.uni-tuebingen.de (8.8.4/8.8.3/AIX-4.1/WSI-1.0) with SMTP id LAA31162 for <xemacs-beta@xemacs.org>; Mon, 7 Apr 1997 11:11:44 +0200
Received: by modas.informatik.uni-tuebingen.de (AIX 4.1/UCB 5.64/4.03)
          id AA21144; Mon, 7 Apr 1997 11:11:42 +0200
Sender: sperber@informatik.uni-tuebingen.de
To: xemacs-beta@xemacs.org
Subject: Info-default-directory doc fix
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: multipart/mixed;
 boundary="Multipart_Mon_Apr__7_11:11:41_1997-1"
Content-Transfer-Encoding: 7bit
From: sperber@informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor])
Date: 07 Apr 1997 11:11:41 +0200
Message-Id: <y9l4tdj2o4y.fsf@modas.informatik.uni-tuebingen.de>
Lines: 97
X-Mailer: Gnus v5.4.40/XEmacs 20.1(beta11)

--Multipart_Mon_Apr__7_11:11:41_1997-1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable


Users have complained about this time and again since at least 19.12

-- 
Cheers =3D8-} Mike
Friede, V=F6lkerverst=E4ndigung und =FCberhaupt blabla

--Multipart_Mon_Apr__7_11:11:41_1997-1
Content-Type: text/plain; charset=US-ASCII

*** man/texinfo.texi~	Sun Mar  9 00:27:25 1997
--- man/texinfo.texi	Mon Apr  7 11:09:33 1997
***************
*** 12968,12974 ****
  @item
  If you are using Emacs, list the name of the file in a second @file{dir}
  file, in its directory; and then add the name of that directory to the
! @code{Info-directory-list} variable in your personal or site
  initialization file.
  
  This tells Emacs's Info reader where to look for @file{dir}
--- 12968,12974 ----
  @item
  If you are using Emacs, list the name of the file in a second @file{dir}
  file, in its directory; and then add the name of that directory to the
! @code{Info-default-directory-list} variable in your personal or site
  initialization file.
  
  This tells Emacs's Info reader where to look for @file{dir}
***************
*** 12997,13009 ****
  In this case, the absolute file name of the @file{info-test} file is
  written as the second part of the menu entry.@refill
  
! @vindex Info-directory-list
  Alternatively, you could write the following in your @file{.emacs}
  file:@refill
  
  @example
  @group
! (setq Info-directory-list
        '("/home/bob/manuals"
          "/usr/local/emacs/info"))
  @end group
--- 12997,13009 ----
  In this case, the absolute file name of the @file{info-test} file is
  written as the second part of the menu entry.@refill
  
! @vindex Info-default-directory-list
  Alternatively, you could write the following in your @file{.emacs}
  file:@refill
  
  @example
  @group
! (setq Info-default-directory-list
        '("/home/bob/manuals"
          "/usr/local/emacs/info"))
  @end group
*** man/info.texi~	Wed Dec 18 23:43:42 1996
--- man/info.texi	Mon Apr  7 11:09:00 1997
***************
*** 932,944 ****
  selected.
  
  @item Info-directory-list
! The list of directories to search for Info files.  Each element is a
! string (directory name) or @code{nil} (try default directory).
  
! @item Info-directory
! The standard directory for Info documentation files.  Only used when the
! function @code{Info-directory} is called.
! @end table
  
  @node Create an Info File,  , Advanced Info, Top
  @comment  node-name,  next,  previous,  up
--- 932,946 ----
  selected.
  
  @item Info-directory-list
! The list of directories to search for Info files.  This variable is set
! on startup automatically either from the @code{INFOPATH} environment
! variable (if it exists) or, else, @code{Info-default-directory-list}.
! Any user settings of this variable will be ignored.
  
! @item Info-default-directory-list
! List of default directories to search for Info documentation files.
! This value is used as the default for @code{Info-directory-list} in the
! absence of a setting for the @code{INFOPATH} environment variable.
  
  @node Create an Info File,  , Advanced Info, Top
  @comment  node-name,  next,  previous,  up

--Multipart_Mon_Apr__7_11:11:41_1997-1--

