Mercurial > hg > xemacs-beta
diff man/lispref/intro.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 | 62b9ef1ed4ac |
children |
line wrap: on
line diff
--- a/man/lispref/intro.texi Mon Jan 27 17:52:33 2014 +0100 +++ b/man/lispref/intro.texi Thu Mar 27 08:59:03 2014 -0600 @@ -433,7 +433,7 @@ * Acknowledgements:: The authors, editors, and sponsors of this manual. @end menu -@node Caveats +@node Caveats, Lisp History, Introduction, Introduction @section Caveats This manual has gone through numerous drafts. It is nearly complete @@ -489,7 +489,7 @@ --Ben Wing @end display -@node Lisp History +@node Lisp History, Conventions, Caveats, Introduction @section Lisp History @cindex Lisp history @@ -515,7 +515,7 @@ Lisp differs from Common Lisp. If you don't know Common Lisp, don't worry about it; this manual is self-contained. -@node Conventions +@node Conventions, Acknowledgements, Lisp History, Introduction @section Conventions This section explains the notational conventions that are used in this @@ -531,7 +531,7 @@ * Format of Descriptions:: Notation for describing functions, variables, etc. @end menu -@node Some Terms +@node Some Terms, nil and t, Conventions, Conventions @subsection Some Terms Throughout this manual, the phrases ``the Lisp reader'' and ``the Lisp @@ -547,7 +547,7 @@ 3)}. Names that represent arguments or metasyntactic variables appear in this font or form: @var{first-number}. -@node nil and t +@node nil and t, Evaluation Notation, Some Terms, Conventions @subsection @code{nil} and @code{t} @cindex @code{nil}, uses of @cindex truth value @@ -590,7 +590,7 @@ values results in a @code{setting-constant} error. @xref{Accessing Variables}. -@node Evaluation Notation +@node Evaluation Notation, Printing Notation, nil and t, Conventions @subsection Evaluation Notation @cindex evaluation notation @cindex documentation notation @@ -626,7 +626,7 @@ (cons 'a nil) @equiv{} (list 'a) @end example -@node Printing Notation +@node Printing Notation, Error Messages, Evaluation Notation, Conventions @subsection Printing Notation @cindex printing notation @@ -651,7 +651,7 @@ @end group @end example -@node Error Messages +@node Error Messages, Buffer Text Notation, Printing Notation, Conventions @subsection Error Messages @cindex error message notation @@ -665,7 +665,7 @@ @error{} Wrong type argument: integer-or-marker-p, x @end example -@node Buffer Text Notation +@node Buffer Text Notation, Format of Descriptions, Error Messages, Conventions @subsection Buffer Text Notation @cindex buffer text notation @@ -689,7 +689,7 @@ ---------- Buffer: foo ---------- @end example -@node Format of Descriptions +@node Format of Descriptions, , Buffer Text Notation, Conventions @subsection Format of Descriptions @cindex description format @@ -715,7 +715,7 @@ @code{electric-future-map}. @end menu -@node A Sample Function Description +@node A Sample Function Description, A Sample Variable Description, Format of Descriptions, Format of Descriptions @subsubsection A Sample Function Description @cindex function descriptions @cindex command descriptions @@ -819,7 +819,7 @@ from @var{body}, which includes all remaining elements of the form. @end deffn -@node A Sample Variable Description +@node A Sample Variable Description, , A Sample Function Description, Format of Descriptions @subsubsection A Sample Variable Description @cindex variable descriptions @cindex option descriptions @@ -842,7 +842,7 @@ User option descriptions have the same format, but `Variable' is replaced by `User Option'. -@node Acknowledgements +@node Acknowledgements, , Conventions, Introduction @section Acknowledgements This manual was based on the GNU Emacs Lisp Reference Manual, version