diff man/lispref/minibuf.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 576fb035e263
children
line wrap: on
line diff
--- a/man/lispref/minibuf.texi	Mon Jan 27 17:52:33 2014 +0100
+++ b/man/lispref/minibuf.texi	Thu Mar 27 08:59:03 2014 -0600
@@ -29,7 +29,7 @@
 * Minibuffer Misc::           Various customization hooks and variables.
 @end menu
 
-@node Intro to Minibuffers
+@node Intro to Minibuffers, Text from Minibuffer, Minibuffers, Minibuffers
 @section Introduction to Minibuffers
 
   In most ways, a minibuffer is a normal XEmacs buffer.  Most operations
@@ -75,7 +75,7 @@
 for cautious completion.
 @end itemize
 
-@node Text from Minibuffer
+@node Text from Minibuffer, Object from Minibuffer, Intro to Minibuffers, Minibuffers
 @section Reading Text Strings with the Minibuffer
 
   Most often, the minibuffer is used to read text as a string.  It can
@@ -202,7 +202,7 @@
 @end table
 @end defvar
 
-@node Object from Minibuffer
+@node Object from Minibuffer, Minibuffer History, Text from Minibuffer, Minibuffers
 @section Reading Lisp Objects with the Minibuffer
 
   This section describes functions for reading Lisp objects with the
@@ -321,7 +321,7 @@
 @code{edit-and-eval-command} returns @code{t} in this example.
 @end defun
 
-@node Minibuffer History
+@node Minibuffer History, Completion, Object from Minibuffer, Minibuffers
 @section Minibuffer History
 @cindex minibuffer history
 @cindex history list
@@ -408,7 +408,7 @@
 libraries.  An @kbd{M-x apropos} search for @samp{history} should prove
 fruitful in discovering them.
 
-@node Completion
+@node Completion, Yes-or-No Queries, Minibuffer History, Minibuffers
 @section Completion
 @cindex completion
 
@@ -447,7 +447,7 @@
 * Programmed Completion::  Finding the completions for a given file name.
 @end menu
 
-@node Basic Completion
+@node Basic Completion, Minibuffer Completion, Completion, Completion
 @subsection Basic Completion Functions
 
   The two functions @code{try-completion} and @code{all-completions}
@@ -583,7 +583,7 @@
 non-@code{nil}, XEmacs does not consider case significant in completion.
 @end defvar
 
-@node Minibuffer Completion
+@node Minibuffer Completion, Completion Commands, Basic Completion, Completion
 @subsection Completion and the Minibuffer
 
   This section describes the basic interface for reading from the
@@ -666,7 +666,7 @@
 see @ref{Completion Commands}.
 @end defun
 
-@node Completion Commands
+@node Completion Commands, High-Level Completion, Minibuffer Completion, Completion
 @subsection Minibuffer Commands That Do Completion
 
   This section describes the keymaps, commands and user options used in
@@ -797,7 +797,7 @@
 can be completed because the next character is not uniquely determined.
 @end defopt
 
-@node High-Level Completion
+@node High-Level Completion, Reading File Names, Completion Commands, Completion
 @subsection High-Level Completion  Functions
 
   This section describes the higher-level convenient functions for
@@ -941,7 +941,7 @@
 @end example
 @end defun
 
-@node Reading File Names
+@node Reading File Names, Programmed Completion, High-Level Completion, Completion
 @subsection Reading File Names
 
   Here is another high-level completion function, designed for reading a
@@ -1050,7 +1050,7 @@
 @end example
 @end defopt
 
-@node Programmed Completion
+@node Programmed Completion,  , Reading File Names, Completion
 @subsection Programmed Completion
 @cindex programmed completion
 
@@ -1115,7 +1115,7 @@
   Emacs uses programmed completion when completing file names.
 @xref{File Name Completion}.
 
-@node Yes-or-No Queries
+@node Yes-or-No Queries, Multiple Queries, Completion, Minibuffers
 @section Yes-or-No Queries
 @cindex asking the user questions
 @cindex querying the user
@@ -1272,7 +1272,7 @@
 box or the minibuffer, as appropriate.
 @end defun
 
-@node Multiple Queries
+@node Multiple Queries, Reading a Password, Yes-or-No Queries, Minibuffers
 @section Asking Multiple Y-or-N Questions
 
   When you have a series of similar questions to ask, such as ``Do you
@@ -1362,7 +1362,7 @@
 The return value of @code{map-y-or-n-p} is the number of objects acted on.
 @end defun
 
-@node Reading a Password
+@node Reading a Password, Minibuffer Misc, Multiple Queries, Minibuffers
 @section Reading a Password
 @cindex passwords, reading
 
@@ -1396,7 +1396,7 @@
 nothing is echoed.
 @end defopt
 
-@node Minibuffer Misc
+@node Minibuffer Misc,  , Reading a Password, Minibuffers
 @section Minibuffer Miscellany
 
   This section describes some basic functions and variables related to