texinfo-commits
[Top][All Lists]
Advanced

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

texinfo ChangeLog doc/texinfo.txi


From: karl
Subject: texinfo ChangeLog doc/texinfo.txi
Date: Sat, 05 Jan 2013 17:02:09 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     karl <karl>     13/01/05 17:02:09

Modified files:
        .              : ChangeLog 
        doc            : texinfo.txi 

Log message:
        (Chapter Structuring): use @ in node names

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/ChangeLog?cvsroot=texinfo&r1=1.1496&r2=1.1497
http://cvs.savannah.gnu.org/viewcvs/texinfo/doc/texinfo.txi?cvsroot=texinfo&r1=1.510&r2=1.511

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/texinfo/texinfo/ChangeLog,v
retrieving revision 1.1496
retrieving revision 1.1497
diff -u -b -r1.1496 -r1.1497
--- ChangeLog   4 Jan 2013 18:09:22 -0000       1.1496
+++ ChangeLog   5 Jan 2013 17:02:09 -0000       1.1497
@@ -1,3 +1,8 @@
+2013-01-05  Karl Berry  <address@hidden>
+
+       * doc/texinfo.txi (Chapter Structuring): node names with @
+       throughout chapter.
+
 2013-01-04  Karl Berry  <address@hidden>
 
        * doc/texinfo.txi (end titlepage, setchapternewpage,

Index: doc/texinfo.txi
===================================================================
RCS file: /sources/texinfo/texinfo/doc/texinfo.txi,v
retrieving revision 1.510
retrieving revision 1.511
diff -u -b -r1.510 -r1.511
--- doc/texinfo.txi     4 Jan 2013 18:09:23 -0000       1.510
+++ doc/texinfo.txi     5 Jan 2013 17:02:09 -0000       1.511
@@ -1,5 +1,5 @@
 \input texinfo.tex    @c -*-texinfo-*-
address@hidden $Id: texinfo.txi,v 1.510 2013/01/04 18:09:23 karl Exp $
address@hidden $Id: texinfo.txi,v 1.511 2013/01/05 17:02:09 karl Exp $
 @c Ordinarily, Texinfo files have the extension .texi.  But texinfo.texi
 @c clashes with texinfo.tex on 8.3 filesystems, so we use texinfo.txi.
 
@@ -138,7 +138,7 @@
 * Texinfo Mode::                  Using the GNU Emacs Texinfo mode.
 * Beginning a File::              What is at the beginning of a Texinfo file?
 * Ending a File::                 What is at the end of a Texinfo file?
-* Structuring::                   Creating chapters, sections, appendices, etc.
+* Chapter Structuring::           Creating chapters, sections, appendices, etc.
 * Nodes::                         Writing nodes, the basic unit of Texinfo.
 * Menus::                         Writing menus.
 * Cross References::              Writing cross references.
@@ -274,15 +274,15 @@
 
 * Tree Structuring::            A manual is like an upside down tree @dots{}
 * Structuring Command Types::   How to divide a manual into parts.
-* chapter::
-* unnumbered & appendix::
-* majorheading & chapheading::
-* section::
-* unnumberedsec appendixsec heading::
-* subsection::
-* unnumberedsubsec appendixsubsec subheading::
-* subsubsection::               Commands for the lowest level sections.
-* part::                        Collections of chapters.
+* @code{@@chapter}::            Chapter structuring.
+* @code{@@unnumbered @@appendix}::
+* @code{@@majorheading @@chapheading}::
+* @code{@@section}::
+* @code{@@unnumberedsec @@appendixsec @@heading}::
+* @code{@@subsection}::
+* @code{@@unnumberedsubsec @@appendixsubsec @@subheading}::
+* @code{@@subsubsection}::               Commands for the lowest level 
sections.
+* @code{@@part}::                        Collections of chapters.
 * Raise/lower sections::        How to change commands' hierarchical level.
 
 Nodes
@@ -3649,7 +3649,7 @@
 @findex shortcontents
 
 The @code{@@chapter}, @code{@@section}, and other structuring commands
-(@pxref{Structuring}) supply the information to make up a
+(@pxref{Chapter Structuring}) supply the information to make up a
 table of contents, but they do not cause an actual table to appear in
 the manual.  To do this, you must use the @code{@@contents} and/or
 @code{@@summarycontents} command(s).
@@ -4323,8 +4323,9 @@
 (@pxref{Compile-Command,, Using the Local Variables List}).
 
 
address@hidden Structuring
address@hidden Chapter Structuring
 @chapter Chapter Structuring
address@hidden@c old name
 @cindex Chapter structuring
 @cindex Structuring of chapters
 @cindex Sectioning
@@ -4350,15 +4351,15 @@
 @menu
 * Tree Structuring::            A manual is like an upside down tree @dots{}
 * Structuring Command Types::   How to divide a manual into parts.
-* chapter::
-* unnumbered & appendix::
-* majorheading & chapheading::
-* section::
-* unnumberedsec appendixsec heading::
-* subsection::
-* unnumberedsubsec appendixsubsec subheading::
-* subsubsection::               Commands for the lowest level sections.
-* part::                        Collections of chapters.
+* @code{@@chapter}::            Chapter structuring.
+* @code{@@unnumbered @@appendix}::
+* @code{@@majorheading @@chapheading}::
+* @code{@@section}::
+* @code{@@unnumberedsec @@appendixsec @@heading}::
+* @code{@@subsection}::
+* @code{@@unnumberedsubsec @@appendixsubsec @@subheading}::
+* @code{@@subsubsection}::               Commands for the lowest level 
sections.
+* @code{@@part}::                        Collections of chapters.
 * Raise/lower sections::        How to change commands' hierarchical level.
 @end menu
 
@@ -4481,19 +4482,24 @@
 @end tex
 
 
address@hidden chapter
address@hidden @code{@@chapter}
address@hidden chapter
address@hidden @code{@@chapter}
address@hidden @code{@@chapter}: Chapter Structuring
 
address@hidden@@chapter} identifies a chapter in the document.  Write the
-command at the beginning of a line and follow it on the same line by
-the title of the chapter.  The chapter is numbered automatically.
address@hidden@c old name
address@hidden chapter
 
-For example, the present chapter in this manual is entitled ``Chapter
-Structuring''; the @code{@@chapter} line looks like this:
address@hidden@@chapter} identifies a chapter in the document--the highest
+level of the normal document structuring hierarchy.  Write the command
+at the beginning of a line and follow it on the same line by the title
+of the chapter.  The chapter is numbered automatically, starting
address@hidden
+
+For example, the present chapter in this manual is entitled
address@hidden@@chapter}: Chapter Structuring''; the @code{@@chapter} line
+looks like this:
 
 @example
-@@chapter Chapter Structuring
+@@chapter @@address@hidden@@@@address@hidden: Chapter Structuring
 @end example
 
 In @TeX{}, the @code{@@chapter} command produces a chapter heading in
@@ -4506,44 +4512,51 @@
 @example
 @group
 5 Chapter Structuring
-*******************
+*********************
 @end group
 @end example
 
-In HTML, the @code{@@chapter} command produces an @code{<h...>}-level
-header.  In the XML and Docbook output, a @code{<chapter>} element is
-produced that includes all the following sections, up to the next
-chapter.
+In HTML, the @code{@@chapter} command produces an @code{<h2>}-level
+header by default (controlled by the @code{CHAPTER_HEADER_LEVEL}
+customization variable, @pxref{Other Customization Variables}).
+
+In the XML and Docbook output, a @code{<chapter>} element is produced
+that includes all the following sections, up to the next chapter.
+
 
address@hidden @code{@@unnumbered @@appendix}
address@hidden @code{@@unnumbered}, @code{@@appendix}: Chapters with Other 
Labeling
 
address@hidden unnumbered & appendix
address@hidden @code{@@unnumbered} and @code{@@appendix}
address@hidden & address@hidden old name
 @findex unnumbered
 @findex appendix
 
-Use the @code{@@unnumbered} command to create a chapter that appears
-in a printed manual without chapter numbers of any kind.  Use the
address@hidden@@appendix} command to create an appendix in a printed manual
-that is labeled by letter (`A', `B', @dots{}) instead of by number.
+Use the @code{@@unnumbered} command to start a chapter-level element
+that appears without chapter numbers of any kind.  Use the
address@hidden@@appendix} command to start an appendix that is labeled by
+letter (`A', `B', @dots{}) instead of by number; appendices are also
+at the chapter level of structuring.
 
 Write an @code{@@appendix} or @code{@@unnumbered} command at the
-beginning of a line and follow it on the same line by the title, as
-you would if you were creating a chapter.
+beginning of a line and follow it on the same line by the title, 
+just as with @code{@@chapter}.
 
 @findex centerchap
 Texinfo also provides a command @code{@@centerchap}, which is analogous
 to @code{@@unnumbered}, but centers its argument in the printed and HTML 
 outputs.  This kind of stylistic choice is not usually offered by 
 Texinfo.
address@hidden but the Hacker's Dictionary wanted it ...
address@hidden but the Hacker's Dictionary wanted it, before they quit Texinfo.
 
 
address@hidden majorheading & chapheading
address@hidden @code{@@majorheading}, @code{@@chapheading}
address@hidden @code{@@majorheading @@chapheading}
address@hidden @code{@@majorheading}, @code{@@chapheading}: Chapter-level 
Headings
+
address@hidden & address@hidden old name
 @findex majorheading
 @findex chapheading
 
-The @code{@@majorheading} and @code{@@chapheading} commands put
+The @code{@@majorheading} and @code{@@chapheading} commands produce
 chapter-like headings in the body of a document.
 
 However, neither command produces an entry in the table of contents,
@@ -4557,13 +4570,15 @@
 In Info and plain text, the @code{@@majorheading} and
 @code{@@chapheading} commands produce the same output as
 @code{@@chapter}: the title is printed on a line by itself with a line
-of asterisks underneath.  The only difference is the lack of numbering
-and the lack of any association with nodes.  (@xref{chapter,,
address@hidden@@chapter}}.)
+of asterisks underneath.  Similarly for HTML.  The only difference is
+the lack of numbering and the lack of any association with nodes.
address@hidden@code{@@chapter}}.
+
 
address@hidden @code{@@section}
address@hidden @code{@@section}: Sections Below Chapters
 
address@hidden section
address@hidden @code{@@section}
address@hidden@c old name
 @findex section
 
 An @code{@@section} command identifies a section within a chapter
@@ -4575,7 +4590,7 @@
 within an @code{@@unnumbered} chapter, the section gets no number.
 The output is underlined with @samp{=} in Info and plain text.
 
-To create a section, write the @code{@@section} command at the
+To make a section, write the @code{@@section} command at the
 beginning of a line and follow it on the same line by the section
 title.  For example,
 
@@ -4596,12 +4611,13 @@
 Section titles are listed in the table of contents.
 
 The @TeX{}, HTML, Docbook, and XML output is all analogous to the
-chapter-level output, just ``one level down''; @pxref{chapter,,
address@hidden@@chapter}}.
+chapter-level output, just ``one level down''; @address@hidden@@chapter}}.
 
 
address@hidden unnumberedsec appendixsec heading
address@hidden @code{@@unnumberedsec @@appendixsec @@heading}
 @section @code{@@unnumberedsec}, @code{@@appendixsec}, @code{@@heading}
+
address@hidden appendixsec address@hidden old name
 @findex unnumberedsec
 @findex appendixsec
 @findex heading
@@ -4638,13 +4654,15 @@
 @end table
 
 
address@hidden subsection
address@hidden The @code{@@subsection} Command
address@hidden @code{@@subsection}
address@hidden @code{@@subsection}: Subsections Below Sections
+
address@hidden@c old name
 @findex subsection
 
-Subsections are to sections as sections are to chapters.
-(@xref{section, , @code{@@section}}.)  In Info and plain text,
-subsection titles are underlined with @samp{-}.  For example,
+Subsections are to sections as sections are to chapters;
address@hidden@code{@@section}}.  In Info and plain text, subsection titles
+are underlined with @samp{-}.  For example,
 
 @example
 @@subsection This is a subsection
@@ -4663,26 +4681,28 @@
 Subsection titles are listed in the table of contents.
 
 The @TeX{}, HTML, Docbook, and XML output is all analogous to the
-chapter-level output, just ``two levels down''; @pxref{chapter,,
address@hidden@@chapter}}.
+chapter-level output, just ``two levels down'';
address@hidden@code{@@chapter}}.
 
 
address@hidden unnumberedsubsec appendixsubsec subheading
address@hidden @code{@@unnumberedsubsec @@appendixsubsec @@subheading}
 @section The @code{@@subsection}-like Commands
address@hidden Subsection-like commands
+
address@hidden appendixsubsec address@hidden old name
 @findex unnumberedsubsec
 @findex appendixsubsec
 @findex subheading
address@hidden Subsection-like commands
 
 The @code{@@unnumberedsubsec}, @code{@@appendixsubsec}, and
 @code{@@subheading} commands are, respectively, the unnumbered,
 appendix-like, and heading-like equivalents of the @code{@@subsection}
-command.  (@xref{subsection, , @code{@@subsection}}.)
+command.  (@address@hidden@@subsection}}.)
 
 @code{@@unnumberedsubsec} and @code{@@appendixsubsec} do not need to
 be used in ordinary circumstances, because @code{@@subsection} may
 also be used within sections of @code{@@unnumbered} and
address@hidden@@appendix} chapters (@pxref{section,,@code{section}}).
address@hidden@@appendix} chapters (@address@hidden@@section}}).
 
 An @code{@@subheading} command produces a heading like that of a
 subsection except that it is not numbered and does not appear in the
@@ -4695,13 +4715,15 @@
 underlined with hyphens.
 
 
address@hidden subsubsection
address@hidden The `subsub' Commands
address@hidden Subsub commands
address@hidden @code{@@subsubsection}
address@hidden @code{@@subsection} and Other Subsub Commands
+
address@hidden@c old name
 @findex subsubsection
 @findex unnumberedsubsubsec
 @findex appendixsubsubsec
 @findex subsubheading
address@hidden Subsub sectioning commands
 
 The fourth and lowest level sectioning commands in Texinfo are the
 `subsub' commands.  They are:
@@ -4709,8 +4731,8 @@
 @table @code
 @item @@subsubsection
 Subsubsections are to subsections as subsections are to sections.
-(@xref{subsection, , @code{@@subsection}}.)  Subsubsection titles 
-appear in the table of contents.
+(@address@hidden@@subsection}}.)  Subsubsection titles appear in the
+table of contents.
 
 @item @@unnumberedsubsubsec
 Unnumbered subsubsection titles appear in the table of contents, 
@@ -4750,11 +4772,10 @@
 @end example
 
 The @TeX{}, HTML, Docbook, and XML output is all analogous to the
-chapter-level output, just ``three levels down''; @pxref{chapter,,
address@hidden@@chapter}}.
+chapter-level output, just ``three levels down''; @address@hidden@@chapter}}.
 
 
address@hidden part
address@hidden @code{@@part}
 @section @code{@@part}: Groups of Chapters
 @findex part
 @cindex Part pages
@@ -4814,7 +4835,7 @@
 
 
 @node Raise/lower sections
address@hidden @code{@@raisesections} and @code{@@lowersections}
address@hidden Raise/lower Sections: @code{@@raisesections} and 
@code{@@lowersections}
 @findex raisesections
 @findex lowersections
 @cindex Raising and lowering sections
@@ -4843,7 +4864,7 @@
 @end example
 
 @noindent (Without the @code{@@raisesections}, all the subsequent
-sections would also be lowered.)
+sections in the main file would also be lowered.)
 
 If the included file being lowered has an @code{@@top} node, you'll
 need to conditionalize its inclusion with a flag (@pxref{set value}).
@@ -4854,9 +4875,9 @@
 organized document to determine the pointers, you cannot just
 arbitrarily sprinkle @code{@@raisesections} and @code{@@lowersections}
 commands throughout the document.  The final result has to have menus
-that take the raising and lowering into account.  Therefore, as a
-practical matter, you generally only want to raise or lower large
-chunks, usually in external files as shown above.
+that take the raising and lowering into account.  So, as a practical
+matter, you generally only want to raise or lower large chunks,
+usually in external files as shown above.
 
 Repeated use of the commands continues to raise or lower the
 hierarchical level a step at a time.  An attempt to raise above
@@ -4864,7 +4885,7 @@
 `subsubsection' reproduces subsubsection commands.  Also, lowered
 subsubsections and raised chapters will not work with
 @command{makeinfo}'s feature of implicitly determining node pointers,
-since the menu structure cannot be correct.
+since the menu structure cannot be represented correctly.
 
 Write each @code{@@raisesections} and @code{@@lowersections} command
 on a line of its own.
@@ -5248,8 +5269,7 @@
 (needed if your manual uses implicit node pointers).
 
 It produces the same sort of output as @code{@@unnumbered}
-(@pxref{unnumbered & appendix,, @code{@@unnumbered} and
address@hidden@@appendix}}).
+(@address@hidden@@unnumbered @@appendix}}).
 
 The @code{@@top} node is conventionally wrapped in an
 @code{@@ifnottex} conditional so that it will not appear in @TeX{}
@@ -19881,27 +19901,26 @@
 
 @item @@appendix @var{title}
 Begin an appendix.  The title appears in the table of contents.  In
-Info, the title is underlined with asterisks.  @xref{unnumbered &
-appendix, , The @code{@@unnumbered} and @code{@@appendix} Commands}.
+Info, the title is underlined with asterisks.
address@hidden@code{@@unnumbered @@appendix}}.
 
 @item @@appendixsec @var{title}
 @itemx @@appendixsection @var{title}
 Begin an appendix section within an appendix.  The section title
 appears in the table of contents.  In Info, the title is underlined
 with equal signs.  @code{@@appendixsection} is a longer spelling of
-the @code{@@appendixsec} command.  @xref{unnumberedsec appendixsec
-heading, , Section Commands}.
+the @code{@@appendixsec} command.  @address@hidden@@unnumberedsec
+@@appendixsec @@heading}}.
 
 @item @@appendixsubsec @var{title}
 Begin an appendix subsection.  The title appears in the table of
 contents.  In Info, the title is underlined with hyphens.
address@hidden appendixsubsec subheading, , Subsection
-Commands}.
address@hidden@code{@@unnumberedsubsec @@appendixsubsec @@subheading}}.
 
 @item @@appendixsubsubsec @var{title}
 Begin an appendix subsubsection.  The title appears in the table of
 contents.  In Info, the title is underlined with periods.
address@hidden,, The `subsub' Commands}.
address@hidden@code{@@subsubsection}}.
 
 @item @@address@hidden@}
 Generate a right arrow glyph: @address@hidden  Used by default
@@ -19946,19 +19965,17 @@
 @address@hidden@@titlefont @@center @@sp}}.
 
 @item @@centerchap @var{line-of-text}
-Like @code{@@chapter}, but centers the chapter title.  @xref{chapter,,
address@hidden@@chapter}}.
+Like @code{@@chapter}, but centers the chapter title.  
@address@hidden@@chapter}}.
 
 @item @@chapheading @var{title}
 Print an unnumbered chapter-like heading, but omit from the table of
 contents.  In Info, the title is underlined with asterisks.
address@hidden & chapheading, , @code{@@majorheading} and
address@hidden@@chapheading}}.
address@hidden@code{@@majorheading @@chapheading}}.
 
 @item @@chapter @var{title}
 Begin a numbered chapter.  The chapter title appears in the table of
 contents.  In Info, the title is underlined with asterisks.
address@hidden, , @code{@@chapter}}.
address@hidden@code{@@chapter}}.
 
 @item @@cindex @var{entry}
 Add @var{entry} to the index of concepts.  @xref{Index Entries, ,
@@ -20389,7 +20406,7 @@
 @item @@heading @var{title}
 Print an unnumbered section-like heading, but omit from the table of
 contents.  In Info, the title is underlined with equal signs.
address@hidden appendixsec heading, , Section Commands}.
address@hidden@code{@@unnumberedsec @@appendixsec @@heading}}.
 
 @item @@headings @var{on-off-single-double}
 Turn page headings on or off, and/or specify single-sided or double-sided
@@ -20572,10 +20589,10 @@
 Pair with @code{@@end macro}.  @xref{Defining Macros}.
 
 @item @@majorheading @var{title}
-Print an unnumbered chapter-like heading, but omit from
-the table of contents.  This generates more vertical whitespace before
-the heading than the @code{@@chapheading} command.  @xref{majorheading
-& chapheading, , @code{@@majorheading} and @code{@@chapheading}}.
+Print an unnumbered chapter-like heading, but omit from the table of
+contents.  This generates more vertical whitespace before the heading
+than the @code{@@chapheading} command.  @address@hidden@@majorheading
+@@chapheading}}.
 
 @item @@address@hidden@address@hidden
 Format a mathematical expression.
@@ -20654,7 +20671,7 @@
 @item @@part @var{title}
 Begin a group of chapters or appendixes; included in the tables of
 contents and produces a page of its own in printed output.
address@hidden,, @code{@@part}}.
address@hidden@code{@@part}}.
 
 @item @@pindex @var{entry}
 Add @var{entry} to the index of programs.  @xref{Index Entries, , Defining
@@ -20713,8 +20730,7 @@
 
 @item @@raisesections
 Change subsequent sections to chapters, subsections to sections, and so
-on.  @xref{Raise/lower sections, , @code{@@raisesections} and
address@hidden@@lowersections}}.
+on.  @xref{Raise/lower sections}.
 
 @item @@address@hidden@var{node}, address@hidden, address@hidden, 
address@hidden, address@hidden@}
 Make a plain reference that does not start with any special text.
@@ -20847,27 +20863,24 @@
 @item @@subheading @var{title}
 Print an unnumbered subsection-like heading, but omit from the table
 of contents of a printed manual.  In Info, the title is underlined
-with hyphens.  @xref{unnumberedsubsec appendixsubsec subheading, ,
address@hidden@@unnumberedsubsec} @code{@@appendixsubsec}
address@hidden@@subheading}}.
+with hyphens.  @address@hidden@@unnumberedsubsec @@appendixsubsec 
@@subheading}}.
 
 @item @@subsection @var{title}
 Begin a subsection within a section.  The subsection title appears in
 the table of contents.  In Info, the title is underlined with hyphens.
-Same context-dependent numbering as @code{@@section}.  @xref{subsection, ,
address@hidden@@subsection}}.
+Same context-dependent numbering as @code{@@section}.
address@hidden@code{@@subsection}}.
 
 @item @@subsubheading @var{title}
 Print an unnumbered subsubsection-like heading, but omit from the
 table of contents of a printed manual.  In Info, the title is
-underlined with periods.  @xref{subsubsection, , The `subsub'
-Commands}.
+underlined with periods.  @address@hidden@@subsubsection}}.
 
 @item @@subsubsection @var{title}
 Begin a subsubsection within a subsection.  The subsubsection title
 appears in the table of contents.  In Info, the title is underlined
 with periods.  Same context-dependent numbering as @code{@@section}.
address@hidden, , The `subsub' Commands}.
address@hidden@code{@@subsubsection}}.
 
 @item @@subtitle @var{title}
 In a printed manual, set a subtitle in a normal sized font flush to
@@ -20989,26 +21002,23 @@
 @item @@unnumbered @var{title}
 Begin a chapter that appears without chapter numbers of any kind.  The
 title appears in the table of contents.  In Info, the title is
-underlined with asterisks.  @xref{unnumbered & appendix, ,
address@hidden@@unnumbered} and @code{@@appendix}}.
+underlined with asterisks.  @address@hidden@@unnumbered @@appendix}}.
 
 @item @@unnumberedsec @var{title}
 Begin a section that appears without section numbers of any kind.  The
 title appears in the table of contents of a printed manual.  In Info,
-the title is underlined with equal signs.  @xref{unnumberedsec
-appendixsec heading, , Section Commands}.
+the title is underlined with equal signs.  @address@hidden@@unnumberedsec
+@@appendixsec @@heading}}.
 
 @item @@unnumberedsubsec @var{title}
 Begin an unnumbered subsection.  The title appears in the table of
 contents.  In Info, the title is underlined with hyphens.
address@hidden appendixsubsec subheading, ,
address@hidden@@unnumberedsubsec} @code{@@appendixsubsec}
address@hidden@@subheading}}.
address@hidden@code{@@unnumberedsubsec @@appendixsubsec @@subheading}}.
 
 @item @@unnumberedsubsubsec @var{title}
 Begin an unnumbered subsubsection.  The title appears in the table of
 contents.  In Info, the title is underlined with periods.
address@hidden, , The `subsub' Commands}.
address@hidden@code{@@subsubsection}}.
 
 @item @@address@hidden@var{url}[, @var{displayed-text}][, @address@hidden
 @itemx @@address@hidden@var{url}[, @var{displayed-text}][, @address@hidden
@@ -21749,7 +21759,7 @@
 as:
 
 @example
-$Id: texinfo.txi,v 1.510 2013/01/04 18:09:23 karl Exp $
+$Id: texinfo.txi,v 1.511 2013/01/05 17:02:09 karl Exp $
 @end example
 
 (This is potentially useful in all sources that use version control,



reply via email to

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