From 8bd14b340d52c0708fef5877c564c93cabaf9b87 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 11 Jan 2017 16:41:57 -0800 Subject: [PATCH] Formatting changes from Texinfo command. --- doc/ref-manual/associations.texi | 30 ++++++++--------- doc/ref-manual/bit-strings.texi | 12 +++---- doc/ref-manual/characters.texi | 20 +++++------ doc/ref-manual/environments.texi | 8 ++--- doc/ref-manual/error.texi | 28 ++++++++-------- doc/ref-manual/graphics.texi | 24 ++++++------- doc/ref-manual/lists.texi | 18 +++++----- doc/ref-manual/misc-datatypes.texi | 16 ++++----- doc/ref-manual/os-interface.texi | 42 +++++++++++------------ doc/ref-manual/overview.texi | 52 ++++++++++++++--------------- doc/ref-manual/procedures.texi | 18 +++++----- doc/ref-manual/special-forms.texi | 50 +++++++++++++-------------- doc/ref-manual/strings.texi | 26 +++++++-------- doc/ref-manual/vectors.texi | 8 ++--- doc/ref-manual/win32-packaging.texi | 16 ++++----- 15 files changed, 184 insertions(+), 184 deletions(-) diff --git a/doc/ref-manual/associations.texi b/doc/ref-manual/associations.texi index e2ca01ea5..c84fb5da9 100644 --- a/doc/ref-manual/associations.texi +++ b/doc/ref-manual/associations.texi @@ -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 diff --git a/doc/ref-manual/bit-strings.texi b/doc/ref-manual/bit-strings.texi index 1ba9035ba..1d05407a4 100644 --- a/doc/ref-manual/bit-strings.texi +++ b/doc/ref-manual/bit-strings.texi @@ -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 diff --git a/doc/ref-manual/characters.texi b/doc/ref-manual/characters.texi index 1cc9d7c4a..37851c953 100644 --- a/doc/ref-manual/characters.texi +++ b/doc/ref-manual/characters.texi @@ -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 diff --git a/doc/ref-manual/environments.texi b/doc/ref-manual/environments.texi index f3c08a832..e4f152b69 100644 --- a/doc/ref-manual/environments.texi +++ b/doc/ref-manual/environments.texi @@ -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 diff --git a/doc/ref-manual/error.texi b/doc/ref-manual/error.texi index 1788f2322..3d87bc24c 100644 --- a/doc/ref-manual/error.texi +++ b/doc/ref-manual/error.texi @@ -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 diff --git a/doc/ref-manual/graphics.texi b/doc/ref-manual/graphics.texi index d1f4533e1..3c62cc335 100644 --- a/doc/ref-manual/graphics.texi +++ b/doc/ref-manual/graphics.texi @@ -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 diff --git a/doc/ref-manual/lists.texi b/doc/ref-manual/lists.texi index 7aeb3a772..c07879c75 100644 --- a/doc/ref-manual/lists.texi +++ b/doc/ref-manual/lists.texi @@ -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 diff --git a/doc/ref-manual/misc-datatypes.texi b/doc/ref-manual/misc-datatypes.texi index 2b0e48551..1ebc290d3 100644 --- a/doc/ref-manual/misc-datatypes.texi +++ b/doc/ref-manual/misc-datatypes.texi @@ -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 diff --git a/doc/ref-manual/os-interface.texi b/doc/ref-manual/os-interface.texi index 9f71ae403..a9b2fe4d5 100644 --- a/doc/ref-manual/os-interface.texi +++ b/doc/ref-manual/os-interface.texi @@ -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 diff --git a/doc/ref-manual/overview.texi b/doc/ref-manual/overview.texi index 54ffc7577..6cdc467b2 100644 --- a/doc/ref-manual/overview.texi +++ b/doc/ref-manual/overview.texi @@ -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 diff --git a/doc/ref-manual/procedures.texi b/doc/ref-manual/procedures.texi index 543aa8c9a..f5f609261 100644 --- a/doc/ref-manual/procedures.texi +++ b/doc/ref-manual/procedures.texi @@ -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 diff --git a/doc/ref-manual/special-forms.texi b/doc/ref-manual/special-forms.texi index fc5ec5731..ce9df6d47 100644 --- a/doc/ref-manual/special-forms.texi +++ b/doc/ref-manual/special-forms.texi @@ -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 diff --git a/doc/ref-manual/strings.texi b/doc/ref-manual/strings.texi index bf7a4e2b2..ce6dc46b8 100644 --- a/doc/ref-manual/strings.texi +++ b/doc/ref-manual/strings.texi @@ -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 diff --git a/doc/ref-manual/vectors.texi b/doc/ref-manual/vectors.texi index 0dc60e07e..8833e2025 100644 --- a/doc/ref-manual/vectors.texi +++ b/doc/ref-manual/vectors.texi @@ -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 diff --git a/doc/ref-manual/win32-packaging.texi b/doc/ref-manual/win32-packaging.texi index 2f00fcd69..575732db2 100644 --- a/doc/ref-manual/win32-packaging.texi +++ b/doc/ref-manual/win32-packaging.texi @@ -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 -- 2.25.1