diff options
author | Glenn Morris <rgm@gnu.org> | 2012-05-26 18:34:14 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-05-26 18:34:14 -0700 |
commit | ecc6530da9ff482d5af402242301f5c1bb817c18 (patch) | |
tree | 205c1c223a55015e19a7f7eb65c32ed62e5d39b2 /doc/lispref/syntax.texi | |
parent | abb9615e98fc80f5c5dd00d470601de1a4a93f88 (diff) | |
download | emacs-ecc6530da9ff482d5af402242301f5c1bb817c18.tar.gz |
Nuke hand-written node pointers in doc/lispref
Let makeinfo figure them out, as is recommended.
Diffstat (limited to 'doc/lispref/syntax.texi')
-rw-r--r-- | doc/lispref/syntax.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/syntax.texi b/doc/lispref/syntax.texi index 4a860657444..e4cdeb59811 100644 --- a/doc/lispref/syntax.texi +++ b/doc/lispref/syntax.texi @@ -3,7 +3,7 @@ @c Copyright (C) 1990-1995, 1998-1999, 2001-2012 @c Free Software Foundation, Inc. @c See the file elisp.texi for copying conditions. -@node Syntax Tables, Abbrevs, Searching and Matching, Top +@node Syntax Tables @chapter Syntax Tables @cindex parsing buffer text @cindex syntax table |