diff man/texinfo.texi @ 120:cca96a509cfe r20-1b12

Import from CVS: tag r20-1b12
author cvs
date Mon, 13 Aug 2007 09:25:29 +0200
parents 360340f9fd5f
children 2d532a89d707
line wrap: on
line diff
--- a/man/texinfo.texi	Mon Aug 13 09:24:19 2007 +0200
+++ b/man/texinfo.texi	Mon Aug 13 09:25:29 2007 +0200
@@ -13,7 +13,7 @@
 @paragraphindent 2
 @finalout
 @comment %**end of header
-@comment $Id: texinfo.texi,v 1.2 1997/03/08 23:27:25 steve Exp $
+@comment $Id: texinfo.texi,v 1.3 1997/04/10 05:56:19 steve Exp $
 
 @c Before release, run C-u C-c C-u C-a (texinfo-all-menus-update with a
 @c prefix arg).  This updates the node pointers, which texinfmt.el needs.
@@ -12968,7 +12968,7 @@
 @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
+@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,13 +12997,13 @@
 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
+@vindex Info-default-directory-list
 Alternatively, you could write the following in your @file{.emacs}
 file:@refill
 
 @example
 @group
-(setq Info-directory-list
+(setq Info-default-directory-list
       '("/home/bob/manuals"
         "/usr/local/emacs/info"))
 @end group