emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111840: Port documentation to Texinf


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111840: Port documentation to Texinfo 5.0.
Date: Wed, 20 Feb 2013 18:42:30 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111840
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2013-02-20 18:42:30 -0800
message:
  Port documentation to Texinfo 5.0.
modified:
  doc/lispintro/emacs-lisp-intro.texi
  doc/misc/eshell.texi
  doc/misc/gnus-faq.texi
  doc/misc/gnus.texi
  doc/misc/semantic.texi
  doc/misc/speedbar.texi
  doc/misc/tramp.texi
=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2013-01-02 16:13:04 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2013-02-21 02:42:30 +0000
@@ -4583,7 +4583,7 @@
 @item buffer-name
 Without an argument, return the name of the buffer, as a string.
 
address@hidden buffer-file-name
address@hidden buffer-file-name
 Without an argument, return the name of the file the buffer is
 visiting.
 

=== modified file 'doc/misc/eshell.texi'
--- a/doc/misc/eshell.texi      2013-02-18 18:27:51 +0000
+++ b/doc/misc/eshell.texi      2013-02-21 02:42:30 +0000
@@ -83,8 +83,8 @@
 * GNU Free Documentation License:: The license for this documentation.
 * Concept Index::
 * Function and Variable Index::
+* Command Index::
 * Key Index::
-* Command Index::
 @end menu
 
 @node What is Eshell?
@@ -285,8 +285,8 @@
 @menu
 * Invocation::
 * Arguments::
+* Built-ins::
 * Variables::
-* Built-ins::
 * Aliases::
 * History::
 * Completion::
@@ -465,7 +465,7 @@
 
 @end table
 
address@hidden Built-in variables
address@hidden Built-in variables
 Eshell knows a few built-in variables:
 
 @table @code

=== modified file 'doc/misc/gnus-faq.texi'
--- a/doc/misc/gnus-faq.texi    2013-02-12 17:36:54 +0000
+++ b/doc/misc/gnus-faq.texi    2013-02-21 02:42:30 +0000
@@ -3,8 +3,8 @@
 @c %**start of header
 @c Copyright (C) 1995, 2001-2013 Free Software Foundation, Inc.
 @c
address@hidden gnus-faq.info
address@hidden Frequently Asked Questions
address@hidden @setfilename gnus-faq.info
address@hidden @settitle Frequently Asked Questions
 @c %**end of header
 @c
 
@@ -41,7 +41,7 @@
 @email{ding@@gnus.org, ding list}.
 
 @node FAQ - Changes
address@hidden Changes
address@hidden Changes
 
 
 
@@ -57,7 +57,7 @@
 @end itemize
 
 @node FAQ - Introduction
address@hidden Introduction
address@hidden Introduction
 
 This is the Gnus Frequently Asked Questions list.
 

=== modified file 'doc/misc/gnus.texi'
--- a/doc/misc/gnus.texi        2013-02-13 04:31:09 +0000
+++ b/doc/misc/gnus.texi        2013-02-21 02:42:30 +0000
@@ -14541,6 +14541,7 @@
 
 @menu
 * Mail Source Specifiers::      How to specify what a mail source is.
+* Mail Source Functions::
 * Mail Source Customization::   Some variables that influence things.
 * Fetching Mail::               Using the mail source specifiers.
 @end menu
@@ -15000,6 +15001,7 @@
 @end table
 @end table
 
address@hidden Mail Source Functions
 @subsubsection Function Interface
 
 Some of the above keywords specify a Lisp function to be executed.
@@ -16068,6 +16070,10 @@
 * Mail Spool::                  Store your mail in a private spool?
 * MH Spool::                    An mhspool-like back end.
 * Maildir::                     Another one-file-per-message format.
+* nnmaildir Group Parameters::
+* Article Identification::
+* NOV Data::
+* Article Marks::
 * Mail Folders::                Having one file for each group.
 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
 @end menu
@@ -16375,6 +16381,7 @@
 remember to supply a @code{create-directory} server parameter.
 @end table
 
address@hidden nnmaildir Group Parameters
 @subsubsection Group parameters
 
 @code{nnmaildir} uses several group parameters.  It's safe to ignore
@@ -16485,6 +16492,7 @@
 @code{read}, plus a little extra.
 @end table
 
address@hidden Article Identification
 @subsubsection Article identification
 Articles are stored in the @file{cur/} subdirectory of each maildir.
 Each article file is named like @code{uniq:info}, where @code{uniq}
@@ -16497,6 +16505,7 @@
 available in the variable @code{nnmaildir-article-file-name} after you
 request the article in the summary buffer.
 
address@hidden NOV Data
 @subsubsection NOV data
 An article identified by @code{uniq} has its @acronym{NOV} data (used
 to generate lines in the summary buffer) stored in
@@ -16510,6 +16519,7 @@
 assign a new article number for this article, which may cause trouble
 with @code{seen} marks, the Agent, and the cache.
 
address@hidden Article Marks
 @subsubsection Article marks
 An article identified by @code{uniq} is considered to have the mark
 @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
@@ -25850,8 +25860,8 @@
 
 @menu
 * Gnus Registry Setup::
+* Registry Article Refer Method::
 * Fancy splitting to parent::
-* Registry Article Refer Method::
 * Store custom flags and keywords::
 * Store arbitrary data::
 @end menu

=== modified file 'doc/misc/semantic.texi'
--- a/doc/misc/semantic.texi    2013-01-01 09:11:05 +0000
+++ b/doc/misc/semantic.texi    2013-02-21 02:42:30 +0000
@@ -520,7 +520,7 @@
 @node Glossary
 @appendix Glossary
 
address@hidden @keyword
address@hidden @asis
 @item BNF
 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

=== modified file 'doc/misc/speedbar.texi'
--- a/doc/misc/speedbar.texi    2013-02-13 04:31:09 +0000
+++ b/doc/misc/speedbar.texi    2013-02-21 02:42:30 +0000
@@ -223,7 +223,7 @@
 to read these textual elements will make it easier to navigate by
 identifying the types of data available.
 
address@hidden Groups
address@hidden Groups
 @cindex groups
 
 Groups summarize information in a single line, and provide a high level

=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2013-02-20 14:49:52 +0000
+++ b/doc/misc/tramp.texi       2013-02-21 02:42:30 +0000
@@ -144,9 +144,6 @@
 * Usage::                       An overview of the operation of @value{tramp}.
 * Bug Reports::                 Reporting Bugs and Problems.
 * 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:
 
@@ -155,6 +152,9 @@
 * Issues::                      Debatable Issues and What Was Decided.
 
 * 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
  --- The Detailed Node Listing ---


reply via email to

[Prev in Thread] Current Thread [Next in Thread]