Mercurial > hg > xemacs-beta
diff man/lispref/strings.texi @ 5791:9fae6227ede5
Silence texinfo 5.2 warnings, primarily by adding next, prev, and up
pointers to all nodes. See xemacs-patches message with ID
<5315f7bf.sHpFD7lXYR05GH6E%james@xemacs.org>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 27 Mar 2014 08:59:03 -0600 |
parents | 3889ef128488 |
children | 15041705c196 |
line wrap: on
line diff
--- a/man/lispref/strings.texi Mon Jan 27 17:52:33 2014 +0100 +++ b/man/lispref/strings.texi Thu Mar 27 08:59:03 2014 -0600 @@ -33,7 +33,7 @@ * Char Tables:: Mapping from characters to Lisp objects. @end menu -@node String Basics +@node String Basics, Predicates for Strings, Strings and Characters, Strings and Characters @section String and Character Basics Strings in XEmacs Lisp are arrays that contain an ordered sequence of @@ -100,7 +100,7 @@ copy them into buffers. @xref{Character Type}, and @ref{String Type}, for information about the syntax of characters and strings. -@node Predicates for Strings +@node Predicates for Strings, Creating Strings, String Basics, Strings and Characters @section The Predicates for Strings For more information about general sequence and array predicates, @@ -120,7 +120,7 @@ of compatibility with previous XEmacs and should not be depended on. @end defun -@node Creating Strings +@node Creating Strings, Predicates for Characters, Predicates for Strings, Strings and Characters @section Creating Strings The following functions create strings, either from scratch, or by @@ -275,7 +275,7 @@ list of strings by splitting a string on occurrences of a regular expression. -@node Predicates for Characters +@node Predicates for Characters, Character Codes, Creating Strings, Strings and Characters @section The Predicates for Characters @defun characterp object @@ -297,7 +297,7 @@ This function returns @code{t} if @var{object} is an integer or character. @end defun -@node Character Codes +@node Character Codes, Text Comparison, Predicates for Characters, Strings and Characters @section Character Codes @defun char-int character @@ -341,7 +341,7 @@ @end defun @need 2000 -@node Text Comparison +@node Text Comparison, String Conversion, Character Codes, Strings and Characters @section Comparison of Characters and Strings @cindex string equality @@ -463,7 +463,7 @@ which matches a regular expression against a string, can be used for a kind of string comparison; see @ref{Regexp Search}. -@node String Conversion +@node String Conversion, Modifying Strings, Text Comparison, Strings and Characters @section Conversion of Characters and Strings @cindex conversion of strings @@ -577,7 +577,7 @@ @code{string-to-int} is an obsolete alias for this function. @end defun -@node Modifying Strings +@node Modifying Strings, String Properties, String Conversion, Strings and Characters @section Modifying Strings @cindex strings, modifying @@ -594,7 +594,7 @@ This function returns the tick counter for @samp{string}. @end defun -@node String Properties +@node String Properties, Formatting Strings, Modifying Strings, Strings and Characters @section String Properties @cindex string properties @cindex properties of strings @@ -609,7 +609,7 @@ a property from a string and @code{object-plist} to retrieve a list of all the properties in a string. -@node Formatting Strings +@node Formatting Strings, Character Case, String Properties, Strings and Characters @section Formatting Strings @cindex formatting strings @cindex strings, formatting them @@ -891,7 +891,7 @@ conversions. @end itemize -@node Character Case +@node Character Case, Case Tables, Formatting Strings, Strings and Characters @section Character Case @cindex upper case @cindex lower case @@ -990,7 +990,7 @@ @end example @end defun -@node Case Tables +@node Case Tables, Char Tables, Character Case, Strings and Characters @section The Case Table You can customize case conversion by installing a special @dfn{case @@ -1097,7 +1097,7 @@ You can load the library @file{iso-syntax} to set up the standard syntax table and define a case table for the 8-bit ISO Latin 1 character set. -@node Char Tables +@node Char Tables, , Case Tables, Strings and Characters @section The Char Table A char table is a table that maps characters (or ranges of characters) @@ -1146,7 +1146,7 @@ * Working With Char Tables:: Creating and working with char tables. @end menu -@node Char Table Types +@node Char Table Types, Working With Char Tables, Char Tables, Char Tables @subsection Char Table Types Each char table type is used for a different purpose and allows different @@ -1187,7 +1187,7 @@ This function returns @code{t} if @var{type} if a recognized char table type. @end defun -@node Working With Char Tables +@node Working With Char Tables, , Char Table Types, Char Tables @subsection Working With Char Tables @defun make-char-table type