Update Back-Cover text per maintain.info.
[emacs.git] / doc / emacs / emacs-xtra.texi
blobeaaccc1fa66cd8162daec1692bfc38b0c2e65663
1 \input texinfo    @c -*-texinfo-*-
2 @comment %**start of header
3 @setfilename ../../info/emacs-xtra
4 @settitle Specialized Emacs Features
5 @syncodeindex fn cp
6 @syncodeindex vr cp
7 @syncodeindex ky cp
8 @comment %**end of header
10 @copying
11 This manual describes specialized features of Emacs.
13 Copyright @copyright{} 2004, 2005, 2006, 2007, 2008
14 Free Software Foundation, Inc.
16 @quotation
17 Permission is granted to copy, distribute and/or modify this document
18 under the terms of the GNU Free Documentation License, Version 1.2 or
19 any later version published by the Free Software Foundation; with no
20 Invariant Sections, with the Front-Cover texts being ``A GNU
21 Manual,'' and with the Back-Cover Texts as in (a) below.  A copy of the
22 license is included in the section entitled ``GNU Free Documentation
23 License'' in the Emacs manual.
25 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
26 modify this GNU manual.  Buying copies from the FSF supports it in
27 developing GNU and promoting software freedom.''
29 This document is part of a collection distributed under the GNU Free
30 Documentation License.  If you want to distribute this document
31 separately from the collection, you can do so by adding a copy of the
32 license to the document, as described in section 6 of the license.
33 @end quotation
34 @end copying
36 @dircategory Emacs
37 @direntry
38 * Emacs-Xtra: (emacs-xtra).    Specialized Emacs features.
39 @end direntry
41 @titlepage
42 @title Specialized Emacs Features
43 @page
44 @vskip 0pt plus 1filll
45 @insertcopying
46 @end titlepage
48 @contents
50 @ifnottex
51 @node Top
52 @top Specialized Emacs Features
54 @insertcopying
56 @end ifnottex
58 @menu
59 * Introduction::        What documentation belongs here?
60 @iftex
61 * Picture Mode::        Editing pictures made up of characters using 
62                          the quarter-plane screen model.
64 * Autorevert::          Auto Reverting non-file buffers.
65 * Subdir Switches::     Subdirectory switches in Dired.
66 * Advanced Calendar/Diary Usage:: Advanced Calendar/Diary customization.
67 * Emerge::              A convenient way of merging two versions of a program.
68 * Advanced VC Usage::   Advanced VC (version control) features.
69 * Fortran::             Fortran mode and its special features.
70 * MS-DOS::              Using Emacs on MS-DOS (otherwise known as @dfn{MS-DOG}).
71 @end iftex
72 * Index::
73 @end menu
75 @node Introduction
76 @unnumbered Introduction
78 This manual contains detailed information about various features that
79 are too specialized to be included in the printed Emacs manual.  It is
80 intended to be readable by anyone having a basic knowledge of Emacs.
81 However, certain sections may be intended for a more specialized
82 audience, such as Elisp authors.  This should be clearly pointed out
83 at the beginning of these sections.
85 Certain packages, or collections of related features, have their own
86 manuals, separate from the main Emacs User's manual.  This manual is
87 intended as a complement, rather than an alternative, to reading those
88 additional manuals; in a nutshell, it is a collection of smaller
89 specialized features, too small or too obscure to justify their own
90 manual.
92 Sections intended specifically for Elisp programmers can follow the
93 style of the Elisp manual.  Other sections should follow the style of
94 the Emacs manual.
96 @iftex
97 @c ``Picture Mode'' is a chapter, not a section, so it's outside @raisesections.
98 @include picture-xtra.texi
100 @raisesections
101 @include arevert-xtra.texi
103 @include dired-xtra.texi
105 @include cal-xtra.texi
107 @include emerge-xtra.texi
109 @include vc-xtra.texi
111 @include fortran-xtra.texi
113 @include msdog-xtra.texi
115 @lowersections
116 @end iftex
118 @node Index
119 @unnumbered Index
121 @printindex cp
123 @bye
125 @ignore
126    arch-tag: 75c33f13-32c6-41b6-9537-847a312e2e49
127 @end ignore