diff options
author | Glenn Morris <rgm@gnu.org> | 2014-01-02 19:07:20 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-01-02 19:07:20 -0800 |
commit | 4a970ff58d74df85f4c20b48c36edb5f58683cfe (patch) | |
tree | 176442454f9ba46299d829215b31977cbd942114 | |
parent | 33306400fb40555f666b2064e09b331e3a41c244 (diff) |
* doc/misc/dbus.texi, nxml-mode.texi, widget.texi: Add titlepage.
-rw-r--r-- | doc/misc/ChangeLog | 2 | ||||
-rw-r--r-- | doc/misc/dbus.texi | 8 | ||||
-rw-r--r-- | doc/misc/nxml-mode.texi | 11 | ||||
-rw-r--r-- | doc/misc/widget.texi | 8 |
4 files changed, 29 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 9eb485e1da..78c6893185 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,5 +1,7 @@ 2014-01-03 Glenn Morris <rgm@gnu.org> + * dbus.texi, nxml-mode.texi, widget.texi: Add titlepage. + * ert.texi: Add a titlepage. Use @insertcopying. * calc.texi (Top): Use @top rather than @chapter. diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi index 9375e03c4e..4e332baee8 100644 --- a/doc/misc/dbus.texi +++ b/doc/misc/dbus.texi @@ -29,6 +29,14 @@ modify this GNU manual.'' * D-Bus: (dbus). Using D-Bus in Emacs. @end direntry +@titlepage +@title Using D-Bus in Emacs +@page +@vskip 0pt plus 1filll +@insertcopying +@end titlepage + + @contents diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi index d5e92ed218..b8b69da443 100644 --- a/doc/misc/nxml-mode.texi +++ b/doc/misc/nxml-mode.texi @@ -28,6 +28,17 @@ modify this GNU manual.'' * nXML Mode: (nxml-mode). XML editing mode with RELAX NG support. @end direntry + +@titlepage +@title nXML mode +@page +@vskip 0pt plus 1filll +@insertcopying +@end titlepage + +@contents + + @node Top @top nXML Mode diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi index aa94da3c46..0cf687acc1 100644 --- a/doc/misc/widget.texi +++ b/doc/misc/widget.texi @@ -29,6 +29,14 @@ modify this GNU manual.'' Customization facility. @end direntry + +@titlepage +@title The Emacs Widget Library +@page +@vskip 0pt plus 1filll +@insertcopying +@end titlepage + @contents @node Top |