aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-12-22 12:19:41 -0800
committerGlenn Morris2012-12-22 12:19:41 -0800
commitfaeea569eff46212259ef20fa0e6ee986e43b494 (patch)
tree18e061d8e9ef9aa66b5082e77c57315170d0e8da
parente540f1fad4a47808d93585c40713cec70db12774 (diff)
downloademacs-faeea569eff46212259ef20fa0e6ee986e43b494.tar.gz
emacs-faeea569eff46212259ef20fa0e6ee986e43b494.zip
Remove hand-written node pointers in doc/misc/wisent.texi
-rw-r--r--doc/misc/ChangeLog2
-rw-r--r--doc/misc/wisent.texi14
2 files changed, 6 insertions, 10 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 379ca2ebc65..a309e8d9867 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -3,7 +3,7 @@
3 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi: 3 * ada-mode.texi, ebrowse.texi, ediff.texi, ert.texi, eshell.texi:
4 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, remember.texi: 4 * eudc.texi, idlwave.texi, pcl-cvs.texi, rcirc.texi, remember.texi:
5 * ses.texi, speedbar.texi, vip.texi, viper.texi, widget.texi: 5 * ses.texi, speedbar.texi, vip.texi, viper.texi, widget.texi:
6 Nuke hand-written node pointers. 6 * wisent.texi: Nuke hand-written node pointers.
7 7
8 * Makefile.in (gfdl): New variable. Use throughout where 8 * Makefile.in (gfdl): New variable. Use throughout where
9 appropriate so that targets depend on doclicense.texi. 9 appropriate so that targets depend on doclicense.texi.
diff --git a/doc/misc/wisent.texi b/doc/misc/wisent.texi
index a4ebb76a6ff..877fa934423 100644
--- a/doc/misc/wisent.texi
+++ b/doc/misc/wisent.texi
@@ -225,8 +225,7 @@ in between, can be combined into a larger grouping of type @samp{exp}.
225* Conflicts:: 225* Conflicts::
226@end menu 226@end menu
227 227
228@node Grammar format, Example, Wisent Grammar, Wisent Grammar 228@node Grammar format
229@comment node-name, next, previous, up
230@section Grammar format 229@section Grammar format
231 230
232@cindex grammar format 231@cindex grammar format
@@ -444,8 +443,7 @@ matching the empty string, for which the default action is to return
444@end table 443@end table
445@end table 444@end table
446 445
447@node Example, Compiling a grammar, Grammar format, Wisent Grammar 446@node Example
448@comment node-name, next, previous, up
449@section Example 447@section Example
450 448
451@cindex grammar example 449@cindex grammar example
@@ -560,8 +558,7 @@ exp:
560@end group 558@end group
561@end example 559@end example
562 560
563@node Compiling a grammar, Conflicts, Example, Wisent Grammar 561@node Compiling a grammar
564@comment node-name, next, previous, up
565@section Compiling a grammar 562@section Compiling a grammar
566 563
567@cindex automaton 564@cindex automaton
@@ -619,8 +616,7 @@ an Emacs Lisp function (lambda expression).
619@end table 616@end table
620@end defun 617@end defun
621 618
622@node Conflicts, , Compiling a grammar, Wisent Grammar 619@node Conflicts
623@comment node-name, next, previous, up
624@section Conflicts 620@section Conflicts
625 621
626Normally, a grammar should produce an automaton where at each state 622Normally, a grammar should produce an automaton where at each state
@@ -1609,7 +1605,7 @@ it can be worth a mix of the two styles!
1609* Useful functions:: 1605* Useful functions::
1610@end menu 1606@end menu
1611 1607
1612@node Iterative style, Bison style, Grammar styles, Grammar styles 1608@node Iterative style
1613@subsection Iterative style 1609@subsection Iterative style
1614 1610
1615@cindex grammar iterative style 1611@cindex grammar iterative style