[AC 21.5] Fix 2 broken texinfo references
Jerry James <[email protected]>
| Newsgroups | gmane.emacs.xemacs.patches |
|---|---|
| Message-ID | <CAHCOHQnBtTTszzQ7u0S_F9rBzNKncTzi=b+ZY+ruBeQJ=V3=2A@mail.gmail.com> |
APPROVE COMMIT 21.5 Thomas Mittelstaedt reported that texinfo 4.13a complains about broken texinfo references after the previous info change. This fixes the broken references. Interestingly, neither texinfo 5.1 nor 5.2 said a thing about the brokenness. diff -r 9fae6227ede5 man/ChangeLog --- a/man/ChangeLog Thu Mar 27 08:59:03 2014 -0600 +++ b/man/ChangeLog Fri Mar 28 12:42:24 2014 -0600 @@ -1,3 +1,10 @@ +2014-03-28 Jerry James <[email protected]> + + * lispref/loading.texi: + * lispref/macros.texi: + Fix broken next/prev pointers caught by texinfo 4.x, but not by + texinfo 5.x. Thanks to Thomas Mittelstaedt for reporting. + 2014-02-11 Jerry James <[email protected]> * lispref/consoles-devices.texi: diff -r 9fae6227ede5 man/lispref/loading.texi --- a/man/lispref/loading.texi Thu Mar 27 08:59:03 2014 -0600 +++ b/man/lispref/loading.texi Fri Mar 28 12:42:24 2014 -0600 @@ -3,7 +3,7 @@ @c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. @c See the file lispref.texi for copying conditions. @setfilename ../../info/loading.info -@node Loading, Byte Compilation, Macros, Top +@node Loading, Byte Compilation, Customization, Top @chapter Loading @cindex loading @cindex library diff -r 9fae6227ede5 man/lispref/macros.texi --- a/man/lispref/macros.texi Thu Mar 27 08:59:03 2014 -0600 +++ b/man/lispref/macros.texi Fri Mar 28 12:42:24 2014 -0600 @@ -3,7 +3,7 @@ @c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. @c See the file lispref.texi for copying conditions. @setfilename ../../info/macros.info -@node Macros, Loading, Functions and Commands, Top +@node Macros, Customization, Functions and Commands, Top @chapter Macros @cindex macros -- Jerry James http://www.jamezone.org/