texinfo-commits
[Top][All Lists]
Advanced

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

[5529] unintended test commit, tweak doc


From: karl
Subject: [5529] unintended test commit, tweak doc
Date: Wed, 07 May 2014 22:06:11 +0000

Revision: 5529
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=5529
Author:   karl
Date:     2014-05-07 22:06:11 +0000 (Wed, 07 May 2014)
Log Message:
-----------
unintended test commit, tweak doc

Modified Paths:
--------------
    trunk/Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm

Modified: trunk/Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm
===================================================================
--- trunk/Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm  2014-05-07 22:02:36 UTC 
(rev 5528)
+++ trunk/Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm  2014-05-07 22:06:11 UTC 
(rev 5529)
@@ -1,6 +1,6 @@
 # Texinfo.pm: format Pod as Texinfo.
 #
-# Copyright 2011, 2012 Free Software Foundation, Inc.
+# Copyright 2011, 2012, 2013, 2014 Free Software Foundation, Inc.
 # 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -53,7 +53,7 @@
   $head_commands_level{'head'.$level} = $level;
 }
 
-my @numbered_sectioning_commands = ('part', 'appendix', 'section', 
'subsection', 
+my @numbered_sectioning_commands = ('part', 'chapter', 'section', 'subsection',
   'subsubsection');
 my @appendix_sectioning_commands = ('part', 'appendix', 'appendixsec',
   'appendixsubsec', 'appendixsubsubsec');
@@ -779,10 +779,9 @@
 =item texinfo_sectioning_style
 
 Default is C<numbered>, using the numbered sectioning Texinfo @-commands
-(@chapter, @section...).  C<unnumbered> any other value would lead to 
-using unnumbered sectioning command variants (@unnumbered...), any other 
-value would lead to using appendix-like sectioning command variants 
-(@appendix...).
+(@chapter, @section...).  Giving C<unnumbered> leads to using unnumbered
+sectioning command variants (@unnumbered...), and any other value would
+lead to using appendix sectioning command variants (@appendix...).
 
 =item texinfo_add_upper_sectioning_command
 




reply via email to

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