1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 08:31:35 -08:00

Port documentation to Texinfo 5.0.

This commit is contained in:
Paul Eggert 2013-02-20 18:42:30 -08:00
parent 6bcd97a44a
commit 2fce4cd861
7 changed files with 24 additions and 14 deletions

View file

@ -4583,7 +4583,7 @@ argument to the value returned by its second argument.
@item buffer-name @item buffer-name
Without an argument, return the name of the buffer, as a string. Without an argument, return the name of the buffer, as a string.
@itemx buffer-file-name @item buffer-file-name
Without an argument, return the name of the file the buffer is Without an argument, return the name of the file the buffer is
visiting. visiting.

View file

@ -83,8 +83,8 @@ handling the sort of tasks accomplished by those tools.
* GNU Free Documentation License:: The license for this documentation. * GNU Free Documentation License:: The license for this documentation.
* Concept Index:: * Concept Index::
* Function and Variable Index:: * Function and Variable Index::
* Key Index::
* Command Index:: * Command Index::
* Key Index::
@end menu @end menu
@node What is Eshell? @node What is Eshell?
@ -285,8 +285,8 @@ history and invoking commands in a script file.
@menu @menu
* Invocation:: * Invocation::
* Arguments:: * Arguments::
* Variables::
* Built-ins:: * Built-ins::
* Variables::
* Aliases:: * Aliases::
* History:: * History::
* Completion:: * Completion::
@ -465,7 +465,7 @@ Uses TRAMP's @command{su} or @command{sudo} method to run a command via
@end table @end table
@section Built-in variables @subsection Built-in variables
Eshell knows a few built-in variables: Eshell knows a few built-in variables:
@table @code @table @code

View file

@ -3,8 +3,8 @@
@c %**start of header @c %**start of header
@c Copyright (C) 1995, 2001-2013 Free Software Foundation, Inc. @c Copyright (C) 1995, 2001-2013 Free Software Foundation, Inc.
@c @c
@setfilename gnus-faq.info @c @setfilename gnus-faq.info
@settitle Frequently Asked Questions @c @settitle Frequently Asked Questions
@c %**end of header @c %**end of header
@c @c
@ -41,7 +41,7 @@ Please submit features and suggestions to the
@email{ding@@gnus.org, ding list}. @email{ding@@gnus.org, ding list}.
@node FAQ - Changes @node FAQ - Changes
@subheading Changes @subsection Changes
@ -57,7 +57,7 @@ reference to discontinued service.
@end itemize @end itemize
@node FAQ - Introduction @node FAQ - Introduction
@subheading Introduction @subsection Introduction
This is the Gnus Frequently Asked Questions list. This is the Gnus Frequently Asked Questions list.

View file

@ -14541,6 +14541,7 @@ maildir, for instance.
@menu @menu
* Mail Source Specifiers:: How to specify what a mail source is. * Mail Source Specifiers:: How to specify what a mail source is.
* Mail Source Functions::
* Mail Source Customization:: Some variables that influence things. * Mail Source Customization:: Some variables that influence things.
* Fetching Mail:: Using the mail source specifiers. * Fetching Mail:: Using the mail source specifiers.
@end menu @end menu
@ -15000,6 +15001,7 @@ useful when you use local mail and news.
@end table @end table
@end table @end table
@node Mail Source Functions
@subsubsection Function Interface @subsubsection Function Interface
Some of the above keywords specify a Lisp function to be executed. Some of the above keywords specify a Lisp function to be executed.
@ -16068,6 +16070,10 @@ Spool}).
* Mail Spool:: Store your mail in a private spool? * Mail Spool:: Store your mail in a private spool?
* MH Spool:: An mhspool-like back end. * MH Spool:: An mhspool-like back end.
* Maildir:: Another one-file-per-message format. * Maildir:: Another one-file-per-message format.
* nnmaildir Group Parameters::
* Article Identification::
* NOV Data::
* Article Marks::
* Mail Folders:: Having one file for each group. * Mail Folders:: Having one file for each group.
* Comparing Mail Back Ends:: An in-depth looks at pros and cons. * Comparing Mail Back Ends:: An in-depth looks at pros and cons.
@end menu @end menu
@ -16375,6 +16381,7 @@ different in the future. If your split rules create new groups,
remember to supply a @code{create-directory} server parameter. remember to supply a @code{create-directory} server parameter.
@end table @end table
@node nnmaildir Group Parameters
@subsubsection Group parameters @subsubsection Group parameters
@code{nnmaildir} uses several group parameters. It's safe to ignore @code{nnmaildir} uses several group parameters. It's safe to ignore
@ -16485,6 +16492,7 @@ that are either marked with @code{tick} or not marked with
@code{read}, plus a little extra. @code{read}, plus a little extra.
@end table @end table
@node Article Identification
@subsubsection Article identification @subsubsection Article identification
Articles are stored in the @file{cur/} subdirectory of each maildir. Articles are stored in the @file{cur/} subdirectory of each maildir.
Each article file is named like @code{uniq:info}, where @code{uniq} Each article file is named like @code{uniq:info}, where @code{uniq}
@ -16497,6 +16505,7 @@ about the corresponding article. The full pathname of an article is
available in the variable @code{nnmaildir-article-file-name} after you available in the variable @code{nnmaildir-article-file-name} after you
request the article in the summary buffer. request the article in the summary buffer.
@node NOV Data
@subsubsection NOV data @subsubsection NOV data
An article identified by @code{uniq} has its @acronym{NOV} data (used An article identified by @code{uniq} has its @acronym{NOV} data (used
to generate lines in the summary buffer) stored in to generate lines in the summary buffer) stored in
@ -16510,6 +16519,7 @@ file, but @emph{beware}: this will also cause @code{nnmaildir} to
assign a new article number for this article, which may cause trouble assign a new article number for this article, which may cause trouble
with @code{seen} marks, the Agent, and the cache. with @code{seen} marks, the Agent, and the cache.
@node Article Marks
@subsubsection Article marks @subsubsection Article marks
An article identified by @code{uniq} is considered to have the mark An article identified by @code{uniq} is considered to have the mark
@code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists. @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
@ -25850,8 +25860,8 @@ of all messages matching a particular set of criteria.
@menu @menu
* Gnus Registry Setup:: * Gnus Registry Setup::
* Fancy splitting to parent::
* Registry Article Refer Method:: * Registry Article Refer Method::
* Fancy splitting to parent::
* Store custom flags and keywords:: * Store custom flags and keywords::
* Store arbitrary data:: * Store arbitrary data::
@end menu @end menu

View file

@ -520,7 +520,7 @@ Regression tests from the older Semantic 1.x API.
@node Glossary @node Glossary
@appendix Glossary @appendix Glossary
@table @keyword @table @asis
@item BNF @item BNF
In semantic 1.4, a BNF file represented ``Bovine Normal Form'', the In semantic 1.4, a BNF file represented ``Bovine Normal Form'', the
grammar file used for the 1.4 parser generator. This was a play on grammar file used for the 1.4 parser generator. This was a play on

View file

@ -223,7 +223,7 @@ Text in speedbar consists of four different types of data. Knowing how
to read these textual elements will make it easier to navigate by to read these textual elements will make it easier to navigate by
identifying the types of data available. identifying the types of data available.
@subsubsection Groups @subsection Groups
@cindex groups @cindex groups
Groups summarize information in a single line, and provide a high level Groups summarize information in a single line, and provide a high level

View file

@ -144,9 +144,6 @@ For the end user:
* Usage:: An overview of the operation of @value{tramp}. * Usage:: An overview of the operation of @value{tramp}.
* Bug Reports:: Reporting Bugs and Problems. * Bug Reports:: Reporting Bugs and Problems.
* Frequently Asked Questions:: Questions and answers from the mailing list. * Frequently Asked Questions:: Questions and answers from the mailing list.
* Function Index:: @value{tramp} functions.
* Variable Index:: User options and variables.
* Concept Index:: An item for each concept.
For the developer: For the developer:
@ -155,6 +152,9 @@ For the developer:
* Issues:: Debatable Issues and What Was Decided. * Issues:: Debatable Issues and What Was Decided.
* GNU Free Documentation License:: The license for this documentation. * GNU Free Documentation License:: The license for this documentation.
* Function Index:: @value{tramp} functions.
* Variable Index:: User options and variables.
* Concept Index:: An item for each concept.
@detailmenu @detailmenu
--- The Detailed Node Listing --- --- The Detailed Node Listing ---