diff options
author | yonirabkin <yonirabkin> | 2005-11-27 08:56:00 +0000 |
---|---|---|
committer | yonirabkin <mwolson@gnu.org> | 2005-11-27 08:56:00 +0000 |
commit | 5773f6565cc179593020af642e75465cfbfbc42e (patch) | |
tree | fce08e3c6ddc8fba16d83c7aa5d762c19ec28c4c | |
parent | baf748f1c895767a356f4b7053495cf3e9da4a93 (diff) |
fix manual sectioning
darcs-hash:20051127085636-be80e-51967ab6da702cc6bba6c1d53eaa16f8828f9eb6.gz
-rw-r--r-- | emms.texinfo | 32 | ||||
-rw-r--r-- | fdl.texi | 2 | ||||
-rw-r--r-- | gpl.texi | 2 |
3 files changed, 16 insertions, 20 deletions
diff --git a/emms.texinfo b/emms.texinfo index d7490cc..b4473d8 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -8,14 +8,8 @@ @c release of Emms version 2. @c As a rule, modules which are stable enough to be included into the -@c `emms-all' setup level should be documented. - -@c FIXME: Stuff slated for addition to the manual: -@c emms-mode-line - -@c FIXME: Should emms-playlist-mode-save-buffer be a part of -@c emms-playlist-mode? Probably not. This should be raised in the -@c forum of our quaint and sleepy mailing list. +@c `emms-all' setup level should be documented. That is, any feature +@c which is considered stable should be included. @dircategory Emacs @direntry @@ -23,7 +17,7 @@ @end direntry @copying - @copyright{} (c) 2004, 2005 + @copyright{} 2004, 2005 Yoni Rabkin, Jorgen Schaefer, Mario Domgoergen @quotation Permission is granted to copy, distribute and/or modify this document @@ -48,16 +42,11 @@ Documentation License". @c END For printed material @ifnottex -@node Top, Copying, (dir), (dir) +@node Top, Introduction, (dir), (dir) @top Emms Manual This is the Manual for the Emacs Multimedia System @menu -* Copying:: The GNU General Public License gives you permission to - redistribute Emms on certain terms; it also explains - that there is no warranty. -* The GNU FDL:: The license for this documentation. - Starting out * Introduction:: Introduction to Emms. * Installation:: How to install Emms on your System. @@ -77,6 +66,12 @@ Advanced Features * Extending Emms:: How to define new players and modules. * Streaming Audio:: Interface to streaming audio. +Copying and license +* Copying:: The GNU General Public License gives you permission to + redistribute Emms on certain terms; it also explains + that there is no warranty. +* The GNU FDL:: The license for this documentation. + Indices * Concept Index:: * Function Index:: @@ -109,9 +104,6 @@ Extending Emms @end ifnottex -@c including the relevant licenses -@include gpl.texi -@include fdl.texi @node Introduction @chapter Introduction @@ -1061,6 +1053,10 @@ bookmark under point. Note that this will only work if the `emms-stream-info' has already been loaded. @end table +@c including the relevant licenses +@include gpl.texi +@include fdl.texi + @node Concept Index @unnumbered Concept Index @printindex cp @@ -1,4 +1,4 @@ -@node The GNU FDL, Introduction, Copying, Top +@node The GNU FDL, Concept Index, Copying, Top @chapter GNU Free Documentation License @cindex FDL, GNU Free Documentation License @@ -1,4 +1,4 @@ -@node Copying, The GNU FDL, Top, Top +@node Copying, The GNU FDL, Streaming Audio, Top @unnumbered GNU GENERAL PUBLIC LICENSE @center Version 2, June 1991 |