diff man/lispref/abbrevs.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 1ccc32a20af4
children
line wrap: on
line diff
--- a/man/lispref/abbrevs.texi	Mon Jan 27 17:52:33 2014 +0100
+++ b/man/lispref/abbrevs.texi	Thu Mar 27 08:59:03 2014 -0600
@@ -41,7 +41,7 @@
 * Standard Abbrev Tables::      Abbrev tables used by various major modes.
 @end menu
 
-@node Abbrev Mode
+@node Abbrev Mode, Abbrev Tables, Abbrevs, Abbrevs
 @section Setting Up Abbrev Mode
 
   Abbrev mode is a minor mode controlled by the value of the variable
@@ -61,7 +61,7 @@
 This is the same as @code{(default-value 'abbrev-mode)}.
 @end defvar
 
-@node Abbrev Tables
+@node Abbrev Tables, Defining Abbrevs, Abbrev Mode, Abbrevs
 @section Abbrev Tables
 
   This section describes how to create and manipulate abbrev tables.
@@ -100,7 +100,7 @@
 is currently defined.
 @end defun
 
-@node Defining Abbrevs
+@node Defining Abbrevs, Abbrev Files, Abbrev Tables, Abbrevs
 @section Defining Abbrevs
 
   These functions define an abbrev in a specified abbrev table.
@@ -147,7 +147,7 @@
 callers.
 @end defopt
 
-@node Abbrev Files
+@node Abbrev Files, Abbrev Expansion, Defining Abbrevs, Abbrevs
 @section Saving Abbrevs in Files
 
   A file of saved abbrev definitions is actually a file of Lisp code.
@@ -192,7 +192,7 @@
 define the same abbrevs.  This function returns @code{nil}.
 @end deffn
 
-@node Abbrev Expansion
+@node Abbrev Expansion, Standard Abbrev Tables, Abbrev Files, Abbrevs
 @section Looking Up and Expanding Abbreviations
 
   Abbrevs are usually expanded by commands for interactive use,
@@ -304,7 +304,7 @@
           (error "Not expanding this abbrev"))))
 @end smallexample
 
-@node Standard Abbrev Tables
+@node Standard Abbrev Tables,  , Abbrev Expansion, Abbrevs
 @section Standard Abbrev Tables
 
   Here we list the variables that hold the abbrev tables for the