diff man/lispref/syntax.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 ccaf90c5a53a
children
line wrap: on
line diff
--- a/man/lispref/syntax.texi	Mon Jan 27 17:52:33 2014 +0100
+++ b/man/lispref/syntax.texi	Thu Mar 27 08:59:03 2014 -0600
@@ -28,7 +28,7 @@
 * Syntax Table Internals::   How syntax table information is stored.
 @end menu
 
-@node Syntax Basics
+@node Syntax Basics, Syntax Descriptors, Syntax Tables, Syntax Tables
 @section Syntax Table Concepts
 
 @ifinfo
@@ -86,7 +86,7 @@
 syntax table, no matter what its contents.
 @end defun
 
-@node Syntax Descriptors
+@node Syntax Descriptors, Syntax Table Functions, Syntax Basics, Syntax Tables
 @section Syntax Descriptors
 @cindex syntax classes
 
@@ -126,7 +126,7 @@
 * Syntax Flags::            Additional flags each character can have.
 @end menu
 
-@node Syntax Class Table
+@node Syntax Class Table, Syntax Flags, Syntax Descriptors, Syntax Descriptors
 @subsection Table of Syntax Classes
 
   Here is a table of syntax classes, the characters that stand for them,
@@ -266,7 +266,7 @@
 designator for this syntax code is @samp{@@}.
 @end deffn
 
-@node Syntax Flags
+@node Syntax Flags,  , Syntax Class Table, Syntax Descriptors
 @subsection Syntax Flags
 @cindex syntax flags
 
@@ -416,7 +416,7 @@
 @end table
 
 
-@node Syntax Table Functions
+@node Syntax Table Functions, Motion and Syntax, Syntax Descriptors, Syntax Tables
 @section Syntax Table Functions
 
   In this section we describe functions for creating, accessing and
@@ -537,7 +537,7 @@
 to the current buffer if omitted.
 @end defun
 
-@node Motion and Syntax
+@node Motion and Syntax, Parsing Expressions, Syntax Table Functions, Syntax Tables
 @section Motion and Syntax
 
   This section describes functions for moving across characters in
@@ -577,7 +577,7 @@
 omitted.
 @end defun
 
-@node Parsing Expressions
+@node Parsing Expressions, Standard Syntax Tables, Motion and Syntax, Syntax Tables
 @section Parsing Balanced Expressions
 
   Here are several functions for parsing and scanning balanced
@@ -734,7 +734,7 @@
 argument to use, because the number of comments in the buffer cannot
 exceed that many.
 
-@node Standard Syntax Tables
+@node Standard Syntax Tables, Syntax Table Internals, Parsing Expressions, Syntax Tables
 @section Some Standard Syntax Tables
 
   Most of the major modes in XEmacs have their own syntax tables.  Here
@@ -759,7 +759,7 @@
 function.)
 @end defvar
 
-@node Syntax Table Internals
+@node Syntax Table Internals,  , Standard Syntax Tables, Syntax Tables
 @section Syntax Table Internals
 @cindex syntax table internals