Formatting changes from Texinfo command.
authorChris Hanson <org/chris-hanson/cph>
Thu, 12 Jan 2017 00:41:57 +0000 (16:41 -0800)
committerChris Hanson <org/chris-hanson/cph>
Thu, 12 Jan 2017 00:41:57 +0000 (16:41 -0800)
15 files changed:
doc/ref-manual/associations.texi
doc/ref-manual/bit-strings.texi
doc/ref-manual/characters.texi
doc/ref-manual/environments.texi
doc/ref-manual/error.texi
doc/ref-manual/graphics.texi
doc/ref-manual/lists.texi
doc/ref-manual/misc-datatypes.texi
doc/ref-manual/os-interface.texi
doc/ref-manual/overview.texi
doc/ref-manual/procedures.texi
doc/ref-manual/special-forms.texi
doc/ref-manual/strings.texi
doc/ref-manual/vectors.texi
doc/ref-manual/win32-packaging.texi

index e2ca01ea5b3d9f5f0e54edc982cfc712cfa9a8ef..c84fb5da92015512cd3b00fe99a7c02c096d0676 100644 (file)
@@ -62,13 +62,13 @@ intersection and difference; and indexing of elements by position.
 @end itemize
 
 @menu
-* Association Lists::           
-* 1D Tables::                   
-* The Association Table::       
-* Hash Tables::                 
-* Object Hashing::              
-* Red-Black Trees::             
-* Weight-Balanced Trees::       
+* Association Lists::
+* 1D Tables::
+* The Association Table::
+* Hash Tables::
+* Object Hashing::
+* Red-Black Trees::
+* Weight-Balanced Trees::
 @end menu
 
 @node Association Lists, 1D Tables, Associations, Associations
@@ -405,10 +405,10 @@ option, but as of release 7.7.0 it is loaded by default.  It's no longer
 necessary to call @code{load-option} prior to using hash tables.)
 
 @menu
-* Construction of Hash Tables::  
-* Basic Hash Table Operations::  
-* Resizing of Hash Tables::     
-* Address Hashing::             
+* Construction of Hash Tables::
+* Basic Hash Table Operations::
+* Resizing of Hash Tables::
+* Address Hashing::
 @end menu
 
 @node Construction of Hash Tables, Basic Hash Table Operations, Hash Tables, Hash Tables
@@ -1453,10 +1453,10 @@ To use weight-balanced trees, execute
 once before calling any of the procedures defined here.
 
 @menu
-* Construction of Weight-Balanced Trees::  
-* Basic Operations on Weight-Balanced Trees::  
-* Advanced Operations on Weight-Balanced Trees::  
-* Indexing Operations on Weight-Balanced Trees::  
+* Construction of Weight-Balanced Trees::
+* Basic Operations on Weight-Balanced Trees::
+* Advanced Operations on Weight-Balanced Trees::
+* Indexing Operations on Weight-Balanced Trees::
 @end menu
 
 @node Construction of Weight-Balanced Trees, Basic Operations on Weight-Balanced Trees, Weight-Balanced Trees, Weight-Balanced Trees
index 1ba9035ba9dda8cbe64ff9647af21b8d26732ff7..1d05407a4664b4e740f96d2fc265736def14893a 100644 (file)
@@ -57,12 +57,12 @@ bit strings rather than a means of entering them as data.
 All of the bit-string procedures are MIT/GNU Scheme extensions.
 
 @menu
-* Construction of Bit Strings::  
-* Selecting Bit String Components::  
-* Cutting and Pasting Bit Strings::  
-* Bitwise Operations on Bit Strings::  
-* Modification of Bit Strings::  
-* Integer Conversions of Bit Strings::  
+* Construction of Bit Strings::
+* Selecting Bit String Components::
+* Cutting and Pasting Bit Strings::
+* Bitwise Operations on Bit Strings::
+* Modification of Bit Strings::
+* Integer Conversions of Bit Strings::
 @end menu
 
 @node Construction of Bit Strings, Selecting Bit String Components, Bit Strings, Bit Strings
index 1cc9d7c4ab5cc6ac3017519f3d8a16d29bf4b21f..37851c953bd82f00869e074286aea9d7f7220efb 100644 (file)
@@ -6,13 +6,13 @@ Characters are objects that represent printed characters, such as
 letters and digits.
 
 @menu
-* External Representation of Characters::  
-* Comparison of Characters::    
-* Miscellaneous Character Operations::  
-* Internal Representation of Characters::  
-* ISO-8859-1 Characters::       
-* Character Sets::              
-* Unicode::                     
+* External Representation of Characters::
+* Comparison of Characters::
+* Miscellaneous Character Operations::
+* Internal Representation of Characters::
+* ISO-8859-1 Characters::
+* Character Sets::
+* Unicode::
 @end menu
 
 @node External Representation of Characters, Comparison of Characters, Characters, Characters
@@ -737,8 +737,8 @@ several external representations, specifically @acronym{UTF-8},
 @end itemize
 
 @menu
-* Wide Strings::                
-* Unicode Representations::     
+* Wide Strings::
+* Unicode Representations::
 @end menu
 
 @node Wide Strings, Unicode Representations, Unicode, Unicode
@@ -831,7 +831,7 @@ accumulated output is returned as a wide string.  This is equivalent to:
 @end example
 @end deffn
 
-@node Unicode Representations, , Wide Strings, Unicode
+@node Unicode Representations,  , Wide Strings, Unicode
 @subsection Unicode Representations
 
 @cindex Unicode external representations
index f3c08a832927140a790790fc36490319d02497b3..e4f152b6936f4f0716dd631b7d0742fa3f2580fd 100644 (file)
@@ -2,10 +2,10 @@
 @chapter Environments
 
 @menu
-* Environment Operations::      
-* Environment Variables::       
-* REPL Environment::            
-* Top-level Environments::      
+* Environment Operations::
+* Environment Variables::
+* REPL Environment::
+* Top-level Environments::
 @end menu
 
 @node Environment Operations, Environment Variables, Environments, Environments
index 1788f23225a00931672abd4076676dfbc6e12115..3d87bc24c39040234fd0fea953b54d39b5de56ec 100644 (file)
@@ -134,13 +134,13 @@ uniformly by specifying a handler for the generalization.
 @end table
 
 @menu
-* Condition Signalling::        
-* Error Messages::              
-* Condition Handling::          
-* Restarts::                    
-* Condition Instances::         
-* Condition Types::             
-* Taxonomy::                    
+* Condition Signalling::
+* Error Messages::
+* Condition Handling::
+* Restarts::
+* Condition Instances::
+* Condition Types::
+* Taxonomy::
 @end menu
 
 @node Condition Signalling, Error Messages, Error System, Error System
@@ -587,10 +587,10 @@ equivalent to having specified the symbol @code{bound-restarts}.
 @end itemize
 
 @menu
-* Establishing Restart Code::   
-* Invoking Standard Restart Code::  
-* Finding and Invoking General Restart Code::  
-* The Named Restart Abstraction::  
+* Establishing Restart Code::
+* Invoking Standard Restart Code::
+* Finding and Invoking General Restart Code::
+* The Named Restart Abstraction::
 @end menu
 
 @node Establishing Restart Code, Invoking Standard Restart Code, Restarts, Restarts
@@ -917,9 +917,9 @@ to provide a mechanism for continuing the computation; that mechanism is
 provided by restarts.
 
 @menu
-* Generating Operations on Conditions::  
-* Condition State::             
-* Simple Condition Instance Operations::  
+* Generating Operations on Conditions::
+* Condition State::
+* Simple Condition Instance Operations::
 @end menu
 
 @node Generating Operations on Conditions, Condition State, Condition Instances, Condition Instances
index d1f4533e1ffdbf1b642ab14c0c60f55e5e2dbbb0..3c62cc3357c01d627f992cf9716feffc4fbfb2ff 100644 (file)
@@ -22,14 +22,14 @@ graphics device object that was returned from a call to
 either an exact integer or an inexact real.
 
 @menu
-* Opening and Closing of Graphics Devices::  
-* Coordinates for Graphics::    
-* Drawing Graphics::            
-* Characteristics of Graphics Output::  
-* Buffering of Graphics Output::  
-* Clipping of Graphics Output::  
-* Custom Graphics Operations::  
-* Images::                      
+* Opening and Closing of Graphics Devices::
+* Coordinates for Graphics::
+* Drawing Graphics::
+* Characteristics of Graphics Output::
+* Buffering of Graphics Output::
+* Clipping of Graphics Output::
+* Custom Graphics Operations::
+* Images::
 * X Graphics::                  Graphics on the X Window System
 * Win32 Graphics::              Graphics on Microsoft Windows and Windows NT
 @end menu
@@ -521,9 +521,9 @@ objects.  X display, window, and image objects are automatically closed
 if they are reclaimed by the garbage collector.
 
 @menu
-* X Graphics Type::             
-* Utilities for X Graphics::    
-* Custom Operations on X Graphics Devices::  
+* X Graphics Type::
+* Utilities for X Graphics::
+* Custom Operations on X Graphics Devices::
 @end menu
 
 @node X Graphics Type, Utilities for X Graphics, X Graphics, X Graphics
@@ -848,7 +848,7 @@ the click of a mouse button.
 
 
 @menu
-* Win32 Graphics Type::         
+* Win32 Graphics Type::
 * Custom Operations for Win32 Graphics::  Custom Operations for Win32 Graphics Devices
 @end menu
 
index 7aeb3a772c075405a343a4078ab0f93213b6ecca..c07879c75de144e238ad18e61a7ad1781070f0d8 100644 (file)
@@ -132,15 +132,15 @@ programs may be represented as lists.  Among other things, this permits
 the use of the @code{read} procedure to parse Scheme programs.
 
 @menu
-* Pairs::                       
-* Construction of Lists::       
-* Selecting List Components::   
-* Cutting and Pasting Lists::   
-* Filtering Lists::             
-* Searching Lists::             
-* Mapping of Lists::            
-* Reduction of Lists::          
-* Miscellaneous List Operations::  
+* Pairs::
+* Construction of Lists::
+* Selecting List Components::
+* Cutting and Pasting Lists::
+* Filtering Lists::
+* Searching Lists::
+* Mapping of Lists::
+* Reduction of Lists::
+* Miscellaneous List Operations::
 @end menu
 
 @node Pairs, Construction of Lists, Lists, Lists
index 2b0e485512adc4130c4d8603db541c31badeafe3..1ebc290d33e3c58e00019958e323e9a873862696 100644 (file)
@@ -2,13 +2,13 @@
 @chapter Miscellaneous Datatypes
 
 @menu
-* Booleans::                    
-* Symbols::                     
-* Parameters::                       
-* Records::                     
-* Promises::                    
-* Streams::                     
-* Weak References::                  
+* Booleans::
+* Symbols::
+* Parameters::
+* Records::
+* Promises::
+* Streams::
+* Weak References::
 @end menu
 
 @node Booleans, Symbols, Miscellaneous Datatypes, Miscellaneous Datatypes
@@ -943,7 +943,7 @@ their keys weakly, and the association table (@pxref{The Association
 Table}), which also holds its keys weakly.
 
 @menu
-* Weak Pairs::                  
+* Weak Pairs::
 * Ephemerons::
 * Reference barriers::
 @end menu
index 9f71ae4039bbd1ade16e3a0319337c5545d8e104..a9b2fe4d5e3400b4e9e2c2893db6e99db84e8533 100644 (file)
@@ -39,15 +39,15 @@ A means to determine the operating system Scheme is running under.
 @end itemize
 
 @menu
-* Pathnames::                   
-* Working Directory::           
-* File Manipulation::           
-* Directory Reader::            
-* Date and Time::               
-* Machine Time::                
-* Subprocesses::                
-* TCP Sockets::                 
-* Miscellaneous OS Facilities::  
+* Pathnames::
+* Working Directory::
+* File Manipulation::
+* Directory Reader::
+* Date and Time::
+* Machine Time::
+* Subprocesses::
+* TCP Sockets::
+* Miscellaneous OS Facilities::
 @end menu
 
 @node Pathnames, Working Directory, Operating-System Interface, Operating-System Interface
@@ -105,10 +105,10 @@ pathnames.  Pathnames for other operating systems have different
 external representations.
 
 @menu
-* Filenames and Pathnames::     
-* Components of Pathnames::     
-* Operations on Pathnames::     
-* Miscellaneous Pathnames::     
+* Filenames and Pathnames::
+* Components of Pathnames::
+* Operations on Pathnames::
+* Miscellaneous Pathnames::
 @end menu
 
 @node Filenames and Pathnames, Components of Pathnames, Pathnames, Pathnames
@@ -1364,11 +1364,11 @@ Within this section, argument variables named @var{universal-time},
 respectively required to be of the corresponding format.
 
 @menu
-* Universal Time::              
-* Decoded Time::                
-* File Time::                   
-* Time-Format Conversion::      
-* External Representation of Time::  
+* Universal Time::
+* Decoded Time::
+* File Time::
+* Time-Format Conversion::
+* External Representation of Time::
 @end menu
 
 @node Universal Time, Decoded Time, Date and Time, Date and Time
@@ -2048,9 +2048,9 @@ it, execute
 once before calling it.
 
 @menu
-* Subprocess Procedures::       
-* Subprocess Conditions::       
-* Subprocess Options::          
+* Subprocess Procedures::
+* Subprocess Conditions::
+* Subprocess Options::
 @end menu
 
 @node Subprocess Procedures, Subprocess Conditions, Subprocesses, Subprocesses
index 54ffc7577ae69edf5318e2488b80d7f5933f007c..6cdc467b28839868845a37f884aa650d86bb3c85 100644 (file)
@@ -106,10 +106,10 @@ parses its input; that is, it performs syntactic as well as lexical
 decomposition of what it reads.
 
 @menu
-* Notational Conventions::      
-* Scheme Concepts::             
-* Lexical Conventions::         
-* Expressions::                 
+* Notational Conventions::
+* Scheme Concepts::
+* Lexical Conventions::
+* Expressions::
 @end menu
 
 @node Notational Conventions, Scheme Concepts, Overview, Overview
@@ -121,9 +121,9 @@ This section details the notational conventions used throughout the rest
 of this document.
 
 @menu
-* Errors::                      
-* Examples::                    
-* Entry Format::                
+* Errors::
+* Examples::
+* Entry Format::
 @end menu
 
 @node Errors, Examples, Notational Conventions, Notational Conventions
@@ -330,14 +330,14 @@ character and an output port.
 @cindex scheme concepts
 
 @menu
-* Variable Bindings::           
-* Environment Concepts::        
-* Initial and Current Environments::  
-* Static Scoping::              
-* True and False::              
-* External Representations::    
-* Disjointness of Types::       
-* Storage Model::               
+* Variable Bindings::
+* Environment Concepts::
+* Initial and Current Environments::
+* Static Scoping::
+* True and False::
+* External Representations::
+* Disjointness of Types::
+* Storage Model::
 @end menu
 
 @node Variable Bindings, Environment Concepts, Scheme Concepts, Scheme Concepts
@@ -640,13 +640,13 @@ compiled code.
 This section describes Scheme's lexical conventions.
 
 @menu
-* Whitespace::                  
-* Delimiters::                  
-* Identifiers::                 
-* Uppercase and Lowercase::     
-* Naming Conventions::          
-* Comments::                    
-* Additional Notations::        
+* Whitespace::
+* Delimiters::
+* Identifiers::
+* Uppercase and Lowercase::
+* Naming Conventions::
+* Comments::
+* Additional Notations::
 @end menu
 
 @node Whitespace, Delimiters, Lexical Conventions, Lexical Conventions
@@ -920,10 +920,10 @@ expression may be a @emph{literal}, a @emph{variable reference}, a
 @emph{special form}, or a @emph{procedure call}.
 
 @menu
-* Literal Expressions::         
-* Variable References::         
-* Special Form Syntax::         
-* Procedure Call Syntax::       
+* Literal Expressions::
+* Variable References::
+* Special Form Syntax::
+* Procedure Call Syntax::
 @end menu
 
 @node Literal Expressions, Variable References, Expressions, Expressions
index 543aa8c9af23796bfaa6d4d74f4b6d2ad7a801e7..f5f609261081ef338d5f1c5d9e764f2c3c7237ed 100644 (file)
@@ -53,12 +53,12 @@ The written representation makes this distinction for historical
 reasons, and may eventually change.
 
 @menu
-* Procedure Operations::        
-* Arity::                       
-* Primitive Procedures::        
-* Continuations::               
-* Application Hooks::           
-* Generic Dispatch::            
+* Procedure Operations::
+* Arity::
+* Primitive Procedures::
+* Continuations::
+* Application Hooks::
+* Generic Dispatch::
 @end menu
 
 @node Procedure Operations, Arity, Procedures, Procedures
@@ -570,9 +570,9 @@ object types.  Instead, there is a flat space of types and methods are
 selected by procedural examination of the given operand types.
 
 @menu
-* Generic Procedures::          
-* Method Generators::           
-* Dispatch Tags::               
+* Generic Procedures::
+* Method Generators::
+* Dispatch Tags::
 @end menu
 
 @node Generic Procedures, Method Generators, Generic Dispatch, Generic Dispatch
index fc5ec573151efee45d3f3b5802c8576dc8ba4335..ce9df6d477bba7d2b0592e6c1620abbc45de6df6 100644 (file)
@@ -6,18 +6,18 @@ A special form is an expression that follows special evaluation rules.
 This chapter describes the basic Scheme special forms.
 
 @menu
-* Lambda Expressions::          
-* Lexical Binding::             
-* Dynamic Binding::             
-* Definitions::                 
-* Assignments::                 
-* Quoting::                     
-* Conditionals::                
-* Sequencing::                  
-* Iteration::                   
-* Structure Definitions::       
-* Macros::                      
-* SRFI syntax::                 
+* Lambda Expressions::
+* Lexical Binding::
+* Dynamic Binding::
+* Definitions::
+* Assignments::
+* Quoting::
+* Conditionals::
+* Sequencing::
+* Iteration::
+* Structure Definitions::
+* Macros::
+* SRFI syntax::
 @end menu
 
 @node Lambda Expressions, Lexical Binding, Special Forms, Special Forms
@@ -557,8 +557,8 @@ fact, these two expressions are equivalent:
 @end deffn
 
 @menu
-* Top-Level Definitions::       
-* Internal Definitions::        
+* Top-Level Definitions::
+* Internal Definitions::
 @end menu
 
 @node Top-Level Definitions, Internal Definitions, Definitions, Definitions
@@ -1764,10 +1764,10 @@ use of the macro.
 @end itemize
 
 @menu
-* Syntactic Binding Constructs::  
-* Pattern Language::            
-* Syntactic Closures::          
-* Explicit Renaming::           
+* Syntactic Binding Constructs::
+* Pattern Language::
+* Syntactic Closures::
+* Explicit Renaming::
 @end menu
 
 @node Syntactic Binding Constructs, Pattern Language, Macros, Macros
@@ -2120,9 +2120,9 @@ transformers is somewhat cumbersome and can be confusing for the newly
 initiated, but it is easily mastered.
 
 @menu
-* Syntax Terminology::          
-* SC Transformer Definition::   
-* SC Identifiers::              
+* Syntax Terminology::
+* SC Transformer Definition::
+* SC Identifiers::
 @end menu
 
 @node Syntax Terminology, SC Transformer Definition, Syntactic Closures, Syntactic Closures
@@ -2801,10 +2801,10 @@ multi-line comments), since these @acronym{SRFI}s reflect existing
 practice rather than introducing new functionality.
 
 @menu
-* cond-expand (SRFI 0)::        
-* receive (SRFI 8)::            
-* and-let* (SRFI 2)::           
-* define-record-type (SRFI 9)::  
+* cond-expand (SRFI 0)::
+* receive (SRFI 8)::
+* and-let* (SRFI 2)::
+* define-record-type (SRFI 9)::
 @end menu
 
 @node cond-expand (SRFI 0), receive (SRFI 8), SRFI syntax, SRFI syntax
index bf7a4e2b21c1b10fdd2e122c7d5b697c1ae4b22e..ce6dc46b8e7c8096a2c5dc6d07e5769fac29badd 100644 (file)
@@ -108,17 +108,17 @@ between uppercase and lowercase.  The versions that ignore case include
 @samp{-ci} (for ``case insensitive'') in their names.
 
 @menu
-* Construction of Strings::     
-* Selecting String Components::  
-* Comparison of Strings::       
-* Alphabetic Case in Strings::  
-* Cutting and Pasting Strings::  
-* Searching Strings::           
-* Matching Strings::            
-* Regular Expressions::         
-* Modification of Strings::     
-* Variable-Length Strings::     
-* Byte Vectors::                
+* Construction of Strings::
+* Selecting String Components::
+* Comparison of Strings::
+* Alphabetic Case in Strings::
+* Cutting and Pasting Strings::
+* Searching Strings::
+* Matching Strings::
+* Regular Expressions::
+* Modification of Strings::
+* Variable-Length Strings::
+* Byte Vectors::
 @end menu
 
 @node Construction of Strings, Selecting String Components, Strings, Strings
@@ -824,8 +824,8 @@ it, execute
 once before calling any of the procedures defined here.
 
 @menu
-* Regular-expression procedures::  
-* REXP abstraction::            
+* Regular-expression procedures::
+* REXP abstraction::
 @end menu
 
 @node Regular-expression procedures, REXP abstraction, Regular Expressions, Regular Expressions
index 0dc60e07e9daa22e054ce7ffbae1670ff9311d9a..8833e20254717cc636443a1c6397dd17dd125490 100644 (file)
@@ -59,10 +59,10 @@ The @dfn{valid indexes} of a subvector are the exact integers between
 @var{start} inclusive and @var{end} exclusive.
 
 @menu
-* Construction of Vectors::     
-* Selecting Vector Components::  
-* Cutting Vectors::             
-* Modifying Vectors::           
+* Construction of Vectors::
+* Selecting Vector Components::
+* Cutting Vectors::
+* Modifying Vectors::
 @end menu
 
 @node Construction of Vectors, Selecting Vector Components, Vectors, Vectors
index 2f00fcd6992a58330f2ca7217ca20bfbb5b6f376..575732db26bafc7313d9588b95bb242462bcf36f 100644 (file)
@@ -11,9 +11,9 @@ those which are a consequence of the Intel x86 architecture.
 @end ifinfo
 
 @menu
-* Win32 Package Overview::      
-* Foreign function interface::  
-* Device Independent Bitmap Utilities::  
+* Win32 Package Overview::
+* Foreign function interface::
+* Device Independent Bitmap Utilities::
 @end menu
 
 
@@ -106,9 +106,9 @@ declaring the types of values passed to and returned from the foreign
 procedures and a form for declaring foreign procedures.
 
 @menu
-* Windows Types::               
-* Windows Foreign Procedures::  
-* Win32 API names and procedures::  
+* Windows Types::
+* Windows Foreign Procedures::
+* Win32 API names and procedures::
 @end menu
 
 @node  Windows Types, Windows Foreign Procedures, Foreign function interface, Foreign function interface
@@ -549,8 +549,8 @@ null handle error value.
 
 
 @menu
-* DIB procedures::              
-* Other parts of the DIB Utilities implementation::  
+* DIB procedures::
+* Other parts of the DIB Utilities implementation::
 @end menu
 
 @node DIB procedures, Other parts of the DIB Utilities implementation, Device Independent Bitmap Utilities, Device Independent Bitmap Utilities