cvs -f diff -c -N anti.texi elisp.texi os.texi
Index: anti.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/anti.texi,v
retrieving revision 1.31
diff -c -r1.31 anti.texi
*** anti.texi	10 Jun 2005 10:11:22 -0000	1.31
--- anti.texi	13 Jun 2005 10:35:13 -0000
***************
*** 5,11 ****
  
  @c This node must have no pointers.
  
! @node Antinews, GNU Free Documentation License, System Interface, Top
  @appendix Emacs 21 Antinews
  
  For those users who live backwards in time, here is information about
--- 5,11 ----
  
  @c This node must have no pointers.
  
! @node Antinews, GNU Free Documentation License, Abstractions, Top
  @appendix Emacs 21 Antinews
  
  For those users who live backwards in time, here is information about
Index: elisp.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/elisp.texi,v
retrieving revision 1.57
diff -c -r1.57 elisp.texi
*** elisp.texi	10 Jun 2005 10:03:29 -0000	1.57
--- elisp.texi	13 Jun 2005 10:35:14 -0000
***************
*** 153,158 ****
--- 153,160 ----
  * System Interface::        Getting the user id, system type, environment
                                variables, and other such things.
  
+ * Abstractions::            Complex Data and Control Structures.
+ 
  Appendices
  
  * Antinews::                Info for users downgrading to Emacs 21.
***************
*** 1074,1079 ****
--- 1076,1088 ----
  * Buffer Internals::        Components of a buffer structure.
  * Window Internals::        Components of a window structure.
  * Process Internals::       Components of a process structure.
+ 
+ Abstractions
+ 
+ @c Rings::
+ @c Byte Packing::
+ @c Separated Rendering::
+ 
  @end menu
  
  @include intro.texi
***************
*** 1125,1130 ****
--- 1134,1141 ----
  @include display.texi
  @include os.texi
  
+ @include hairy.texi
+ 
  @c MOVE to Emacs Manual:  include misc-modes.texi
  
  @c appendices
cvs diff: I know nothing about hairy.texi
Index: os.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/os.texi,v
retrieving revision 1.72
diff -c -r1.72 os.texi
*** os.texi	26 Mar 2005 17:36:22 -0000	1.72
--- os.texi	13 Jun 2005 10:35:15 -0000
***************
*** 4,10 ****
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/os
! @node System Interface, Antinews, Display, Top
  @chapter Operating System Interface
  
    This chapter is about starting and getting out of Emacs, access to
--- 4,10 ----
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/os
! @node System Interface, Abstractions, Display, Top
  @chapter Operating System Interface
  
    This chapter is about starting and getting out of Emacs, access to
