]> git.eshelyaron.com Git - emacs.git/commitdiff
consistently use @insertcopying, @direntry, @contents
authorKarl Berry <karl@gnu.org>
Mon, 16 Feb 2009 17:41:58 +0000 (17:41 +0000)
committerKarl Berry <karl@gnu.org>
Mon, 16 Feb 2009 17:41:58 +0000 (17:41 +0000)
46 files changed:
doc/misc/ChangeLog
doc/misc/ada-mode.texi
doc/misc/auth.texi
doc/misc/autotype.texi
doc/misc/calc.texi
doc/misc/cc-mode.texi
doc/misc/cl.texi
doc/misc/dbus.texi
doc/misc/dired-x.texi
doc/misc/ebrowse.texi
doc/misc/ediff.texi
doc/misc/emacs-mime.texi
doc/misc/epa.texi
doc/misc/erc.texi
doc/misc/eshell.texi
doc/misc/eudc.texi
doc/misc/faq.texi
doc/misc/flymake.texi
doc/misc/forms.texi
doc/misc/gnus-coding.texi
doc/misc/gnus.texi
doc/misc/idlwave.texi
doc/misc/info.texi
doc/misc/mairix-el.texi
doc/misc/message.texi
doc/misc/mh-e.texi
doc/misc/newsticker.texi
doc/misc/nxml-mode.texi
doc/misc/org.texi
doc/misc/pcl-cvs.texi
doc/misc/pgg.texi
doc/misc/rcirc.texi
doc/misc/reftex.texi
doc/misc/remember.texi
doc/misc/sasl.texi
doc/misc/sc.texi
doc/misc/ses.texi
doc/misc/sieve.texi
doc/misc/smtpmail.texi
doc/misc/speedbar.texi
doc/misc/tramp.texi
doc/misc/url.texi
doc/misc/vip.texi
doc/misc/viper.texi
doc/misc/widget.texi
doc/misc/woman.texi

index 6a068799fafbc374a7d94751ca123aa2ad6c6669..03ff9f70284dcf79bc2810093384e810920d08e8 100644 (file)
@@ -1,3 +1,54 @@
+2009-02-16  Karl Berry  <karl@gnu.org>
+
+       * ada-mode.texi,
+       * auth.texi,
+       * autotype.texi,
+       * calc.texi,
+       * cc-mode.texi,
+       * cl.texi,
+       * dbus.texi,
+       * dired-x.texi,
+       * ebrowse.texi,
+       * ediff.texi,
+       * emacs-mime.texi,
+       * epa.texi,
+       * erc.texi,
+       * eshell.texi,
+       * eudc.texi,
+       * faq.texi,
+       * flymake.texi,
+       * forms.texi,
+       * gnus-coding.texi,
+       * gnus.texi,
+       * idlwave.texi,
+       * info.texi,
+       * mairix-el.texi,
+       * message.texi,
+       * mh-e.texi,
+       * newsticker.texi,
+       * nxml-mode.texi,
+       * org.texi,
+       * pcl-cvs.texi,
+       * pgg.texi,
+       * rcirc.texi,
+       * reftex.texi,
+       * remember.texi,
+       * sasl.texi,
+       * sc.texi,
+       * ses.texi,
+       * sieve.texi,
+       * smtpmail.texi,
+       * speedbar.texi,
+       * tramp.texi,
+       * url.texi,
+       * vip.texi,
+       * viper.texi,
+       * widget.texi,
+       * woman.texi: Consistently use @insertcopying in the Top node,
+       @contents at the front (after @end titlepage),
+       and @direntry after @copying.
+       (Bug#1988)
+
 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth.texi: New file documenting auth-source.
index 20de8af9f1fb55d4c472fafc306709e6aef67976..ae9597818c614322020439b8c7b336f1f3a8eb51 100644 (file)
@@ -37,11 +37,14 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
-@c fixme; title page doesn't show up in ada-mode.info; why bother with
-@c it?
+@contents
 
 @node Top, Overview, (dir), (dir)
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 @menu
 * Overview::
 * Installation::                Installing Ada mode on your system
@@ -1520,7 +1523,6 @@ autofill the current comment.
 
 @printindex fn
 
-@contents
 @bye
 
 @ignore
index 7a9031a0c1aa3a778c8c5400657d1334f446ea7e..31b281f890a27d6586c55b8f97e7134eddcb7731 100644 (file)
@@ -1,21 +1,13 @@
 \input texinfo                  @c -*-texinfo-*-
-
 @setfilename auth.info
+@settitle Emacs auth-source Library @value{VERSION}
 
 @set VERSION 0.1
 
-@dircategory Emacs
-@direntry
-* auth-source: (auth).   The Emacs auth-source library.
-@end direntry
-
-@settitle Emacs auth-source Library @value{VERSION}
-
 @copying
 This file describes the Emacs auth-source library.
 
-Copyright @copyright{} 2008, 2009
-Free Software Foundation, Inc.
+Copyright @copyright{} 2008, 2009 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -37,21 +29,22 @@ license to the document, as described in section 6 of the license.
 @end quotation
 @end copying
 
-@tex
+@dircategory Emacs
+@direntry
+* auth-source: (auth).   The Emacs auth-source library.
+@end direntry
 
 @titlepage
 @title Emacs auth-source Library
-
 @author by Ted Zlatanov
 @page
-
 @vskip 0pt plus 1filll
 @insertcopying
 @end titlepage
-@page
 
-@end tex
+@contents
 
+@ifnottex
 @node Top
 @top Emacs auth-source
 This manual describes the Emacs auth-source library.
@@ -59,6 +52,8 @@ This manual describes the Emacs auth-source library.
 It is a way for multiple applications to share a single configuration
 (in Emacs and in files) for user convenience.
 
+@insertcopying
+
 @menu
 * Overview::                    Overview of the auth-source library.
 * Help for users::              
@@ -67,6 +62,7 @@ It is a way for multiple applications to share a single configuration
 * Function Index::              
 * Variable Index::              
 @end menu
+@end ifnottex
 
 @node Overview
 @chapter Overview
@@ -192,8 +188,6 @@ users' netrc files.
 @chapter Variable Index
 @printindex vr
 
-@summarycontents
-@contents
 @bye
 
 @c End:
index edd210c2b5c5e599673632cefed4f158c6ed3526..0ca6b8105ea06189bf01cf3b35ed4573df3508d8 100644 (file)
@@ -1,7 +1,5 @@
 \input texinfo
 @c This is an annex of the Emacs manual.
-@c Copyright (C) 1994, 1995, 2001, 2002, 2003, 2004,
-@c   2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 @c Author: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389
 @setfilename ../../info/autotype
 @c @node Autotypist, Picture, Abbrevs, Top
@@ -51,6 +49,8 @@ frequently in Emacs}
 @insertcopying
 @end titlepage
 
+@contents
+
 @node Top
 @top Autotyping
 
@@ -79,6 +79,10 @@ be defined for inserting and navigating between text more generally.  A
 sort of meta-expansion facility can be used to try a set of alternative
 completions and expansions of text at point.
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 @menu
 * Using Skeletons::        How to insert a skeleton into your text.
 * Wrapping Skeletons::     Putting existing text within a skeleton.
@@ -101,7 +105,6 @@ completions and expansions of text at point.
 @end menu
 
 
-
 @node Using Skeletons
 @chapter Using Skeletons
 @cindex skeletons
@@ -660,8 +663,6 @@ of the expansion possibilities.
 @unnumbered Variable Index
 @printindex vr
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
index a167a76bbe130603c428fe3d1c191a20e3da2dc3..823dccfe136a793da0d20ca4528d9461e4536b9b 100644 (file)
@@ -127,8 +127,6 @@ developing GNU and promoting software freedom.''
 @page
 
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1990, 1991, 2001, 2002, 2003, 2004,
-   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 @insertcopying
 @end titlepage
 
@@ -161,6 +159,8 @@ file), type @kbd{?}.  (You can also type @kbd{h} to run through a
 longer Info tutorial.)
 @end ifinfo
 
+@insertcopying
+
 @menu
 * Getting Started::       General description and overview.
 @ifinfo
index 399e38ea5be757c1136096dc66ce3ae09bcf42f3..0d8385ed968af407a840c2f874670b222ff86b22 100644 (file)
@@ -211,10 +211,13 @@ from
 @comment This appears only in the Info file, not the printed manual.
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
+@summarycontents
+@contents
+
 @node    Top, Introduction, (dir), (dir)
 @comment node-name, next, previous, up
 
-@ifinfo
+@ifnottex
 @top @ccmode{}
 
 @ccmode{} is a GNU Emacs mode for editing files containing C, C++,
@@ -223,7 +226,9 @@ and AWK code.  It provides syntax-based indentation, font locking, and
 has several handy commands and some minor modes to make the editing
 easier.  It does not provide tools to look up and navigate between
 functions, classes etc - there are other packages for that.
-@end ifinfo
+
+@insertcopying
+@end ifnottex
 
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -6986,12 +6991,6 @@ Since most @ccmode{} variables are prepended with the string
 @comment Epilogue.
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 
-@iftex
-@page
-@summarycontents
-@contents
-@end iftex
-
 @bye
 
 @ignore
index 2e7993a6de53a71b366a8a69090ee23876203af5..fb1aace9bc6c8bc8f002a042fb02f65e003b67b1 100644 (file)
@@ -44,6 +44,8 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@contents
+
 @node Top, Overview, (dir), (dir)
 @chapter Introduction
 
@@ -53,6 +55,10 @@ Common Lisp.  All the facilities are described here in detail.  While
 this document does not assume any prior knowledge of Common Lisp, it
 does assume a basic familiarity with Emacs Lisp.
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 @menu
 * Overview::             Installation, usage, etc.
 * Program Structure::    Arglists, `eval-when', `defalias'
@@ -5329,8 +5335,6 @@ recursion.
 
 @printindex vr
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
index c012647144e6b00e58f9f682198f158e587c3934..51dabf8028d016594b01975142cb7d72972bebe1 100644 (file)
@@ -27,6 +27,7 @@ developing GNU and promoting software freedom.''
 * D-Bus: (dbus).                Using D-Bus in Emacs.
 @end direntry
 
+@contents
 
 @node Top, Overview, (dir), (dir)
 @top D-Bus integration in Emacs
@@ -38,7 +39,9 @@ before you compile Emacs.}  D-Bus is a message bus system, a simple
 way for applications to talk to one another.  An overview of D-Bus can
 be found at @uref{http://dbus.freedesktop.org/}.
 
+@ifnottex
 @insertcopying
+@end ifnottex
 
 @menu
 * Overview::                    An overview of D-Bus.
@@ -1567,8 +1570,6 @@ whether a given D-Bus error is related to them.
 @appendix GNU Free Documentation License
 @include doclicense.texi
 
-@contents
-@c End of dbus.texi
 @bye
 
 @ignore
index f8dee506e5c6bf4519342aece0c6b65f8395a294..84ef5205b7ac1d65821d0b90078c5904e0071e7c 100644 (file)
@@ -64,7 +64,8 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
-@page
+@contents
+
 
 @ifnottex
 
@@ -97,6 +98,8 @@ For @file{dired-x.el} revision 2
 
 @end itemize
 
+@insertcopying
+
 @menu
 * Introduction::
 * Installation::
@@ -1256,12 +1259,7 @@ Lawrence R. Dodd
 @unnumbered Variable Index
 @printindex vr
 
-@setchapternewpage odd
-@c @summarycontents
-@contents
-
 @bye
-@c dired-x.texi ends here.
 
 @ignore
    arch-tag: 201727aa-9318-4c74-a0d7-4f51c550c4de
index ce7144feb375b03bbd52f4adff1408017c0358da..9642c3c1dd6e221419e67d4a0f53323720732ee0 100644 (file)
@@ -43,11 +43,15 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
-@node Top, Overview, (dir), (dir)
+@contents
 
 @ifnottex
+@node Top, Overview, (dir), (dir)
+
 You can browse C++ class hierarchies from within Emacs by using
 Ebrowse.
+
+@insertcopying
 @end ifnottex
 
 @menu
@@ -1448,7 +1452,6 @@ in on with the command @kbd{C-c C-m m}.
 @unnumbered Concept Index
 @printindex cp
 
-@contents
 @bye
 
 @ignore
index a5881945dc7d85ca13611cace1cb5472ec46fbc0..b13d6b10f5f443922119517700f67a835346cbfd 100644 (file)
@@ -25,7 +25,7 @@
 This file documents Ediff, a comprehensive visual interface to Unix diff
 and patch utilities.
 
-Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 @quotation
@@ -61,9 +61,11 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@contents
 
 @node Top, Introduction, (dir), (dir)
 
+@insertcopying
 
 @menu
 * Introduction::                About Ediff.
@@ -2532,8 +2534,6 @@ Eli Zaretskii (eliz@@is.elta.co.il)
 @unnumbered Index
 @printindex cp
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
index 883a552b135b972beb2823ce89bcb44f41bd0e67..e9a03595502bd628bcad21139121ae331d95b65c 100644 (file)
@@ -47,6 +47,8 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@contents
+
 @node Top
 @top Emacs MIME
 
@@ -66,6 +68,10 @@ Procedures), RFC2049 (Conformance Criteria and Examples).  It is highly
 recommended that anyone who intends writing @acronym{MIME}-compliant software
 read at least RFC2045 and RFC2047.
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 @menu
 * Decoding and Viewing::  A framework for decoding and viewing.
 * Composing::             @acronym{MML}; a language for describing @acronym{MIME} parts.
@@ -1873,8 +1879,6 @@ Documentation of the text/plain format parameter for flowed text.
 @chapter Index
 @printindex cp
 
-@summarycontents
-@contents
 @bye
 
 \f
index bedd370dae353bd1565ca9c96be86b14425be644..97a61cd55478f6ac9c53477538a4ec4c752c70d9 100644 (file)
@@ -7,7 +7,7 @@
 @set VERSION 1.0.0
 
 @copying
-This file describes EasyPG Assistant.
+This file describes EasyPG Assistant @value{VERSION}.
 
 Copyright @copyright{} 2007, 2008, 2009 Free Software Foundation, Inc.
 
@@ -36,7 +36,6 @@ license to the document, as described in section 6 of the license.
 * EasyPG Assistant: (epa).   An Emacs user interface to GNU Privacy Guard.
 @end direntry
 
-
 @titlepage
 @title EasyPG Assistant
 
@@ -46,10 +45,8 @@ license to the document, as described in section 6 of the license.
 @vskip 0pt plus 1filll
 @insertcopying
 @end titlepage
-@page
 
-@c @summarycontents
-@c @contents
+@contents
 
 @node Top
 @top EasyPG Assistant user's manual
@@ -61,8 +58,9 @@ EasyPG Assistant is a part of the package called EasyPG, an all-in-one
 GnuPG interface for Emacs.  EasyPG also contains the library interface
 called EasyPG Library.
 
-@noindent
-This manual covers EasyPG version @value{VERSION}.
+@ifnottex
+@insertcopying
+@end ifnottex
 
 @menu
 * Overview::                    
index 81e1239cec9092f60a082f42ac22640bafbb7d4b..09e9479449eaba6c752b2fa2ec29e3240924ff0f 100644 (file)
@@ -2,14 +2,8 @@
 @c %**start of header
 @setfilename ../../info/erc
 @settitle ERC Manual
-@c %**end of header
-
-@dircategory Emacs
-@direntry
-* ERC: (erc).           Powerful, modular, and extensible IRC client for Emacs.
-@end direntry
-
 @syncodeindex fn cp
+@c %**end of header
 
 @copying
 This manual is for ERC version 5.3.
@@ -33,6 +27,11 @@ and modified without restriction.
 @end quotation
 @end copying
 
+@dircategory Emacs
+@direntry
+* ERC: (erc).           Powerful, modular, and extensible IRC client for Emacs.
+@end direntry
+
 @titlepage
 @title ERC manual
 @subtitle a full-featured IRC client
@@ -45,7 +44,6 @@ and modified without restriction.
 @insertcopying
 @end titlepage
 
-@c So the toc is printed at the start
 @contents
 
 @ifnottex
index 2e24db33e839aca227268e1382128c1ad03bd866..e7d4132c4b8f11e33431a8ed32e148b2466bee13 100644 (file)
@@ -30,8 +30,6 @@ developing GNU and promoting software freedom.''
 * Eshell: (eshell).     A command shell implemented in Emacs Lisp.
 @end direntry
 
-@setchapternewpage on
-
 @titlepage
 @sp 4
 @c The title is printed in a large font.
@@ -64,13 +62,15 @@ developing GNU and promoting software freedom.''
 @node Top, What is Eshell?, (dir), (dir)
 @top Eshell
 
-This manual documents Eshell, a shell-like command interpretor
+Eshell is a shell-like command interpretor
 implemented in Emacs Lisp.  It invokes no external processes except for
 those requested by the user.  It is intended to be a functional
 replacement for command shells such as @command{bash}, @command{zsh},
 @command{rc}, or @command{4dos}; since Emacs itself is capable of
 handling the sort of tasks accomplished by those tools.
 @c This manual is updated to release 2.4 of Eshell.
+
+@insertcopying
 @end ifnottex
 
 @menu
index d298012090f4f0970a22f7229ec1c31cbe259e97..c3adbb44b4a9927340e9a174c2e42bd2cf855d7f 100644 (file)
@@ -47,16 +47,13 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@contents
+
 @ifnottex
 @node     Top, Overview, (dir), (dir)
 @comment  node-name,  next,         previous, up
 
-
-This manual documents EUDC v1.30b, the Emacs Unified Directory Client.
-
-A common interface to directory servers using various protocols such as
-LDAP or the CCSO white pages directory system (PH/QI)
-
+@insertcopying
 @end ifnottex
 
 @menu
@@ -970,8 +967,6 @@ in testing and proofreading the code and docs of @file{ph.el}.
 
 @printindex vr
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
index 8cebb0028e8265634527b656fcea3a149a984e0c..af705ffc017fc422841a7ff34fcd27398874a167 100644 (file)
@@ -4,8 +4,6 @@
 @settitle GNU Emacs FAQ
 @c %**end of header
 
-@setchapternewpage odd
-
 @c This is used in many places
 @set VER 23.0.90
 
@@ -56,6 +54,8 @@ distribution.]
 @insertcopying
 @end titlepage
 
+@contents
+
 @node    Top, FAQ notation, (dir), (dir)
 
 This is the GNU Emacs FAQ, last updated on @today{}.
@@ -64,6 +64,10 @@ This FAQ is maintained as a part of GNU Emacs.  If you find any errors,
 or have any suggestions, please use @kbd{M-x report-emacs-bug} to report
 them.
 
+@ifnottex
+@insertcopying
+@end ifnottex 
+
 @menu
 * FAQ notation::
 * General questions::
@@ -5492,7 +5496,6 @@ part of the Gnus distribution.
 @unnumbered Concept Index
 @printindex cp
 
-@contents
 @bye
 
 @ignore
index e886e7fa0996e38d9d5ae1ad7a4ea3ff7b6169cc..a713d7ccee4a42ea7e1c6f9fd66983859e5efb27 100644 (file)
@@ -47,6 +47,7 @@ developing GNU and promoting software freedom.''
 @ifnottex
 @node Top
 @top GNU Flymake
+@insertcopying 
 @end ifnottex
 
 @menu
index cc8309726637fdde9002ec14423502355b8e7a83..4f6280b47caa14f54cece4198c8b3a1aa35b6e64 100644 (file)
@@ -58,6 +58,8 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@contents
+
 @ifnottex
 @node Top
 @top Forms Mode
@@ -73,6 +75,8 @@ job: a control file and a data file.  The data file holds the
 actual data to be presented.  The control file describes
 how to present it.
 
+@insertcopying 
+
 @menu
 * Forms Example::               An example: editing the password data base.
 * Entering and Exiting Forms Mode::
@@ -971,7 +975,6 @@ Software Foundation.  Thanks, Richard!
 @unnumbered Index
 @printindex cp
 
-@contents
 @bye
 
 @ignore
index 324cba4aee1bf5724030589d2b00863576d4f3b6..a384e8b1634367c97d108945f9aad50dfaaf1cc4 100644 (file)
@@ -7,7 +7,8 @@
 @syncodeindex pg cp
 
 @copying
-Copyright (C) 2004, 2005, 2007, 2008, 2009  Free Software Foundation, Inc.
+Copyright @copyright{} 2004, 2005, 2007, 2008, 2009  Free Software
+Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -42,9 +43,14 @@ license to the document, as described in section 6 of the license.
 @c anyway hoping that it might annoy someone enough to fix it.  ;-)
 @c Fixing only a paragraph also is appreciated.
 
+@ifnottex
 @node Top
 @top Gnus Coding Style and Maintainance Guide
 This manual describes @dots{}
+
+@insertcopying 
+@end ifnottex
+
 @menu
 * Gnus Coding Style:: Gnus Coding Style
 * Gnus Maintainance Guide:: Gnus Maintainance Guide
index b4ceb358957a9814af740ae242702413ad04137b..86011fe3a00fc4a58591b91eff58255f301a229b 100644 (file)
@@ -320,10 +320,6 @@ developing GNU and promoting software freedom.''
 @end iflatex
 @end iftex
 
-@ifnottex
-@insertcopying
-@end ifnottex
-
 @dircategory Emacs
 @direntry
 * Gnus: (gnus).         The newsreader Gnus.
@@ -331,8 +327,6 @@ developing GNU and promoting software freedom.''
 @iftex
 @finalout
 @end iftex
-@setchapternewpage odd
-
 
 
 @titlepage
@@ -344,6 +338,8 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@summarycontents
+@contents
 
 @node Top
 @top The Gnus Newsreader
@@ -358,6 +354,10 @@ luck.
 @c Adjust ../Makefile.in if you change the following line:
 This manual corresponds to Gnus v5.13
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 @end ifinfo
 
 @iftex
@@ -30505,7 +30505,7 @@ Below is a slightly shortened version of the @code{nndir} back end.
 
 @lisp
 ;;; @r{nndir.el --- single directory newsgroup access for Gnus}
-;; @r{Copyright (C) 1995,96 Free Software Foundation, Inc.}
+;; @r{Copyright (C) 1995,1996 Free Software Foundation, Inc.}
 
 ;;; @r{Code:}
 
@@ -31265,8 +31265,6 @@ former).  The manual is unambiguous, but it can be confusing.
 @chapter Key Index
 @printindex ky
 
-@summarycontents
-@contents
 @bye
 
 @iftex
index 046016608d74a79f15ea43f75f899c3e6a0582e4..0d241771dcb54018c7c926d146261ccda77baf76 100644 (file)
@@ -2,10 +2,6 @@
 @c %**start of header
 @setfilename ../../info/idlwave
 @settitle IDLWAVE User Manual
-@dircategory Emacs
-@direntry
-* IDLWAVE: (idlwave).  Major mode and shell for IDL files.
-@end direntry
 @synindex ky cp
 @syncodeindex vr cp
 @syncodeindex fn cp
@@ -43,6 +39,11 @@ developing GNU and promoting software freedom.''
 @end quotation
 @end copying
 
+@dircategory Emacs
+@direntry
+* IDLWAVE: (idlwave).  Major mode and shell for IDL files.
+@end direntry
+
 @titlepage
 @title IDLWAVE User Manual
 @subtitle Emacs major mode and shell for IDL
@@ -52,17 +53,16 @@ developing GNU and promoting software freedom.''
 @vskip 0pt plus 1filll
 @insertcopying
 @end titlepage
-@contents
 
-@page
+@contents
 
 @ifnottex
-
 @node Top, Introduction, (dir), (dir)
 
 IDLWAVE is a package which supports editing source code written in the
 Interactive Data Language (IDL), and running IDL as an inferior shell.
 
+@insertcopying 
 @end ifnottex
 
 @menu
index cb47d3180d9d6f5d0e59cb513b4d7f26e4b6297e..147e0b7a5ca3333156f95e99d9f33628faa593de 100644 (file)
@@ -79,6 +79,8 @@ Started' chapter.
 @end ifinfo
 @end ifnottex
 
+@insertcopying 
+
 @menu
 * Getting Started::             Getting started using an Info reader.
 * Advanced::                    Advanced Info commands.
index d73707845355a7b938a9e010d80d3f75901a7af1..9d0f69f241fa846a8999b86af9d8389e1801469c 100644 (file)
@@ -36,6 +36,7 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@contents
 
 @node Top
 @top mairix.el - Mairix interface for Emacs
@@ -50,6 +51,10 @@ currently displayed mail, save regularly used searches in your
 @file{.emacs} for future use and lets you call mairix for updating the
 database.
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 @menu
 * About mairix and mairix.el::  About the mairix search engine and mairix.el
 * Configuring mairix::          How to configure mairix
index e4a797be1778974b2ebb4977f66914b4a7ca407d..51e15508e6dfd4d1279fb3dbd153a843cba41870 100644 (file)
@@ -32,7 +32,6 @@ developing GNU and promoting software freedom.''
 @iftex
 @finalout
 @end iftex
-@setchapternewpage odd
 
 @titlepage
 @title Message Manual
@@ -43,11 +42,17 @@ developing GNU and promoting software freedom.''
 @vskip 0pt plus 1filll
 @insertcopying
 @end titlepage
-@page
+
+@summarycontents
+@contents
 
 @node Top
 @top Message
 
+@ifnottex
+@insertcopying
+@end ifnottex
+
 All message composition from Gnus (both mail and news) takes place in
 Message mode buffers.
 
@@ -2432,8 +2437,6 @@ basis of the new @code{Cc} header, except if this header is
 @chapter Key Index
 @printindex ky
 
-@summarycontents
-@contents
 @bye
 
 @c End:
index 2cf5b30f3d80853a42a00322b9965d39b5caf131..b4a26fa6451dddf829a8e6131d68cb0ca531cb88 100644 (file)
@@ -62,7 +62,6 @@ Public License.''
 @end direntry
 
 @c Title Page
-@setchapternewpage odd
 @titlepage
 @title The MH-E Manual
 @subtitle Version @value{VERSION}@value{EDITION}
index 38505a666a55ab6f25477f77ca0799c1e6dcf4f7..10ac0069eb3e9c2da90a977a986350dcef2f26e7 100644 (file)
@@ -51,6 +51,9 @@ developing GNU and promoting software freedom.''
 @ifnottex
 @node Top
 @top Newsticker
+
+@insertcopying 
+
 @end ifnottex
 
 @menu
index 8e769a2bb1a7cae381c2a6fac51750be790be225..1181e743e74fae19d801cec1eefd6f5f43044b2a 100644 (file)
@@ -5,7 +5,6 @@
 @c %**end of header
 
 @copying
-
 This manual documents nxml-mode, an Emacs major mode for editing
 XML with RELAX NG support. 
 
@@ -39,8 +38,9 @@ license to the document, as described in section 6 of the license.
 @node Top
 @top nXML Mode
 
-This manual documents nxml-mode, an Emacs major mode for editing
-XML with RELAX NG support.  This manual is not yet complete.
+@insertcopying
+
+This manual is not yet complete.
 
 @menu
 * Completion::                  
index 814378ac10825a027794acccafa31a3d80e5ce86..b8f56f123c7236910494997cd9caf38a61c4c38f 100644 (file)
@@ -6,11 +6,6 @@
 @set VERSION 6.21b
 @set DATE February 2009
 
-@dircategory Emacs
-@direntry
-* Org Mode: (org).      Outline-based notes management and organizer
-@end direntry
-
 @c Version and Contact Info
 @set MAINTAINERSITE @uref{http://orgmode.org,maintainers webpage}
 @set AUTHOR Carsten Dominik
@@ -56,6 +51,11 @@ license to the document, as described in section 6 of the license.
 @end quotation
 @end copying
 
+@dircategory Emacs
+@direntry
+* Org Mode: (org).      Outline-based notes management and organizer
+@end direntry
+
 @titlepage
 @title The Org Manual
 
index 61e37753501441ebc565453e836c512b5737c954..3422f6981c0acaae382ee274a8e59bf1d0333b1c 100644 (file)
@@ -55,6 +55,8 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@contents
+
 @c ================================================================
 @c                   The real text starts here
 @c ================================================================
@@ -68,6 +70,9 @@ is nowhere near complete, so you are advised to use @kbd{M-x
 customize-group RET pcl-cvs @key{RET}} and to look at the documentation strings
 of the various commands and major modes for further information.
 @c This manual is updated to release 2.5 of PCL-CVS.
+
+@insertcopying 
+
 @end ifnottex
 
 @menu
@@ -1426,9 +1431,6 @@ this manual.
 
 @printindex ky
 
-@setchapternewpage odd
-@summarycontents
-@contents
 @bye
 
 @ignore
index 27775e3e578cb4a31f52f0183e843af71d0646c5..11b03924139d5657308ad99f44ba7495705d4228 100644 (file)
@@ -1,12 +1,12 @@
 \input texinfo                  @c -*-texinfo-*-
-
 @setfilename ../../info/pgg
+@settitle PGG @value{VERSION}
 
 @set VERSION 0.1
 
-
 @copying
-This file describes PGG, an Emacs interface to various PGP implementations.
+This file describes PGG @value{VERSION}, an Emacs interface to various
+PGP implementations.
 
 Copyright @copyright{} 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 Free Software Foundation, Inc.
@@ -30,9 +30,6 @@ developing GNU and promoting software freedom.''
 * PGG: (pgg).   Emacs interface to various PGP implementations.
 @end direntry
 
-@settitle PGG @value{VERSION}
-
-
 @titlepage
 @title PGG
 
@@ -42,14 +39,20 @@ developing GNU and promoting software freedom.''
 @vskip 0pt plus 1filll
 @insertcopying
 @end titlepage
-@page
+
+@contents
 
 @node Top
 @top PGG
-This manual describes PGG.  PGG is an interface library between Emacs
+
+PGG is an interface library between Emacs
 and various tools for secure communication.  PGG also provides a simple
 user interface to encrypt, decrypt, sign, and verify MIME messages.
 
+@ifnottex
+@insertcopying 
+@end ifnottex
+
 @menu
 * Overview::                    What PGG is.
 * Prerequisites::               Complicated stuff you may have to do.
@@ -491,8 +494,6 @@ If non-@code{nil}, don't check the checksum of the packets.
 @unnumbered Variable Index
 @printindex vr
 
-@summarycontents
-@contents
 @bye
 
 @c End:
index dce2e03f6d96e80b1a21197221872d14c93fb8d9..6bc7185370b07633650e43f5700d1f0b1fa605b6 100644 (file)
@@ -33,10 +33,11 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@contents
+
 @ifnottex
 @node Top, Basics, (dir), (dir)
 @top rcirc Manual
-@end ifnottex
 
 @code{rcirc} is an Emacs IRC client.
 
@@ -45,6 +46,10 @@ communicate with each other in real-time.  Communication occurs both in
 topic channels which are collections of many users, or privately, with
 just one other user.
 
+@insertcopying
+
+@end ifnottex
+
 @menu
 * Basics::
 * Reference::
index 2b48e78d855925eb71a30a4411c1eded7eb0bcb1..c8876cc95120e7b968c6b684bc53d3ccddbeb065 100644 (file)
@@ -74,6 +74,9 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@summarycontents
+@contents
+
 @ifnottex
 @node Top,,,(dir)
 
@@ -86,6 +89,8 @@ Don't be discouraged by the size of this manual, which covers
 Nutshell}).  You can go back later to other parts of this document when
 needed.
 
+@insertcopying 
+
 @menu
 * Introduction::                     Quick-Start information.
 
@@ -5883,8 +5888,6 @@ released on 7 Jan 1997.
 @unnumbered Index
 @printindex cp
 
-@summarycontents
-@contents
 @bye
 
 @ignore
index 0ec59daf09e466a122e20c4431c4f89d7a43c2bc..ef6bce24f7637a448ec09cdae2182f86bfe28bd1 100644 (file)
@@ -2,14 +2,8 @@
 @c %**start of header
 @setfilename ../../info/remember
 @settitle Remember Manual
-@c %**end of header
-
-@dircategory Emacs
-@direntry
-* Remember: (remember). Simple information manager for Emacs
-@end direntry
-
 @syncodeindex fn cp
+@c %**end of header
 
 @copying
 This manual is for Remember Mode, version 1.9
@@ -31,6 +25,11 @@ developing GNU and promoting software freedom.''
 @end quotation
 @end copying
 
+@dircategory Emacs
+@direntry
+* Remember: (remember). Simple information manager for Emacs
+@end direntry
+
 @titlepage
 @title Guide to Remember Mode
 @subtitle a simple information manager
@@ -43,7 +42,6 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
-@c So the toc is printed at the start
 @contents
 
 @ifnottex
index d2f8eb798b6394ad69d1a87aff82279fd1090377..b7873025318360e17b5d11fc85eabc83be795547 100644 (file)
@@ -1,18 +1,11 @@
 \input texinfo                  @c -*-texinfo-*-
-
 @setfilename ../../info/sasl
 
 @set VERSION 0.2
-
-@dircategory Emacs
-@direntry
-* SASL: (sasl).   The Emacs SASL library.
-@end direntry
-
 @settitle Emacs SASL Library @value{VERSION}
 
 @copying
-This file describes the Emacs SASL library.
+This file describes the Emacs SASL library, version @value{VERSION}.
 
 Copyright @copyright{} 2000, 2004, 2005, 2006, 2007, 2008, 2009
 Free Software Foundation, Inc.
@@ -37,10 +30,14 @@ license to the document, as described in section 6 of the license.
 @end quotation
 @end copying
 
-@tex
+@dircategory Emacs
+@direntry
+* SASL: (sasl).   The Emacs SASL library.
+@end direntry
+
 
 @titlepage
-@title Emacs SASL Library
+@title Emacs SASL Library @value{VERSION}
 
 @author by Daiki Ueno
 @page
@@ -48,17 +45,18 @@ license to the document, as described in section 6 of the license.
 @vskip 0pt plus 1filll
 @insertcopying
 @end titlepage
-@page
 
-@end tex
 
 @node Top
 @top Emacs SASL
-This manual describes the Emacs SASL library.
 
-A common interface to share several authentication mechanisms between
+SASL is a common interface to share several authentication mechanisms between
 applications using different protocols.
 
+@ifnottex
+@insertcopying 
+@end ifnottex
+
 @menu
 * Overview::                    What Emacs SASL library is.
 * How to use::                  Adding authentication support to your applications.
index 46d05a014e65b881e4ee6bfe2adf29ab6af76759..979cff23ca79b3207c5ac92623737d62ce751c68 100644 (file)
@@ -49,12 +49,16 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@summarycontents
+@contents
+
 @ifnottex
 @node Top, Introduction, (dir), (dir)
 @comment  node-name,  next,  previous,  up
 
-This document describes Supercite, an Emacs package for citing and
-attributing replies to mail and news messages.  The manual is divided
+@insertcopying 
+
+The manual is divided
 into the following chapters.
 
 @menu
@@ -1935,9 +1939,6 @@ its @var{variable} name.
 @sp 2
 @end iftex
 @printindex vr
-@setchapternewpage odd
-@summarycontents
-@contents
 @bye
 
 @ignore
index a3081bacc68ab6d6bac6827c33794941cc9487ae..89228df57c5de99b491ba80f7d3969825f961311 100644 (file)
@@ -64,6 +64,8 @@ by formulas that can refer to the values of other cells.
 
 To report bugs, send email to @email{jyavner@@member.fsf.org}.
 
+@insertcopying
+
 @menu
 * Sales Pitch::                 Why use SES?
 * The Basics::                  Basic spreadsheet commands
index 17a64caa3ff45d606aef9172c4853dc9b84329e3..19848426f0b2ef8b09f2bcbaf375cc3e806c1d26 100644 (file)
@@ -1,5 +1,4 @@
 \input texinfo                  @c -*-texinfo-*-
-
 @setfilename ../../info/sieve
 @settitle Emacs Sieve Manual
 @synindex fn cp
@@ -44,13 +43,13 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@summarycontents
+@contents
 
 @node Top
 @top Sieve Support for Emacs
 
-This manual documents the Emacs Sieve package.
-
-It is intended as a users manual for Sieve Mode and Manage Sieve, and
+This is intended as a users manual for Sieve Mode and Manage Sieve, and
 as a reference manual for the @samp{sieve-manage} protocol Emacs Lisp
 API.
 
@@ -58,7 +57,9 @@ Sieve is a language for server-side filtering of mail.  The language
 is documented in RFC 3028.  This manual does not attempt to document
 the language, so keep RFC 3028 around.
 
-A good online Sieve resources is @uref{http://www.cyrusoft.com/sieve/}.
+@ifnottex
+@insertcopying
+@end ifnottex
 
 @menu
 * Installation::          Getting ready to use the package.
@@ -352,8 +353,6 @@ A Protocol for Remotely Managing Sieve Scripts
 @unnumbered Index
 @printindex cp
 
-@summarycontents
-@contents
 @bye
 
 @c End:
index 4325bd0afa209eb536ed871b3c541092fb0f0d6e..848da3ec6eaaebb1239339c258c5e807d7a78954 100644 (file)
@@ -414,7 +414,6 @@ cannot accept mail.
 
 @printindex fn
 
-@contents
 @bye
 
 @ignore
index 3dcc73f1eca82059d2ff685c41afb64356c3f2c0..2e6e27330ec012e962d6b49b2414bbb0083107d2 100644 (file)
@@ -1,5 +1,4 @@
 \input texinfo   @c -*-texinfo-*-
-
 @setfilename ../../info/speedbar
 @settitle Speedbar: File/Tag summarizing utility
 @syncodeindex fn cp
@@ -38,6 +37,8 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@contents
+
 @node Top, , , (dir)Top
 @comment  node-name,  next,  previous,  up
 
@@ -67,6 +68,10 @@ button.  Expanding refers to clicking on an expansion button to display
 an expanded summary of the entry the expansion button is
 on.  @xref{Basic Navigation}.
 
+@ifnottex
+@insertcopying 
+@end ifnottex
+
 @menu
 * Introduction::     Basics of speedbar.
 * Basic Navigation:: Basics of speedbar common between all modes.
index 23a974906dcdc6ae033a09c32bdc934b265992f6..00b5f4ca909c412b0b65889c68705e053e46e87d 100644 (file)
@@ -2,7 +2,6 @@
 @setfilename ../../info/tramp
 @c %**start of header
 @settitle TRAMP User Manual
-@setchapternewpage odd
 @c %**end of header
 
 @c This is *so* much nicer :)
@@ -62,21 +61,15 @@ supports it in developing GNU and promoting software freedom.''
                                  @value{emacsname} remote file access via rsh and rcp.
 @end direntry
 
-@tex
-
 @titlepage
 @title @value{tramp} version @value{trampver} User Manual
-
 @author by Daniel Pittman
 @author based on documentation by Kai Gro@ss{}johann
-
 @page
 @insertcopying
-
 @end titlepage
-@page
 
-@end tex
+@contents
 
 @ifnottex
 @node Top, Overview, (dir), (dir)
@@ -3490,8 +3483,6 @@ for @value{emacsothername}.
 @unnumbered Concept Index
 @printindex cp
 
-@contents
-@c End of tramp.texi - the TRAMP User Manual
 @bye
 
 @c TODO
index fe4dd9bca58836f75929cf19d3e00488ac7958b5..f60952a10f73afff6674980def7174bef47aae55 100644 (file)
 %\global\baselineskip 30pt      % for printing in double space
 @end tex
 @dircategory World Wide Web
-@dircategory GNU Emacs Lisp
+@dircategory Emacs
 @direntry
 * URL: (url).                 URL loading package.
 @end direntry
 
 @copying
-This file documents the URL loading package.
+This file documents the Emacs Lisp URL loading package.
 
 Copyright @copyright{} 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2002,
 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@@ -49,10 +49,14 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
-@page
+@contents
+
 @node Top
 @top URL
 
+@ifnottex
+@insertcopying
+@end ifnottex
 
 @menu
 * Getting Started::             Preparing your program to use URLs.
@@ -1181,8 +1185,6 @@ Connect directly.
 @unnumbered Concept Index
 @printindex cp
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
index b3c0a7ee93082812e3f69ff08dc7529f812253ed..a1ef6b9717a116aef05e85edd513cb3fe99331ee 100644 (file)
@@ -1,5 +1,4 @@
 \input texinfo
-
 @setfilename ../../info/vip
 @settitle VIP
 
@@ -34,13 +33,14 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@finalout
+@contents
+
 @dircategory Emacs
 @direntry
 * VIP: (vip).          An older VI-emulation for Emacs.
 @end direntry
 
-@finalout
-
 @ifnottex
 @node Top, Survey,, (DIR)
 @top VIP
@@ -60,6 +60,8 @@ Comments and bug reports are welcome.  Please send messages to
 @code{ms@@Sail.Stanford.Edu} if you are outside of Japan and to
 @code{masahiko@@sato.riec.tohoku.junet} if you are in Japan.@refill
 
+@insertcopying 
+
 @end ifnottex
 
 @menu
@@ -1943,8 +1945,6 @@ file.
 @unnumbered Concept Index
 @printindex cp
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
index 5f9da080ca8d1b30eb992c50d07b8dc0cdae7940..11f8f214663711f40a8a8460cfde73a44f5671cb 100644 (file)
@@ -47,6 +47,8 @@ developing GNU and promoting software freedom.''
 @insertcopying
 @end titlepage
 
+@contents
+
 @ifnottex
 @node Top, Overview,, (DIR)
 
@@ -93,6 +95,7 @@ Comments and bug reports are welcome.
 @code{kifer@@cs.stonybrook.edu} is the current address for Viper bug reports.
 Please use the Ex command @kbd{:submitReport} for this purpose.@refill
 
+@insertcopying
 @end ifnottex
 
 @menu
@@ -4537,8 +4540,6 @@ zapman@@cc.gatech.edu (Jason Zapman II),
 
 @printindex cp
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
index 0d847debde5ef02871a3648979fe0a9cab077e40..905ead0ec8ae71d47ec568ec4b71c9428299d43c 100644 (file)
@@ -1,12 +1,10 @@
 \input texinfo.tex
-
 @c %**start of header
 @setfilename ../../info/widget
 @settitle The Emacs Widget Library
 @syncodeindex fn cp
 @syncodeindex vr cp
 @syncodeindex ky cp
-@afourpaper
 @c %**end of header
 
 @copying
@@ -33,10 +31,14 @@ developing GNU and promoting software freedom.''
                            facility.
 @end direntry
 
+@contents
+
 @node Top, Introduction, (dir), (dir)
 @comment  node-name,  next,  previous,  up
 @top The Emacs Widget Library
 
+@insertcopying
+
 @menu
 * Introduction::
 * User Interface::
@@ -1826,8 +1828,6 @@ This is an alphabetical listing of all concepts, functions, commands,
 variables, and widgets described in this manual.
 @printindex cp
 
-@setchapternewpage odd
-@contents
 @bye
 
 @ignore
index d53a651c53aaa97354aee77a03634e83cdb0d18c..00248d6aa1ea9a8f561a6611cbf4875d652e4734 100644 (file)
@@ -4,7 +4,7 @@
 @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man''
 @c FIXME
 @c Manual last updated:
-@set UPDATED Time-stamp: <Mon 30-Jun-2008 19:59:42 gm on grasmoor>
+@set UPDATED Time-stamp: <2009-02-16 09:25:50 karl>
 @c Software version:
 @set VERSION 0.54 (beta)
 @afourpaper
@@ -82,6 +82,8 @@ Manual Last Updated @value{UPDATED}
 Queen Mary and Westfield College (University of London)
 Mile End Road, London E1 4NS, UK
 @end display
+
+@insertcopying
 @end ifnottex
 
 @menu