Mercurial > emacs
changeset 27186:eb645a473bf8
New version is consistent with the changed names.
author | Carsten Dominik <dominik@science.uva.nl> |
---|---|
date | Wed, 05 Jan 2000 13:11:27 +0000 |
parents | ae5b17b9c403 |
children | f6b52258db6a |
files | man/idlwave.texi |
diffstat | 1 files changed, 13 insertions(+), 13 deletions(-) [+] |
line wrap: on
line diff
--- a/man/idlwave.texi Wed Jan 05 13:06:37 2000 +0000 +++ b/man/idlwave.texi Wed Jan 05 13:11:27 2000 +0000 @@ -9,8 +9,8 @@ @synindex ky cp @syncodeindex vr cp @syncodeindex fn cp -@set VERSION 3.11 -@set EDITION 1.7 +@set VERSION 3.12 +@set EDITION 1.8 @set IDLVERSION 5.3 @set NSYSROUTINES 1226 @set NSYSKEYWORDS 5230 @@ -161,7 +161,7 @@ * Routine Definitions:: Where IDL Routines are defined. * Routine Information Sources:: So how does IDLWAVE know about... * Library Scan:: Scanning the Libraries for Routine Info -* Updating idlwave-rinfo.el:: Scanning the Reference Manual +* Updating idlw-rinfo.el:: Scanning the Reference Manual @end detailmenu @end menu @@ -1516,7 +1516,7 @@ * Routine Definitions:: Where IDL Routines are defined. * Routine Information Sources:: So how does IDLWAVE know about... * Library Scan:: Scanning the Libraries for Routine Info -* Updating idlwave-rinfo.el:: Scanning the IDL Manuals +* Updating idlw-rinfo.el:: Scanning the IDL Manuals @end menu @node Routine Definitions, Routine Information Sources, Sources of Routine Info, Sources of Routine Info @@ -1562,7 +1562,7 @@ @value{NSYSROUTINES} routines and @value{NSYSKEYWORDS} keywords, reflecting IDL version @value{IDLVERSION}. This list has been created by scanning the IDL manuals and is stored in the file -@file{idlwave-rinfo.el}. @xref{Updating idlwave-rinfo.el}, for +@file{idlw-rinfo.el}. @xref{Updating idlw-rinfo.el}, for information how to regenerate this file for new versions of IDL.@refill @item @@ -1583,7 +1583,7 @@ @item IDLWAVE can scan all or selected library files and store the result in a file which will be automatically loaded just like -@file{idlwave-rinfo.el}. @xref{Library Scan}, for information how to +@file{idlw-rinfo.el}. @xref{Library Scan}, for information how to scan library files.@refill @end enumerate @@ -1598,7 +1598,7 @@ @end defopt -@node Library Scan, Updating idlwave-rinfo.el, Routine Information Sources, Sources of Routine Info +@node Library Scan, Updating idlw-rinfo.el, Routine Information Sources, Sources of Routine Info @section Library Scan @cindex Library scan @cindex IDL library routine info @@ -1647,17 +1647,17 @@ @end defopt -@node Updating idlwave-rinfo.el, , Library Scan, Sources of Routine Info -@section Updating @file{idlwave-rinfo.el} +@node Updating idlw-rinfo.el, , Library Scan, Sources of Routine Info +@section Updating @file{idlw-rinfo.el} @cindex @file{get_rinfo} -@cindex @file{idlwave.rinfo.el} -@cindex Perl program, to create @file{idlwave.rinfo.el} +@cindex @file{idlw-rinfo.el} +@cindex Perl program, to create @file{idlw-rinfo.el} -The file @file{idlwave-rinfo.el} contains the routine information for +The file @file{idlw-rinfo.el} contains the routine information for the routines build into IDL. This constant depends upon the version of IDL. If you are lucky, the maintainer of IDLWAVE will always have access to the newest version of IDL and provide updates of -@file{idlwave-rinfo.el} reflecting the currently released version of +@file{idlw-rinfo.el} reflecting the currently released version of IDL. The IDLWAVE package also contains a Perl program @file{get_rinfo} which constructs this file by scanning selected files from the IDL documentation. The program needs @file{pdftotext} by Derek B. Noonburg.