texinfo-commits
[Top][All Lists]
Advanced

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

branch master updated: * tp/Texinfo/Convert/Info.pm (format_image): fix


From: Patrice Dumas
Subject: branch master updated: * tp/Texinfo/Convert/Info.pm (format_image): fix count of lines returned when there is an image text file.
Date: Fri, 23 Dec 2022 17:35:33 -0500

This is an automated email from the git hooks/post-receive script.

pertusus pushed a commit to branch master
in repository texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new a7693e1bb6 * tp/Texinfo/Convert/Info.pm (format_image): fix count of 
lines returned when there is an image text file.
a7693e1bb6 is described below

commit a7693e1bb685fe67319234e49e8453deb0405e4a
Author: Patrice Dumas <pertusus@free.fr>
AuthorDate: Fri Dec 23 23:35:23 2022 +0100

    * tp/Texinfo/Convert/Info.pm (format_image): fix count of lines
    returned when there is an image text file.
---
 ChangeLog                                          |   5 +
 tp/TODO                                            |   6 -
 tp/Texinfo/Convert/Info.pm                         |   6 +-
 tp/t/results/indices/image_lines_count.pl          | Bin 7139 -> 7139 bytes
 .../info_tests/multiline_image_and_align.pl        |   4 +-
 .../res_parser/formatting_info/formatting.info     | 796 ++++++++++-----------
 .../formatting.info                                | 796 ++++++++++-----------
 7 files changed, 806 insertions(+), 807 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 396edb526a..803662d147 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-12-23  Patrice Dumas  <pertusus@free.fr>
+
+       * tp/Texinfo/Convert/Info.pm (format_image): fix count of lines
+       returned when there is an image text file.
+
 2022-12-23  Patrice Dumas  <pertusus@free.fr>
 
        * tp/Texinfo/Convert/Info.pm (format_image): avoid warnings about
diff --git a/tp/TODO b/tp/TODO
index f2c5616a89..d68ff237f2 100644
--- a/tp/TODO
+++ b/tp/TODO
@@ -13,12 +13,6 @@ Before next release
 Bugs
 ====
 
-wrong index lines in printindex
-info tests/layout//out_parser/formatting_info/formatting.info
-for example
-* " <1>:                                 chapter.            (line  701)
-is 5 or 6 lines before the index @-command.
-
 HTML API
 ========
 
diff --git a/tp/Texinfo/Convert/Info.pm b/tp/Texinfo/Convert/Info.pm
index 7e419b2cc1..0a0ff1c5d2 100644
--- a/tp/Texinfo/Convert/Info.pm
+++ b/tp/Texinfo/Convert/Info.pm
@@ -600,12 +600,12 @@ sub format_image($$)
       if ($self->{'formatters'}->[-1]->{'_top_formatter'}) {
         $result .= "\n";
       }
-      my $image_lines_count = ($result =~ tr/\n/\n/) +1;
-      $self->add_image($element, $image_lines_count, $width, 1);
+      $lines_count = ($result =~ tr/\n/\n/);
+      $self->add_image($element, $lines_count +1, $width, 1);
     } else {
       $result = $self->image_formatted_text($element, $basefile, $text);
       $lines_count = ($result =~ tr/\n/\n/);
-      $self->add_image($element, $lines_count+1, $width);
+      $self->add_image($element, $lines_count +1, $width);
     }
     return ($result, $lines_count);
   }
diff --git a/tp/t/results/indices/image_lines_count.pl 
b/tp/t/results/indices/image_lines_count.pl
index bff86fc7ef..25d8be394c 100644
Binary files a/tp/t/results/indices/image_lines_count.pl and 
b/tp/t/results/indices/image_lines_count.pl differ
diff --git a/tp/t/results/info_tests/multiline_image_and_align.pl 
b/tp/t/results/info_tests/multiline_image_and_align.pl
index 82b25fc331..320045e3f6 100644
--- a/tp/t/results/info_tests/multiline_image_and_align.pl
+++ b/tp/t/results/info_tests/multiline_image_and_align.pl
@@ -1137,8 +1137,8 @@ dddd [image src="figure.txt" text="  1  A  B
 BBB [image src="figure.txt" text="  1  A  B  
   2  C  D
   3  E  F"] gggg [image src="figure.txt" text="  1  A  B  
-                                                                2  C  D
-                                                              3  E  F"]
+  2  C  D
+  3  E  F"]
 
                                                                     HHH
 [image src="figure.txt" text="  1  A  B  
diff --git a/tp/tests/layout/res_parser/formatting_info/formatting.info 
b/tp/tests/layout/res_parser/formatting_info/formatting.info
index 69fe94ac09..4d6b0a923d 100644
--- a/tp/tests/layout/res_parser/formatting_info/formatting.info
+++ b/tp/tests/layout/res_parser/formatting_info/formatting.info
@@ -2952,14 +2952,14 @@ aaa"]
 [index]
 * Menu:
 
-* truc:                                  chapter.            (line 2212)
+* truc:                                  chapter.            (line 2236)
 
    codeidx
 
 [index]
 * Menu:
 
-* a INDEX---ENTRY tẽ --- î:              chapter.            (line 2212)
+* a INDEX---ENTRY tẽ --- î:              chapter.            (line 2236)
 
    cp
 
@@ -2967,116 +2967,116 @@ aaa"]
 * Menu:
 
 * ":                                     chapter.            (line   28)
-* " <1>:                                 chapter.            (line  701)
-* " <2>:                                 chapter.            (line 1385)
+* " <1>:                                 chapter.            (line  709)
+* " <2>:                                 chapter.            (line 1401)
 * -option:                               chapter.            (line   28)
-* -option <1>:                           chapter.            (line  701)
-* -option <2>:                           chapter.            (line 1385)
-* .:                                     chapter.            (line 2212)
-* ?:                                     chapter.            (line 2212)
-* a:                                     chapter.            (line 2212)
-* aaa, bbb:                              chapter.            (line 2212)
-* a--a:                                  chapter.            (line 2212)
+* -option <1>:                           chapter.            (line  709)
+* -option <2>:                           chapter.            (line 1401)
+* .:                                     chapter.            (line 2236)
+* ?:                                     chapter.            (line 2236)
+* a:                                     chapter.            (line 2236)
+* aaa, bbb:                              chapter.            (line 2236)
+* a--a:                                  chapter.            (line 2236)
 * a--asis:                               chapter.            (line  510)
-* a--asis <1>:                           chapter.            (line 1183)
-* a--asis <2>:                           chapter.            (line 1994)
+* a--asis <1>:                           chapter.            (line 1191)
+* a--asis <2>:                           chapter.            (line 2010)
 * b:                                     chapter.            (line  511)
-* b <1>:                                 chapter.            (line 1184)
-* b <2>:                                 chapter.            (line 1995)
-* b--b, c--c:                            chapter.            (line 2212)
+* b <1>:                                 chapter.            (line 1192)
+* b <2>:                                 chapter.            (line 2011)
+* b--b, c--c:                            chapter.            (line 2236)
 * counting entry:                        chapter.            (line    4)
-* d--dd, e--ee, f--ff:                   chapter.            (line 2212)
+* d--dd, e--ee, f--ff:                   chapter.            (line 2236)
 * d--efcv_name:                          chapter.            (line  351)
 * d--efcv_name <1>:                      chapter.            (line  354)
-* d--efcv_name <2>:                      chapter.            (line 1024)
-* d--efcv_name <3>:                      chapter.            (line 1027)
-* d--efcv_name <4>:                      chapter.            (line 1835)
-* d--efcv_name <5>:                      chapter.            (line 1838)
+* d--efcv_name <2>:                      chapter.            (line 1032)
+* d--efcv_name <3>:                      chapter.            (line 1035)
+* d--efcv_name <4>:                      chapter.            (line 1851)
+* d--efcv_name <5>:                      chapter.            (line 1854)
 * d--efivar_name of c--lass:             chapter.            (line  396)
-* d--efivar_name of c--lass <1>:         chapter.            (line 1069)
-* d--efivar_name of c--lass <2>:         chapter.            (line 1880)
+* d--efivar_name of c--lass <1>:         chapter.            (line 1077)
+* d--efivar_name of c--lass <2>:         chapter.            (line 1896)
 * d--efopt_name:                         chapter.            (line  387)
-* d--efopt_name <1>:                     chapter.            (line 1060)
-* d--efopt_name <2>:                     chapter.            (line 1871)
+* d--efopt_name <1>:                     chapter.            (line 1068)
+* d--efopt_name <2>:                     chapter.            (line 1887)
 * d--eftypecv_name of c--lass:           chapter.            (line  357)
 * d--eftypecv_name of c--lass <1>:       chapter.            (line  360)
-* d--eftypecv_name of c--lass <2>:       chapter.            (line 1030)
-* d--eftypecv_name of c--lass <3>:       chapter.            (line 1033)
-* d--eftypecv_name of c--lass <4>:       chapter.            (line 1841)
-* d--eftypecv_name of c--lass <5>:       chapter.            (line 1844)
+* d--eftypecv_name of c--lass <2>:       chapter.            (line 1038)
+* d--eftypecv_name of c--lass <3>:       chapter.            (line 1041)
+* d--eftypecv_name of c--lass <4>:       chapter.            (line 1857)
+* d--eftypecv_name of c--lass <5>:       chapter.            (line 1860)
 * d--eftypecv_name2 of c--lass2:         chapter.            (line  428)
 * d--eftypecv_name2 of c--lass2 <1>:     chapter.            (line  431)
-* d--eftypecv_name2 of c--lass2 <2>:     chapter.            (line 1101)
-* d--eftypecv_name2 of c--lass2 <3>:     chapter.            (line 1104)
-* d--eftypecv_name2 of c--lass2 <4>:     chapter.            (line 1913)
-* d--eftypecv_name2 of c--lass2 <5>:     chapter.            (line 1916)
+* d--eftypecv_name2 of c--lass2 <2>:     chapter.            (line 1109)
+* d--eftypecv_name2 of c--lass2 <3>:     chapter.            (line 1112)
+* d--eftypecv_name2 of c--lass2 <4>:     chapter.            (line 1929)
+* d--eftypecv_name2 of c--lass2 <5>:     chapter.            (line 1932)
 * d--eftypeivar_name of c--lass:         chapter.            (line  399)
-* d--eftypeivar_name of c--lass <1>:     chapter.            (line 1072)
-* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1883)
+* d--eftypeivar_name of c--lass <1>:     chapter.            (line 1080)
+* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1899)
 * d--eftypevar_name:                     chapter.            (line  393)
-* d--eftypevar_name <1>:                 chapter.            (line 1066)
-* d--eftypevar_name <2>:                 chapter.            (line 1877)
+* d--eftypevar_name <1>:                 chapter.            (line 1074)
+* d--eftypevar_name <2>:                 chapter.            (line 1893)
 * d--eftypevr_name:                      chapter.            (line  348)
-* d--eftypevr_name <1>:                  chapter.            (line 1021)
-* d--eftypevr_name <2>:                  chapter.            (line 1832)
+* d--eftypevr_name <1>:                  chapter.            (line 1029)
+* d--eftypevr_name <2>:                  chapter.            (line 1848)
 * d--efvar_name:                         chapter.            (line  381)
 * d--efvar_name <1>:                     chapter.            (line  384)
-* d--efvar_name <2>:                     chapter.            (line 1054)
-* d--efvar_name <3>:                     chapter.            (line 1057)
-* d--efvar_name <4>:                     chapter.            (line 1865)
-* d--efvar_name <5>:                     chapter.            (line 1868)
+* d--efvar_name <2>:                     chapter.            (line 1062)
+* d--efvar_name <3>:                     chapter.            (line 1065)
+* d--efvar_name <4>:                     chapter.            (line 1881)
+* d--efvar_name <5>:                     chapter.            (line 1884)
 * d--efvr_name:                          chapter.            (line  327)
-* d--efvr_name <1>:                      chapter.            (line 1000)
-* d--efvr_name <2>:                      chapter.            (line 1811)
-* g--gg, h--hh jjj, k--kk, l--ll:        chapter.            (line 2212)
+* d--efvr_name <1>:                      chapter.            (line 1008)
+* d--efvr_name <2>:                      chapter.            (line 1827)
+* g--gg, h--hh jjj, k--kk, l--ll:        chapter.            (line 2236)
 * index entry between item and itemx:    chapter.            (line  515)
-* index entry between item and itemx <1>: chapter.           (line  636)
-* index entry between item and itemx <2>: chapter.           (line 1188)
-* index entry between item and itemx <3>: chapter.           (line 1309)
-* index entry between item and itemx <4>: chapter.           (line 1999)
-* index entry between item and itemx <5>: chapter.           (line 2153)
+* index entry between item and itemx <1>: chapter.           (line  644)
+* index entry between item and itemx <2>: chapter.           (line 1196)
+* index entry between item and itemx <3>: chapter.           (line 1325)
+* index entry between item and itemx <4>: chapter.           (line 2015)
+* index entry between item and itemx <5>: chapter.           (line 2177)
 * index entry in footnote:               chapter.            (line    4)
 * index entry within deffn:              chapter.            (line  302)
-* index entry within deffn <1>:          chapter.            (line  975)
-* index entry within deffn <2>:          chapter.            (line 1784)
+* index entry within deffn <1>:          chapter.            (line  983)
+* index entry within deffn <2>:          chapter.            (line 1800)
 * index entry within itemize:            chapter.            (line  213)
-* index entry within itemize <1>:        chapter.            (line  886)
-* index entry within itemize <2>:        chapter.            (line 1695)
+* index entry within itemize <1>:        chapter.            (line  894)
+* index entry within itemize <2>:        chapter.            (line 1711)
 * index entry within multitable:         chapter.            (line  235)
-* index entry within multitable <1>:     chapter.            (line  908)
-* index entry within multitable <2>:     chapter.            (line 1718)
-* t-ruc:                                 chapter.            (line 2212)
-* T-ruc:                                 chapter.            (line 2212)
+* index entry within multitable <1>:     chapter.            (line  916)
+* index entry within multitable <2>:     chapter.            (line 1734)
+* t-ruc:                                 chapter.            (line 2236)
+* T-ruc:                                 chapter.            (line 2236)
 * vtable i--tem code kbdinputstyle:      chapter.            (line  137)
-* vtable i--tem code kbdinputstyle <1>:  chapter.            (line  810)
-* vtable i--tem code kbdinputstyle <2>:  chapter.            (line 1618)
+* vtable i--tem code kbdinputstyle <1>:  chapter.            (line  818)
+* vtable i--tem code kbdinputstyle <2>:  chapter.            (line 1634)
 * vtable i--tem default kbdinputstyle:   chapter.            (line  132)
-* vtable i--tem default kbdinputstyle <1>: chapter.          (line  805)
-* vtable i--tem default kbdinputstyle <2>: chapter.          (line 1613)
+* vtable i--tem default kbdinputstyle <1>: chapter.          (line  813)
+* vtable i--tem default kbdinputstyle <2>: chapter.          (line 1629)
 * vtable i--tem distinct kbdinputstyle:  chapter.            (line  147)
-* vtable i--tem distinct kbdinputstyle <1>: chapter.         (line  820)
-* vtable i--tem distinct kbdinputstyle <2>: chapter.         (line 1628)
+* vtable i--tem distinct kbdinputstyle <1>: chapter.         (line  828)
+* vtable i--tem distinct kbdinputstyle <2>: chapter.         (line 1644)
 * vtable i--tem example kbdinputstyle:   chapter.            (line  142)
-* vtable i--tem example kbdinputstyle <1>: chapter.          (line  815)
-* vtable i--tem example kbdinputstyle <2>: chapter.          (line 1623)
+* vtable i--tem example kbdinputstyle <1>: chapter.          (line  823)
+* vtable i--tem example kbdinputstyle <2>: chapter.          (line 1639)
 * vtable i--tem in example code kbdinputstyle: chapter.      (line  139)
-* vtable i--tem in example code kbdinputstyle <1>: chapter.  (line  812)
-* vtable i--tem in example code kbdinputstyle <2>: chapter.  (line 1620)
+* vtable i--tem in example code kbdinputstyle <1>: chapter.  (line  820)
+* vtable i--tem in example code kbdinputstyle <2>: chapter.  (line 1636)
 * vtable i--tem in example default kbdinputstyle: chapter.   (line  134)
 * vtable i--tem in example default kbdinputstyle <1>: chapter.
-                                                             (line  807)
+                                                             (line  815)
 * vtable i--tem in example default kbdinputstyle <2>: chapter.
-                                                             (line 1615)
+                                                             (line 1631)
 * vtable i--tem in example distinct kbdinputstyle: chapter.  (line  149)
 * vtable i--tem in example distinct kbdinputstyle <1>: chapter.
-                                                             (line  822)
+                                                             (line  830)
 * vtable i--tem in example distinct kbdinputstyle <2>: chapter.
-                                                             (line 1630)
+                                                             (line 1646)
 * vtable i--tem in example example kbdinputstyle: chapter.   (line  144)
 * vtable i--tem in example example kbdinputstyle <1>: chapter.
-                                                             (line  817)
+                                                             (line  825)
 * vtable i--tem in example example kbdinputstyle <2>: chapter.
-                                                             (line 1625)
+                                                             (line 1641)
 
    fn
 
@@ -3084,171 +3084,171 @@ aaa"]
 * Menu:
 
 * --foption:                             chapter.            (line   28)
-* --foption <1>:                         chapter.            (line  701)
-* --foption <2>:                         chapter.            (line 1385)
-* .:                                     chapter.            (line 2212)
-* ?:                                     chapter.            (line 2212)
+* --foption <1>:                         chapter.            (line  709)
+* --foption <2>:                         chapter.            (line 1401)
+* .:                                     chapter.            (line 2236)
+* ?:                                     chapter.            (line 2236)
 * ``:                                    chapter.            (line   28)
-* `` <1>:                                chapter.            (line  701)
-* `` <2>:                                chapter.            (line 1385)
+* `` <1>:                                chapter.            (line  709)
+* `` <2>:                                chapter.            (line 1401)
 * a:                                     chapter.            (line  315)
 * a <1>:                                 chapter.            (line  514)
-* a <2>:                                 chapter.            (line  635)
-* a <3>:                                 chapter.            (line  988)
-* a <4>:                                 chapter.            (line 1187)
-* a <5>:                                 chapter.            (line 1308)
-* a <6>:                                 chapter.            (line 1797)
-* a <7>:                                 chapter.            (line 1998)
-* a <8>:                                 chapter.            (line 2152)
-* a <9>:                                 chapter.            (line 2212)
-* after:                                 chapter.            (line  646)
-* after <1>:                             chapter.            (line 1319)
-* after <2>:                             chapter.            (line 2163)
+* a <2>:                                 chapter.            (line  643)
+* a <3>:                                 chapter.            (line  996)
+* a <4>:                                 chapter.            (line 1195)
+* a <5>:                                 chapter.            (line 1324)
+* a <6>:                                 chapter.            (line 1813)
+* a <7>:                                 chapter.            (line 2014)
+* a <8>:                                 chapter.            (line 2176)
+* a <9>:                                 chapter.            (line 2236)
+* after:                                 chapter.            (line  654)
+* after <1>:                             chapter.            (line 1335)
+* after <2>:                             chapter.            (line 2187)
 * arg2:                                  chapter.            (line  434)
-* arg2 <1>:                              chapter.            (line 1107)
-* arg2 <2>:                              chapter.            (line 1920)
+* arg2 <1>:                              chapter.            (line 1115)
+* arg2 <2>:                              chapter.            (line 1936)
 * b:                                     chapter.            (line  515)
-* b <1>:                                 chapter.            (line  636)
-* b <2>:                                 chapter.            (line 1188)
-* b <3>:                                 chapter.            (line 1309)
-* b <4>:                                 chapter.            (line 1999)
-* b <5>:                                 chapter.            (line 2153)
+* b <1>:                                 chapter.            (line  644)
+* b <2>:                                 chapter.            (line 1196)
+* b <3>:                                 chapter.            (line 1325)
+* b <4>:                                 chapter.            (line 2015)
+* b <5>:                                 chapter.            (line 2177)
 * bidule machin:                         chapter.            (line  310)
-* bidule machin <1>:                     chapter.            (line  983)
-* bidule machin <2>:                     chapter.            (line 1792)
+* bidule machin <1>:                     chapter.            (line  991)
+* bidule machin <2>:                     chapter.            (line 1808)
 * d--effn_name:                          chapter.            (line  294)
-* d--effn_name <1>:                      chapter.            (line  967)
-* d--effn_name <2>:                      chapter.            (line 1776)
+* d--effn_name <1>:                      chapter.            (line  975)
+* d--effn_name <2>:                      chapter.            (line 1792)
 * d--efmac_name:                         chapter.            (line  375)
-* d--efmac_name <1>:                     chapter.            (line 1048)
-* d--efmac_name <2>:                     chapter.            (line 1859)
+* d--efmac_name <1>:                     chapter.            (line 1056)
+* d--efmac_name <2>:                     chapter.            (line 1875)
 * d--efmethod_name on c--lass:           chapter.            (line  402)
-* d--efmethod_name on c--lass <1>:       chapter.            (line 1075)
-* d--efmethod_name on c--lass <2>:       chapter.            (line 1886)
+* d--efmethod_name on c--lass <1>:       chapter.            (line 1083)
+* d--efmethod_name on c--lass <2>:       chapter.            (line 1902)
 * d--efop_name on c--lass:               chapter.            (line  363)
 * d--efop_name on c--lass <1>:           chapter.            (line  366)
-* d--efop_name on c--lass <2>:           chapter.            (line 1036)
-* d--efop_name on c--lass <3>:           chapter.            (line 1039)
-* d--efop_name on c--lass <4>:           chapter.            (line 1847)
-* d--efop_name on c--lass <5>:           chapter.            (line 1850)
+* d--efop_name on c--lass <2>:           chapter.            (line 1044)
+* d--efop_name on c--lass <3>:           chapter.            (line 1047)
+* d--efop_name on c--lass <4>:           chapter.            (line 1863)
+* d--efop_name on c--lass <5>:           chapter.            (line 1866)
 * d--efspec_name:                        chapter.            (line  378)
-* d--efspec_name <1>:                    chapter.            (line 1051)
-* d--efspec_name <2>:                    chapter.            (line 1862)
+* d--efspec_name <1>:                    chapter.            (line 1059)
+* d--efspec_name <2>:                    chapter.            (line 1878)
 * d--eftypefn_name:                      chapter.            (line  336)
 * d--eftypefn_name <1>:                  chapter.            (line  339)
-* d--eftypefn_name <2>:                  chapter.            (line 1009)
-* d--eftypefn_name <3>:                  chapter.            (line 1012)
-* d--eftypefn_name <4>:                  chapter.            (line 1820)
-* d--eftypefn_name <5>:                  chapter.            (line 1823)
+* d--eftypefn_name <2>:                  chapter.            (line 1017)
+* d--eftypefn_name <3>:                  chapter.            (line 1020)
+* d--eftypefn_name <4>:                  chapter.            (line 1836)
+* d--eftypefn_name <5>:                  chapter.            (line 1839)
 * d--eftypefn_name2:                     chapter.            (line  413)
-* d--eftypefn_name2 <1>:                 chapter.            (line 1086)
-* d--eftypefn_name2 <2>:                 chapter.            (line 1898)
+* d--eftypefn_name2 <1>:                 chapter.            (line 1094)
+* d--eftypefn_name2 <2>:                 chapter.            (line 1914)
 * d--eftypefun_name:                     chapter.            (line  390)
-* d--eftypefun_name <1>:                 chapter.            (line 1063)
-* d--eftypefun_name <2>:                 chapter.            (line 1874)
+* d--eftypefun_name <1>:                 chapter.            (line 1071)
+* d--eftypefun_name <2>:                 chapter.            (line 1890)
 * d--eftypemethod_name on c--lass:       chapter.            (line  405)
-* d--eftypemethod_name on c--lass <1>:   chapter.            (line 1078)
-* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1889)
+* d--eftypemethod_name on c--lass <1>:   chapter.            (line 1086)
+* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1905)
 * d--eftypeop_name on c--lass:           chapter.            (line  342)
 * d--eftypeop_name on c--lass <1>:       chapter.            (line  345)
-* d--eftypeop_name on c--lass <2>:       chapter.            (line 1015)
-* d--eftypeop_name on c--lass <3>:       chapter.            (line 1018)
-* d--eftypeop_name on c--lass <4>:       chapter.            (line 1826)
-* d--eftypeop_name on c--lass <5>:       chapter.            (line 1829)
+* d--eftypeop_name on c--lass <2>:       chapter.            (line 1023)
+* d--eftypeop_name on c--lass <3>:       chapter.            (line 1026)
+* d--eftypeop_name on c--lass <4>:       chapter.            (line 1842)
+* d--eftypeop_name on c--lass <5>:       chapter.            (line 1845)
 * d--eftypeop_name2 on c--lass2:         chapter.            (line  418)
 * d--eftypeop_name2 on c--lass2 <1>:     chapter.            (line  423)
-* d--eftypeop_name2 on c--lass2 <2>:     chapter.            (line 1091)
-* d--eftypeop_name2 on c--lass2 <3>:     chapter.            (line 1096)
-* d--eftypeop_name2 on c--lass2 <4>:     chapter.            (line 1903)
-* d--eftypeop_name2 on c--lass2 <5>:     chapter.            (line 1908)
+* d--eftypeop_name2 on c--lass2 <2>:     chapter.            (line 1099)
+* d--eftypeop_name2 on c--lass2 <3>:     chapter.            (line 1104)
+* d--eftypeop_name2 on c--lass2 <4>:     chapter.            (line 1919)
+* d--eftypeop_name2 on c--lass2 <5>:     chapter.            (line 1924)
 * d--efun_name:                          chapter.            (line  372)
-* d--efun_name <1>:                      chapter.            (line 1045)
-* d--efun_name <2>:                      chapter.            (line 1856)
+* d--efun_name <1>:                      chapter.            (line 1053)
+* d--efun_name <2>:                      chapter.            (line 1872)
 * de--ffn_name:                          chapter.            (line  297)
-* de--ffn_name <1>:                      chapter.            (line  970)
-* de--ffn_name <2>:                      chapter.            (line 1779)
+* de--ffn_name <1>:                      chapter.            (line  978)
+* de--ffn_name <2>:                      chapter.            (line 1795)
 * deffn:                                 chapter.            (line  318)
 * deffn <1>:                             chapter.            (line  320)
-* deffn <2>:                             chapter.            (line  991)
-* deffn <3>:                             chapter.            (line  993)
-* deffn <4>:                             chapter.            (line 1801)
-* deffn <5>:                             chapter.            (line 1803)
+* deffn <2>:                             chapter.            (line  999)
+* deffn <3>:                             chapter.            (line 1001)
+* deffn <4>:                             chapter.            (line 1817)
+* deffn <5>:                             chapter.            (line 1819)
 * deffnx:                                chapter.            (line  316)
 * deffnx <1>:                            chapter.            (line  321)
-* deffnx <2>:                            chapter.            (line  989)
-* deffnx <3>:                            chapter.            (line  994)
-* deffnx <4>:                            chapter.            (line 1798)
-* deffnx <5>:                            chapter.            (line 1804)
-* f---aa:                                chapter.            (line 2212)
-* f---bb, f---cc:                        chapter.            (line 2212)
-* f---ddd, f---eee, ffff:                chapter.            (line 2212)
-* f---ggg, f---hhh fjjj, f---kkk, f---lll: chapter.          (line 2212)
+* deffnx <2>:                            chapter.            (line  997)
+* deffnx <3>:                            chapter.            (line 1002)
+* deffnx <4>:                            chapter.            (line 1814)
+* deffnx <5>:                            chapter.            (line 1820)
+* f---aa:                                chapter.            (line 2236)
+* f---bb, f---cc:                        chapter.            (line 2236)
+* f---ddd, f---eee, ffff:                chapter.            (line 2236)
+* f---ggg, f---hhh fjjj, f---kkk, f---lll: chapter.          (line 2236)
 * followed:                              chapter.            (line  313)
-* followed <1>:                          chapter.            (line  644)
-* followed <2>:                          chapter.            (line  986)
-* followed <3>:                          chapter.            (line 1317)
-* followed <4>:                          chapter.            (line 1795)
-* followed <5>:                          chapter.            (line 2161)
+* followed <1>:                          chapter.            (line  652)
+* followed <2>:                          chapter.            (line  994)
+* followed <3>:                          chapter.            (line 1333)
+* followed <4>:                          chapter.            (line 1811)
+* followed <5>:                          chapter.            (line 2185)
 * I:                                     chapter.            (line  301)
 * I <1>:                                 chapter.            (line  323)
-* I <2>:                                 chapter.            (line  974)
-* I <3>:                                 chapter.            (line  996)
-* I <4>:                                 chapter.            (line 1783)
-* I <5>:                                 chapter.            (line 1806)
+* I <2>:                                 chapter.            (line  982)
+* I <3>:                                 chapter.            (line 1004)
+* I <4>:                                 chapter.            (line 1799)
+* I <5>:                                 chapter.            (line 1822)
 * id i ule:                              chapter.            (line  307)
-* id i ule <1>:                          chapter.            (line  980)
-* id i ule <2>:                          chapter.            (line 1789)
+* id i ule <1>:                          chapter.            (line  988)
+* id i ule <2>:                          chapter.            (line 1805)
 * id ule:                                chapter.            (line  306)
-* id ule <1>:                            chapter.            (line  979)
-* id ule <2>:                            chapter.            (line 1788)
-* INVALID:                               chapter.            (line  648)
-* INVALID <1>:                           chapter.            (line 1321)
-* INVALID <2>:                           chapter.            (line 2165)
+* id ule <1>:                            chapter.            (line  987)
+* id ule <2>:                            chapter.            (line 1804)
+* INVALID:                               chapter.            (line  656)
+* INVALID <1>:                           chapter.            (line 1337)
+* INVALID <2>:                           chapter.            (line 2189)
 * log trap:                              chapter.            (line  303)
-* log trap <1>:                          chapter.            (line  976)
-* log trap <2>:                          chapter.            (line 1785)
+* log trap <1>:                          chapter.            (line  984)
+* log trap <2>:                          chapter.            (line 1801)
 * log trap1:                             chapter.            (line  304)
-* log trap1 <1>:                         chapter.            (line  977)
-* log trap1 <2>:                         chapter.            (line 1786)
+* log trap1 <1>:                         chapter.            (line  985)
+* log trap1 <2>:                         chapter.            (line 1802)
 * log trap2:                             chapter.            (line  305)
-* log trap2 <1>:                         chapter.            (line  978)
-* log trap2 <2>:                         chapter.            (line 1787)
+* log trap2 <1>:                         chapter.            (line  986)
+* log trap2 <2>:                         chapter.            (line 1803)
 * machin:                                chapter.            (line  309)
 * machin <1>:                            chapter.            (line  311)
-* machin <2>:                            chapter.            (line  640)
-* machin <3>:                            chapter.            (line  641)
-* machin <4>:                            chapter.            (line  642)
-* machin <5>:                            chapter.            (line  643)
-* machin <6>:                            chapter.            (line  982)
-* machin <7>:                            chapter.            (line  984)
-* machin <8>:                            chapter.            (line 1313)
-* machin <9>:                            chapter.            (line 1314)
-* machin <10>:                           chapter.            (line 1315)
-* machin <11>:                           chapter.            (line 1316)
-* machin <12>:                           chapter.            (line 1791)
-* machin <13>:                           chapter.            (line 1793)
-* machin <14>:                           chapter.            (line 2157)
-* machin <15>:                           chapter.            (line 2158)
-* machin <16>:                           chapter.            (line 2159)
-* machin <17>:                           chapter.            (line 2160)
+* machin <2>:                            chapter.            (line  648)
+* machin <3>:                            chapter.            (line  649)
+* machin <4>:                            chapter.            (line  650)
+* machin <5>:                            chapter.            (line  651)
+* machin <6>:                            chapter.            (line  990)
+* machin <7>:                            chapter.            (line  992)
+* machin <8>:                            chapter.            (line 1329)
+* machin <9>:                            chapter.            (line 1330)
+* machin <10>:                           chapter.            (line 1331)
+* machin <11>:                           chapter.            (line 1332)
+* machin <12>:                           chapter.            (line 1807)
+* machin <13>:                           chapter.            (line 1809)
+* machin <14>:                           chapter.            (line 2181)
+* machin <15>:                           chapter.            (line 2182)
+* machin <16>:                           chapter.            (line 2183)
+* machin <17>:                           chapter.            (line 2184)
 * n--ame:                                chapter.            (line  330)
 * n--ame <1>:                            chapter.            (line  333)
-* n--ame <2>:                            chapter.            (line 1003)
-* n--ame <3>:                            chapter.            (line 1006)
-* n--ame <4>:                            chapter.            (line 1814)
-* n--ame <5>:                            chapter.            (line 1817)
+* n--ame <2>:                            chapter.            (line 1011)
+* n--ame <3>:                            chapter.            (line 1014)
+* n--ame <4>:                            chapter.            (line 1830)
+* n--ame <5>:                            chapter.            (line 1833)
 * name2:                                 chapter.            (line  408)
-* name2 <1>:                             chapter.            (line 1081)
-* name2 <2>:                             chapter.            (line 1893)
-* t--ruc:                                chapter.            (line 2212)
-* T--ruc:                                chapter.            (line 2212)
+* name2 <1>:                             chapter.            (line 1089)
+* name2 <2>:                             chapter.            (line 1909)
+* t--ruc:                                chapter.            (line 2236)
+* T--ruc:                                chapter.            (line 2236)
 * truc:                                  chapter.            (line  302)
 * truc <1>:                              chapter.            (line  324)
-* truc <2>:                              chapter.            (line  975)
-* truc <3>:                              chapter.            (line  997)
-* truc <4>:                              chapter.            (line 1784)
-* truc <5>:                              chapter.            (line 1807)
-* xxx, zzz:                              chapter.            (line 2212)
+* truc <2>:                              chapter.            (line  983)
+* truc <3>:                              chapter.            (line 1005)
+* truc <4>:                              chapter.            (line 1800)
+* truc <5>:                              chapter.            (line 1823)
+* xxx, zzz:                              chapter.            (line 2236)
 
    vr
 
@@ -3262,8 +3262,8 @@ aaa"]
 * Menu:
 
 * d--eftp_name:                          chapter.            (line  369)
-* d--eftp_name <1>:                      chapter.            (line 1042)
-* d--eftp_name <2>:                      chapter.            (line 1853)
+* d--eftp_name <1>:                      chapter.            (line 1050)
+* d--eftp_name <2>:                      chapter.            (line 1869)
 
    (8)
 
@@ -3346,286 +3346,286 @@ chapter 2
 * Menu:
 
 * ":                                     chapter.            (line   28)
-* " <1>:                                 chapter.            (line  701)
-* " <2>:                                 chapter.            (line 1385)
+* " <1>:                                 chapter.            (line  709)
+* " <2>:                                 chapter.            (line 1401)
 * -option:                               chapter.            (line   28)
-* -option <1>:                           chapter.            (line  701)
-* -option <2>:                           chapter.            (line 1385)
-* .:                                     chapter.            (line 2212)
-* ?:                                     chapter.            (line 2212)
-* a:                                     chapter.            (line 2212)
-* aaa, bbb:                              chapter.            (line 2212)
-* a--a:                                  chapter.            (line 2212)
+* -option <1>:                           chapter.            (line  709)
+* -option <2>:                           chapter.            (line 1401)
+* .:                                     chapter.            (line 2236)
+* ?:                                     chapter.            (line 2236)
+* a:                                     chapter.            (line 2236)
+* aaa, bbb:                              chapter.            (line 2236)
+* a--a:                                  chapter.            (line 2236)
 * a--asis:                               chapter.            (line  510)
-* a--asis <1>:                           chapter.            (line 1183)
-* a--asis <2>:                           chapter.            (line 1994)
+* a--asis <1>:                           chapter.            (line 1191)
+* a--asis <2>:                           chapter.            (line 2010)
 * b:                                     chapter.            (line  511)
-* b <1>:                                 chapter.            (line 1184)
-* b <2>:                                 chapter.            (line 1995)
-* b--b, c--c:                            chapter.            (line 2212)
-* counting entry:                        chapter.            (line 2562)
-* d--dd, e--ee, f--ff:                   chapter.            (line 2212)
+* b <1>:                                 chapter.            (line 1192)
+* b <2>:                                 chapter.            (line 2011)
+* b--b, c--c:                            chapter.            (line 2236)
+* counting entry:                        chapter.            (line 2586)
+* d--dd, e--ee, f--ff:                   chapter.            (line 2236)
 * d--efcv_name:                          chapter.            (line  351)
 * d--efcv_name <1>:                      chapter.            (line  354)
-* d--efcv_name <2>:                      chapter.            (line 1024)
-* d--efcv_name <3>:                      chapter.            (line 1027)
-* d--efcv_name <4>:                      chapter.            (line 1835)
-* d--efcv_name <5>:                      chapter.            (line 1838)
+* d--efcv_name <2>:                      chapter.            (line 1032)
+* d--efcv_name <3>:                      chapter.            (line 1035)
+* d--efcv_name <4>:                      chapter.            (line 1851)
+* d--efcv_name <5>:                      chapter.            (line 1854)
 * d--efivar_name of c--lass:             chapter.            (line  396)
-* d--efivar_name of c--lass <1>:         chapter.            (line 1069)
-* d--efivar_name of c--lass <2>:         chapter.            (line 1880)
+* d--efivar_name of c--lass <1>:         chapter.            (line 1077)
+* d--efivar_name of c--lass <2>:         chapter.            (line 1896)
 * d--efopt_name:                         chapter.            (line  387)
-* d--efopt_name <1>:                     chapter.            (line 1060)
-* d--efopt_name <2>:                     chapter.            (line 1871)
+* d--efopt_name <1>:                     chapter.            (line 1068)
+* d--efopt_name <2>:                     chapter.            (line 1887)
 * d--eftypecv_name of c--lass:           chapter.            (line  357)
 * d--eftypecv_name of c--lass <1>:       chapter.            (line  360)
-* d--eftypecv_name of c--lass <2>:       chapter.            (line 1030)
-* d--eftypecv_name of c--lass <3>:       chapter.            (line 1033)
-* d--eftypecv_name of c--lass <4>:       chapter.            (line 1841)
-* d--eftypecv_name of c--lass <5>:       chapter.            (line 1844)
+* d--eftypecv_name of c--lass <2>:       chapter.            (line 1038)
+* d--eftypecv_name of c--lass <3>:       chapter.            (line 1041)
+* d--eftypecv_name of c--lass <4>:       chapter.            (line 1857)
+* d--eftypecv_name of c--lass <5>:       chapter.            (line 1860)
 * d--eftypecv_name2 of c--lass2:         chapter.            (line  428)
 * d--eftypecv_name2 of c--lass2 <1>:     chapter.            (line  431)
-* d--eftypecv_name2 of c--lass2 <2>:     chapter.            (line 1101)
-* d--eftypecv_name2 of c--lass2 <3>:     chapter.            (line 1104)
-* d--eftypecv_name2 of c--lass2 <4>:     chapter.            (line 1913)
-* d--eftypecv_name2 of c--lass2 <5>:     chapter.            (line 1916)
+* d--eftypecv_name2 of c--lass2 <2>:     chapter.            (line 1109)
+* d--eftypecv_name2 of c--lass2 <3>:     chapter.            (line 1112)
+* d--eftypecv_name2 of c--lass2 <4>:     chapter.            (line 1929)
+* d--eftypecv_name2 of c--lass2 <5>:     chapter.            (line 1932)
 * d--eftypeivar_name of c--lass:         chapter.            (line  399)
-* d--eftypeivar_name of c--lass <1>:     chapter.            (line 1072)
-* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1883)
+* d--eftypeivar_name of c--lass <1>:     chapter.            (line 1080)
+* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1899)
 * d--eftypevar_name:                     chapter.            (line  393)
-* d--eftypevar_name <1>:                 chapter.            (line 1066)
-* d--eftypevar_name <2>:                 chapter.            (line 1877)
+* d--eftypevar_name <1>:                 chapter.            (line 1074)
+* d--eftypevar_name <2>:                 chapter.            (line 1893)
 * d--eftypevr_name:                      chapter.            (line  348)
-* d--eftypevr_name <1>:                  chapter.            (line 1021)
-* d--eftypevr_name <2>:                  chapter.            (line 1832)
+* d--eftypevr_name <1>:                  chapter.            (line 1029)
+* d--eftypevr_name <2>:                  chapter.            (line 1848)
 * d--efvar_name:                         chapter.            (line  381)
 * d--efvar_name <1>:                     chapter.            (line  384)
-* d--efvar_name <2>:                     chapter.            (line 1054)
-* d--efvar_name <3>:                     chapter.            (line 1057)
-* d--efvar_name <4>:                     chapter.            (line 1865)
-* d--efvar_name <5>:                     chapter.            (line 1868)
+* d--efvar_name <2>:                     chapter.            (line 1062)
+* d--efvar_name <3>:                     chapter.            (line 1065)
+* d--efvar_name <4>:                     chapter.            (line 1881)
+* d--efvar_name <5>:                     chapter.            (line 1884)
 * d--efvr_name:                          chapter.            (line  327)
-* d--efvr_name <1>:                      chapter.            (line 1000)
-* d--efvr_name <2>:                      chapter.            (line 1811)
-* g--gg, h--hh jjj, k--kk, l--ll:        chapter.            (line 2212)
+* d--efvr_name <1>:                      chapter.            (line 1008)
+* d--efvr_name <2>:                      chapter.            (line 1827)
+* g--gg, h--hh jjj, k--kk, l--ll:        chapter.            (line 2236)
 * index entry between item and itemx:    chapter.            (line  515)
-* index entry between item and itemx <1>: chapter.           (line  636)
-* index entry between item and itemx <2>: chapter.           (line 1188)
-* index entry between item and itemx <3>: chapter.           (line 1309)
-* index entry between item and itemx <4>: chapter.           (line 1999)
-* index entry between item and itemx <5>: chapter.           (line 2153)
-* index entry in footnote:               chapter.            (line 2557)
+* index entry between item and itemx <1>: chapter.           (line  644)
+* index entry between item and itemx <2>: chapter.           (line 1196)
+* index entry between item and itemx <3>: chapter.           (line 1325)
+* index entry between item and itemx <4>: chapter.           (line 2015)
+* index entry between item and itemx <5>: chapter.           (line 2177)
+* index entry in footnote:               chapter.            (line 2581)
 * index entry within deffn:              chapter.            (line  302)
-* index entry within deffn <1>:          chapter.            (line  975)
-* index entry within deffn <2>:          chapter.            (line 1784)
+* index entry within deffn <1>:          chapter.            (line  983)
+* index entry within deffn <2>:          chapter.            (line 1800)
 * index entry within itemize:            chapter.            (line  213)
-* index entry within itemize <1>:        chapter.            (line  886)
-* index entry within itemize <2>:        chapter.            (line 1695)
+* index entry within itemize <1>:        chapter.            (line  894)
+* index entry within itemize <2>:        chapter.            (line 1711)
 * index entry within multitable:         chapter.            (line  235)
-* index entry within multitable <1>:     chapter.            (line  908)
-* index entry within multitable <2>:     chapter.            (line 1718)
-* t-ruc:                                 chapter.            (line 2212)
-* T-ruc:                                 chapter.            (line 2212)
+* index entry within multitable <1>:     chapter.            (line  916)
+* index entry within multitable <2>:     chapter.            (line 1734)
+* t-ruc:                                 chapter.            (line 2236)
+* T-ruc:                                 chapter.            (line 2236)
 * vtable i--tem code kbdinputstyle:      chapter.            (line  137)
-* vtable i--tem code kbdinputstyle <1>:  chapter.            (line  810)
-* vtable i--tem code kbdinputstyle <2>:  chapter.            (line 1618)
+* vtable i--tem code kbdinputstyle <1>:  chapter.            (line  818)
+* vtable i--tem code kbdinputstyle <2>:  chapter.            (line 1634)
 * vtable i--tem default kbdinputstyle:   chapter.            (line  132)
-* vtable i--tem default kbdinputstyle <1>: chapter.          (line  805)
-* vtable i--tem default kbdinputstyle <2>: chapter.          (line 1613)
+* vtable i--tem default kbdinputstyle <1>: chapter.          (line  813)
+* vtable i--tem default kbdinputstyle <2>: chapter.          (line 1629)
 * vtable i--tem distinct kbdinputstyle:  chapter.            (line  147)
-* vtable i--tem distinct kbdinputstyle <1>: chapter.         (line  820)
-* vtable i--tem distinct kbdinputstyle <2>: chapter.         (line 1628)
+* vtable i--tem distinct kbdinputstyle <1>: chapter.         (line  828)
+* vtable i--tem distinct kbdinputstyle <2>: chapter.         (line 1644)
 * vtable i--tem example kbdinputstyle:   chapter.            (line  142)
-* vtable i--tem example kbdinputstyle <1>: chapter.          (line  815)
-* vtable i--tem example kbdinputstyle <2>: chapter.          (line 1623)
+* vtable i--tem example kbdinputstyle <1>: chapter.          (line  823)
+* vtable i--tem example kbdinputstyle <2>: chapter.          (line 1639)
 * vtable i--tem in example code kbdinputstyle: chapter.      (line  139)
-* vtable i--tem in example code kbdinputstyle <1>: chapter.  (line  812)
-* vtable i--tem in example code kbdinputstyle <2>: chapter.  (line 1620)
+* vtable i--tem in example code kbdinputstyle <1>: chapter.  (line  820)
+* vtable i--tem in example code kbdinputstyle <2>: chapter.  (line 1636)
 * vtable i--tem in example default kbdinputstyle: chapter.   (line  134)
 * vtable i--tem in example default kbdinputstyle <1>: chapter.
-                                                             (line  807)
+                                                             (line  815)
 * vtable i--tem in example default kbdinputstyle <2>: chapter.
-                                                             (line 1615)
+                                                             (line 1631)
 * vtable i--tem in example distinct kbdinputstyle: chapter.  (line  149)
 * vtable i--tem in example distinct kbdinputstyle <1>: chapter.
-                                                             (line  822)
+                                                             (line  830)
 * vtable i--tem in example distinct kbdinputstyle <2>: chapter.
-                                                             (line 1630)
+                                                             (line 1646)
 * vtable i--tem in example example kbdinputstyle: chapter.   (line  144)
 * vtable i--tem in example example kbdinputstyle <1>: chapter.
-                                                             (line  817)
+                                                             (line  825)
 * vtable i--tem in example example kbdinputstyle <2>: chapter.
-                                                             (line 1625)
+                                                             (line 1641)
 
 [index]
 * Menu:
 
 * --foption:                             chapter.            (line   28)
-* --foption <1>:                         chapter.            (line  701)
-* --foption <2>:                         chapter.            (line 1385)
-* .:                                     chapter.            (line 2212)
-* ?:                                     chapter.            (line 2212)
+* --foption <1>:                         chapter.            (line  709)
+* --foption <2>:                         chapter.            (line 1401)
+* .:                                     chapter.            (line 2236)
+* ?:                                     chapter.            (line 2236)
 * ``:                                    chapter.            (line   28)
-* `` <1>:                                chapter.            (line  701)
-* `` <2>:                                chapter.            (line 1385)
+* `` <1>:                                chapter.            (line  709)
+* `` <2>:                                chapter.            (line 1401)
 * a:                                     chapter.            (line  315)
 * a <1>:                                 chapter.            (line  514)
-* a <2>:                                 chapter.            (line  635)
-* a <3>:                                 chapter.            (line  988)
-* a <4>:                                 chapter.            (line 1187)
-* a <5>:                                 chapter.            (line 1308)
-* a <6>:                                 chapter.            (line 1797)
-* a <7>:                                 chapter.            (line 1998)
-* a <8>:                                 chapter.            (line 2152)
-* a <9>:                                 chapter.            (line 2212)
-* after:                                 chapter.            (line  646)
-* after <1>:                             chapter.            (line 1319)
-* after <2>:                             chapter.            (line 2163)
+* a <2>:                                 chapter.            (line  643)
+* a <3>:                                 chapter.            (line  996)
+* a <4>:                                 chapter.            (line 1195)
+* a <5>:                                 chapter.            (line 1324)
+* a <6>:                                 chapter.            (line 1813)
+* a <7>:                                 chapter.            (line 2014)
+* a <8>:                                 chapter.            (line 2176)
+* a <9>:                                 chapter.            (line 2236)
+* after:                                 chapter.            (line  654)
+* after <1>:                             chapter.            (line 1335)
+* after <2>:                             chapter.            (line 2187)
 * arg2:                                  chapter.            (line  434)
-* arg2 <1>:                              chapter.            (line 1107)
-* arg2 <2>:                              chapter.            (line 1920)
+* arg2 <1>:                              chapter.            (line 1115)
+* arg2 <2>:                              chapter.            (line 1936)
 * b:                                     chapter.            (line  515)
-* b <1>:                                 chapter.            (line  636)
-* b <2>:                                 chapter.            (line 1188)
-* b <3>:                                 chapter.            (line 1309)
-* b <4>:                                 chapter.            (line 1999)
-* b <5>:                                 chapter.            (line 2153)
+* b <1>:                                 chapter.            (line  644)
+* b <2>:                                 chapter.            (line 1196)
+* b <3>:                                 chapter.            (line 1325)
+* b <4>:                                 chapter.            (line 2015)
+* b <5>:                                 chapter.            (line 2177)
 * bidule machin:                         chapter.            (line  310)
-* bidule machin <1>:                     chapter.            (line  983)
-* bidule machin <2>:                     chapter.            (line 1792)
+* bidule machin <1>:                     chapter.            (line  991)
+* bidule machin <2>:                     chapter.            (line 1808)
 * d--effn_name:                          chapter.            (line  294)
-* d--effn_name <1>:                      chapter.            (line  967)
-* d--effn_name <2>:                      chapter.            (line 1776)
+* d--effn_name <1>:                      chapter.            (line  975)
+* d--effn_name <2>:                      chapter.            (line 1792)
 * d--efmac_name:                         chapter.            (line  375)
-* d--efmac_name <1>:                     chapter.            (line 1048)
-* d--efmac_name <2>:                     chapter.            (line 1859)
+* d--efmac_name <1>:                     chapter.            (line 1056)
+* d--efmac_name <2>:                     chapter.            (line 1875)
 * d--efmethod_name on c--lass:           chapter.            (line  402)
-* d--efmethod_name on c--lass <1>:       chapter.            (line 1075)
-* d--efmethod_name on c--lass <2>:       chapter.            (line 1886)
+* d--efmethod_name on c--lass <1>:       chapter.            (line 1083)
+* d--efmethod_name on c--lass <2>:       chapter.            (line 1902)
 * d--efop_name on c--lass:               chapter.            (line  363)
 * d--efop_name on c--lass <1>:           chapter.            (line  366)
-* d--efop_name on c--lass <2>:           chapter.            (line 1036)
-* d--efop_name on c--lass <3>:           chapter.            (line 1039)
-* d--efop_name on c--lass <4>:           chapter.            (line 1847)
-* d--efop_name on c--lass <5>:           chapter.            (line 1850)
+* d--efop_name on c--lass <2>:           chapter.            (line 1044)
+* d--efop_name on c--lass <3>:           chapter.            (line 1047)
+* d--efop_name on c--lass <4>:           chapter.            (line 1863)
+* d--efop_name on c--lass <5>:           chapter.            (line 1866)
 * d--efspec_name:                        chapter.            (line  378)
-* d--efspec_name <1>:                    chapter.            (line 1051)
-* d--efspec_name <2>:                    chapter.            (line 1862)
+* d--efspec_name <1>:                    chapter.            (line 1059)
+* d--efspec_name <2>:                    chapter.            (line 1878)
 * d--eftypefn_name:                      chapter.            (line  336)
 * d--eftypefn_name <1>:                  chapter.            (line  339)
-* d--eftypefn_name <2>:                  chapter.            (line 1009)
-* d--eftypefn_name <3>:                  chapter.            (line 1012)
-* d--eftypefn_name <4>:                  chapter.            (line 1820)
-* d--eftypefn_name <5>:                  chapter.            (line 1823)
+* d--eftypefn_name <2>:                  chapter.            (line 1017)
+* d--eftypefn_name <3>:                  chapter.            (line 1020)
+* d--eftypefn_name <4>:                  chapter.            (line 1836)
+* d--eftypefn_name <5>:                  chapter.            (line 1839)
 * d--eftypefn_name2:                     chapter.            (line  413)
-* d--eftypefn_name2 <1>:                 chapter.            (line 1086)
-* d--eftypefn_name2 <2>:                 chapter.            (line 1898)
+* d--eftypefn_name2 <1>:                 chapter.            (line 1094)
+* d--eftypefn_name2 <2>:                 chapter.            (line 1914)
 * d--eftypefun_name:                     chapter.            (line  390)
-* d--eftypefun_name <1>:                 chapter.            (line 1063)
-* d--eftypefun_name <2>:                 chapter.            (line 1874)
+* d--eftypefun_name <1>:                 chapter.            (line 1071)
+* d--eftypefun_name <2>:                 chapter.            (line 1890)
 * d--eftypemethod_name on c--lass:       chapter.            (line  405)
-* d--eftypemethod_name on c--lass <1>:   chapter.            (line 1078)
-* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1889)
+* d--eftypemethod_name on c--lass <1>:   chapter.            (line 1086)
+* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1905)
 * d--eftypeop_name on c--lass:           chapter.            (line  342)
 * d--eftypeop_name on c--lass <1>:       chapter.            (line  345)
-* d--eftypeop_name on c--lass <2>:       chapter.            (line 1015)
-* d--eftypeop_name on c--lass <3>:       chapter.            (line 1018)
-* d--eftypeop_name on c--lass <4>:       chapter.            (line 1826)
-* d--eftypeop_name on c--lass <5>:       chapter.            (line 1829)
+* d--eftypeop_name on c--lass <2>:       chapter.            (line 1023)
+* d--eftypeop_name on c--lass <3>:       chapter.            (line 1026)
+* d--eftypeop_name on c--lass <4>:       chapter.            (line 1842)
+* d--eftypeop_name on c--lass <5>:       chapter.            (line 1845)
 * d--eftypeop_name2 on c--lass2:         chapter.            (line  418)
 * d--eftypeop_name2 on c--lass2 <1>:     chapter.            (line  423)
-* d--eftypeop_name2 on c--lass2 <2>:     chapter.            (line 1091)
-* d--eftypeop_name2 on c--lass2 <3>:     chapter.            (line 1096)
-* d--eftypeop_name2 on c--lass2 <4>:     chapter.            (line 1903)
-* d--eftypeop_name2 on c--lass2 <5>:     chapter.            (line 1908)
+* d--eftypeop_name2 on c--lass2 <2>:     chapter.            (line 1099)
+* d--eftypeop_name2 on c--lass2 <3>:     chapter.            (line 1104)
+* d--eftypeop_name2 on c--lass2 <4>:     chapter.            (line 1919)
+* d--eftypeop_name2 on c--lass2 <5>:     chapter.            (line 1924)
 * d--efun_name:                          chapter.            (line  372)
-* d--efun_name <1>:                      chapter.            (line 1045)
-* d--efun_name <2>:                      chapter.            (line 1856)
+* d--efun_name <1>:                      chapter.            (line 1053)
+* d--efun_name <2>:                      chapter.            (line 1872)
 * de--ffn_name:                          chapter.            (line  297)
-* de--ffn_name <1>:                      chapter.            (line  970)
-* de--ffn_name <2>:                      chapter.            (line 1779)
+* de--ffn_name <1>:                      chapter.            (line  978)
+* de--ffn_name <2>:                      chapter.            (line 1795)
 * deffn:                                 chapter.            (line  318)
 * deffn <1>:                             chapter.            (line  320)
-* deffn <2>:                             chapter.            (line  991)
-* deffn <3>:                             chapter.            (line  993)
-* deffn <4>:                             chapter.            (line 1801)
-* deffn <5>:                             chapter.            (line 1803)
+* deffn <2>:                             chapter.            (line  999)
+* deffn <3>:                             chapter.            (line 1001)
+* deffn <4>:                             chapter.            (line 1817)
+* deffn <5>:                             chapter.            (line 1819)
 * deffnx:                                chapter.            (line  316)
 * deffnx <1>:                            chapter.            (line  321)
-* deffnx <2>:                            chapter.            (line  989)
-* deffnx <3>:                            chapter.            (line  994)
-* deffnx <4>:                            chapter.            (line 1798)
-* deffnx <5>:                            chapter.            (line 1804)
-* f---aa:                                chapter.            (line 2212)
-* f---bb, f---cc:                        chapter.            (line 2212)
-* f---ddd, f---eee, ffff:                chapter.            (line 2212)
-* f---ggg, f---hhh fjjj, f---kkk, f---lll: chapter.          (line 2212)
+* deffnx <2>:                            chapter.            (line  997)
+* deffnx <3>:                            chapter.            (line 1002)
+* deffnx <4>:                            chapter.            (line 1814)
+* deffnx <5>:                            chapter.            (line 1820)
+* f---aa:                                chapter.            (line 2236)
+* f---bb, f---cc:                        chapter.            (line 2236)
+* f---ddd, f---eee, ffff:                chapter.            (line 2236)
+* f---ggg, f---hhh fjjj, f---kkk, f---lll: chapter.          (line 2236)
 * followed:                              chapter.            (line  313)
-* followed <1>:                          chapter.            (line  644)
-* followed <2>:                          chapter.            (line  986)
-* followed <3>:                          chapter.            (line 1317)
-* followed <4>:                          chapter.            (line 1795)
-* followed <5>:                          chapter.            (line 2161)
+* followed <1>:                          chapter.            (line  652)
+* followed <2>:                          chapter.            (line  994)
+* followed <3>:                          chapter.            (line 1333)
+* followed <4>:                          chapter.            (line 1811)
+* followed <5>:                          chapter.            (line 2185)
 * I:                                     chapter.            (line  301)
 * I <1>:                                 chapter.            (line  323)
-* I <2>:                                 chapter.            (line  974)
-* I <3>:                                 chapter.            (line  996)
-* I <4>:                                 chapter.            (line 1783)
-* I <5>:                                 chapter.            (line 1806)
+* I <2>:                                 chapter.            (line  982)
+* I <3>:                                 chapter.            (line 1004)
+* I <4>:                                 chapter.            (line 1799)
+* I <5>:                                 chapter.            (line 1822)
 * id i ule:                              chapter.            (line  307)
-* id i ule <1>:                          chapter.            (line  980)
-* id i ule <2>:                          chapter.            (line 1789)
+* id i ule <1>:                          chapter.            (line  988)
+* id i ule <2>:                          chapter.            (line 1805)
 * id ule:                                chapter.            (line  306)
-* id ule <1>:                            chapter.            (line  979)
-* id ule <2>:                            chapter.            (line 1788)
-* INVALID:                               chapter.            (line  648)
-* INVALID <1>:                           chapter.            (line 1321)
-* INVALID <2>:                           chapter.            (line 2165)
+* id ule <1>:                            chapter.            (line  987)
+* id ule <2>:                            chapter.            (line 1804)
+* INVALID:                               chapter.            (line  656)
+* INVALID <1>:                           chapter.            (line 1337)
+* INVALID <2>:                           chapter.            (line 2189)
 * log trap:                              chapter.            (line  303)
-* log trap <1>:                          chapter.            (line  976)
-* log trap <2>:                          chapter.            (line 1785)
+* log trap <1>:                          chapter.            (line  984)
+* log trap <2>:                          chapter.            (line 1801)
 * log trap1:                             chapter.            (line  304)
-* log trap1 <1>:                         chapter.            (line  977)
-* log trap1 <2>:                         chapter.            (line 1786)
+* log trap1 <1>:                         chapter.            (line  985)
+* log trap1 <2>:                         chapter.            (line 1802)
 * log trap2:                             chapter.            (line  305)
-* log trap2 <1>:                         chapter.            (line  978)
-* log trap2 <2>:                         chapter.            (line 1787)
+* log trap2 <1>:                         chapter.            (line  986)
+* log trap2 <2>:                         chapter.            (line 1803)
 * machin:                                chapter.            (line  309)
 * machin <1>:                            chapter.            (line  311)
-* machin <2>:                            chapter.            (line  640)
-* machin <3>:                            chapter.            (line  641)
-* machin <4>:                            chapter.            (line  642)
-* machin <5>:                            chapter.            (line  643)
-* machin <6>:                            chapter.            (line  982)
-* machin <7>:                            chapter.            (line  984)
-* machin <8>:                            chapter.            (line 1313)
-* machin <9>:                            chapter.            (line 1314)
-* machin <10>:                           chapter.            (line 1315)
-* machin <11>:                           chapter.            (line 1316)
-* machin <12>:                           chapter.            (line 1791)
-* machin <13>:                           chapter.            (line 1793)
-* machin <14>:                           chapter.            (line 2157)
-* machin <15>:                           chapter.            (line 2158)
-* machin <16>:                           chapter.            (line 2159)
-* machin <17>:                           chapter.            (line 2160)
+* machin <2>:                            chapter.            (line  648)
+* machin <3>:                            chapter.            (line  649)
+* machin <4>:                            chapter.            (line  650)
+* machin <5>:                            chapter.            (line  651)
+* machin <6>:                            chapter.            (line  990)
+* machin <7>:                            chapter.            (line  992)
+* machin <8>:                            chapter.            (line 1329)
+* machin <9>:                            chapter.            (line 1330)
+* machin <10>:                           chapter.            (line 1331)
+* machin <11>:                           chapter.            (line 1332)
+* machin <12>:                           chapter.            (line 1807)
+* machin <13>:                           chapter.            (line 1809)
+* machin <14>:                           chapter.            (line 2181)
+* machin <15>:                           chapter.            (line 2182)
+* machin <16>:                           chapter.            (line 2183)
+* machin <17>:                           chapter.            (line 2184)
 * n--ame:                                chapter.            (line  330)
 * n--ame <1>:                            chapter.            (line  333)
-* n--ame <2>:                            chapter.            (line 1003)
-* n--ame <3>:                            chapter.            (line 1006)
-* n--ame <4>:                            chapter.            (line 1814)
-* n--ame <5>:                            chapter.            (line 1817)
+* n--ame <2>:                            chapter.            (line 1011)
+* n--ame <3>:                            chapter.            (line 1014)
+* n--ame <4>:                            chapter.            (line 1830)
+* n--ame <5>:                            chapter.            (line 1833)
 * name2:                                 chapter.            (line  408)
-* name2 <1>:                             chapter.            (line 1081)
-* name2 <2>:                             chapter.            (line 1893)
-* t--ruc:                                chapter.            (line 2212)
-* T--ruc:                                chapter.            (line 2212)
+* name2 <1>:                             chapter.            (line 1089)
+* name2 <2>:                             chapter.            (line 1909)
+* t--ruc:                                chapter.            (line 2236)
+* T--ruc:                                chapter.            (line 2236)
 * truc:                                  chapter.            (line  302)
 * truc <1>:                              chapter.            (line  324)
-* truc <2>:                              chapter.            (line  975)
-* truc <3>:                              chapter.            (line  997)
-* truc <4>:                              chapter.            (line 1784)
-* truc <5>:                              chapter.            (line 1807)
-* xxx, zzz:                              chapter.            (line 2212)
+* truc <2>:                              chapter.            (line  983)
+* truc <3>:                              chapter.            (line 1005)
+* truc <4>:                              chapter.            (line 1800)
+* truc <5>:                              chapter.            (line 1823)
+* xxx, zzz:                              chapter.            (line 2236)
 
 
 
diff --git 
a/tp/tests/layout/res_parser/formatting_info_disable_encoding/formatting.info 
b/tp/tests/layout/res_parser/formatting_info_disable_encoding/formatting.info
index 156beaf978..629fde4c8f 100644
--- 
a/tp/tests/layout/res_parser/formatting_info_disable_encoding/formatting.info
+++ 
b/tp/tests/layout/res_parser/formatting_info_disable_encoding/formatting.info
@@ -2955,14 +2955,14 @@ aaa"]
 [index]
 * Menu:
 
-* truc:                                  chapter.            (line 2214)
+* truc:                                  chapter.            (line 2238)
 
    codeidx
 
 [index]
 * Menu:
 
-* a INDEX---ENTRY te~ --- i^:            chapter.            (line 2214)
+* a INDEX---ENTRY te~ --- i^:            chapter.            (line 2238)
 
    cp
 
@@ -2970,116 +2970,116 @@ aaa"]
 * Menu:
 
 * ":                                     chapter.            (line   28)
-* " <1>:                                 chapter.            (line  702)
-* " <2>:                                 chapter.            (line 1387)
+* " <1>:                                 chapter.            (line  710)
+* " <2>:                                 chapter.            (line 1403)
 * -option:                               chapter.            (line   28)
-* -option <1>:                           chapter.            (line  702)
-* -option <2>:                           chapter.            (line 1387)
-* .:                                     chapter.            (line 2214)
-* ?:                                     chapter.            (line 2214)
-* a:                                     chapter.            (line 2214)
-* aaa, bbb:                              chapter.            (line 2214)
-* a--a:                                  chapter.            (line 2214)
+* -option <1>:                           chapter.            (line  710)
+* -option <2>:                           chapter.            (line 1403)
+* .:                                     chapter.            (line 2238)
+* ?:                                     chapter.            (line 2238)
+* a:                                     chapter.            (line 2238)
+* aaa, bbb:                              chapter.            (line 2238)
+* a--a:                                  chapter.            (line 2238)
 * a--asis:                               chapter.            (line  511)
-* a--asis <1>:                           chapter.            (line 1185)
-* a--asis <2>:                           chapter.            (line 1996)
+* a--asis <1>:                           chapter.            (line 1193)
+* a--asis <2>:                           chapter.            (line 2012)
 * b:                                     chapter.            (line  512)
-* b <1>:                                 chapter.            (line 1186)
-* b <2>:                                 chapter.            (line 1997)
-* b--b, c--c:                            chapter.            (line 2214)
+* b <1>:                                 chapter.            (line 1194)
+* b <2>:                                 chapter.            (line 2013)
+* b--b, c--c:                            chapter.            (line 2238)
 * counting entry:                        chapter.            (line    4)
-* d--dd, e--ee, f--ff:                   chapter.            (line 2214)
+* d--dd, e--ee, f--ff:                   chapter.            (line 2238)
 * d--efcv_name:                          chapter.            (line  352)
 * d--efcv_name <1>:                      chapter.            (line  355)
-* d--efcv_name <2>:                      chapter.            (line 1026)
-* d--efcv_name <3>:                      chapter.            (line 1029)
-* d--efcv_name <4>:                      chapter.            (line 1837)
-* d--efcv_name <5>:                      chapter.            (line 1840)
+* d--efcv_name <2>:                      chapter.            (line 1034)
+* d--efcv_name <3>:                      chapter.            (line 1037)
+* d--efcv_name <4>:                      chapter.            (line 1853)
+* d--efcv_name <5>:                      chapter.            (line 1856)
 * d--efivar_name of c--lass:             chapter.            (line  397)
-* d--efivar_name of c--lass <1>:         chapter.            (line 1071)
-* d--efivar_name of c--lass <2>:         chapter.            (line 1882)
+* d--efivar_name of c--lass <1>:         chapter.            (line 1079)
+* d--efivar_name of c--lass <2>:         chapter.            (line 1898)
 * d--efopt_name:                         chapter.            (line  388)
-* d--efopt_name <1>:                     chapter.            (line 1062)
-* d--efopt_name <2>:                     chapter.            (line 1873)
+* d--efopt_name <1>:                     chapter.            (line 1070)
+* d--efopt_name <2>:                     chapter.            (line 1889)
 * d--eftypecv_name of c--lass:           chapter.            (line  358)
 * d--eftypecv_name of c--lass <1>:       chapter.            (line  361)
-* d--eftypecv_name of c--lass <2>:       chapter.            (line 1032)
-* d--eftypecv_name of c--lass <3>:       chapter.            (line 1035)
-* d--eftypecv_name of c--lass <4>:       chapter.            (line 1843)
-* d--eftypecv_name of c--lass <5>:       chapter.            (line 1846)
+* d--eftypecv_name of c--lass <2>:       chapter.            (line 1040)
+* d--eftypecv_name of c--lass <3>:       chapter.            (line 1043)
+* d--eftypecv_name of c--lass <4>:       chapter.            (line 1859)
+* d--eftypecv_name of c--lass <5>:       chapter.            (line 1862)
 * d--eftypecv_name2 of c--lass2:         chapter.            (line  429)
 * d--eftypecv_name2 of c--lass2 <1>:     chapter.            (line  432)
-* d--eftypecv_name2 of c--lass2 <2>:     chapter.            (line 1103)
-* d--eftypecv_name2 of c--lass2 <3>:     chapter.            (line 1106)
-* d--eftypecv_name2 of c--lass2 <4>:     chapter.            (line 1915)
-* d--eftypecv_name2 of c--lass2 <5>:     chapter.            (line 1918)
+* d--eftypecv_name2 of c--lass2 <2>:     chapter.            (line 1111)
+* d--eftypecv_name2 of c--lass2 <3>:     chapter.            (line 1114)
+* d--eftypecv_name2 of c--lass2 <4>:     chapter.            (line 1931)
+* d--eftypecv_name2 of c--lass2 <5>:     chapter.            (line 1934)
 * d--eftypeivar_name of c--lass:         chapter.            (line  400)
-* d--eftypeivar_name of c--lass <1>:     chapter.            (line 1074)
-* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1885)
+* d--eftypeivar_name of c--lass <1>:     chapter.            (line 1082)
+* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1901)
 * d--eftypevar_name:                     chapter.            (line  394)
-* d--eftypevar_name <1>:                 chapter.            (line 1068)
-* d--eftypevar_name <2>:                 chapter.            (line 1879)
+* d--eftypevar_name <1>:                 chapter.            (line 1076)
+* d--eftypevar_name <2>:                 chapter.            (line 1895)
 * d--eftypevr_name:                      chapter.            (line  349)
-* d--eftypevr_name <1>:                  chapter.            (line 1023)
-* d--eftypevr_name <2>:                  chapter.            (line 1834)
+* d--eftypevr_name <1>:                  chapter.            (line 1031)
+* d--eftypevr_name <2>:                  chapter.            (line 1850)
 * d--efvar_name:                         chapter.            (line  382)
 * d--efvar_name <1>:                     chapter.            (line  385)
-* d--efvar_name <2>:                     chapter.            (line 1056)
-* d--efvar_name <3>:                     chapter.            (line 1059)
-* d--efvar_name <4>:                     chapter.            (line 1867)
-* d--efvar_name <5>:                     chapter.            (line 1870)
+* d--efvar_name <2>:                     chapter.            (line 1064)
+* d--efvar_name <3>:                     chapter.            (line 1067)
+* d--efvar_name <4>:                     chapter.            (line 1883)
+* d--efvar_name <5>:                     chapter.            (line 1886)
 * d--efvr_name:                          chapter.            (line  328)
-* d--efvr_name <1>:                      chapter.            (line 1002)
-* d--efvr_name <2>:                      chapter.            (line 1813)
-* g--gg, h--hh jjj, k--kk, l--ll:        chapter.            (line 2214)
+* d--efvr_name <1>:                      chapter.            (line 1010)
+* d--efvr_name <2>:                      chapter.            (line 1829)
+* g--gg, h--hh jjj, k--kk, l--ll:        chapter.            (line 2238)
 * index entry between item and itemx:    chapter.            (line  516)
-* index entry between item and itemx <1>: chapter.           (line  637)
-* index entry between item and itemx <2>: chapter.           (line 1190)
-* index entry between item and itemx <3>: chapter.           (line 1311)
-* index entry between item and itemx <4>: chapter.           (line 2001)
-* index entry between item and itemx <5>: chapter.           (line 2155)
+* index entry between item and itemx <1>: chapter.           (line  645)
+* index entry between item and itemx <2>: chapter.           (line 1198)
+* index entry between item and itemx <3>: chapter.           (line 1327)
+* index entry between item and itemx <4>: chapter.           (line 2017)
+* index entry between item and itemx <5>: chapter.           (line 2179)
 * index entry in footnote:               chapter.            (line    4)
 * index entry within deffn:              chapter.            (line  303)
-* index entry within deffn <1>:          chapter.            (line  977)
-* index entry within deffn <2>:          chapter.            (line 1786)
+* index entry within deffn <1>:          chapter.            (line  985)
+* index entry within deffn <2>:          chapter.            (line 1802)
 * index entry within itemize:            chapter.            (line  214)
-* index entry within itemize <1>:        chapter.            (line  888)
-* index entry within itemize <2>:        chapter.            (line 1697)
+* index entry within itemize <1>:        chapter.            (line  896)
+* index entry within itemize <2>:        chapter.            (line 1713)
 * index entry within multitable:         chapter.            (line  236)
-* index entry within multitable <1>:     chapter.            (line  910)
-* index entry within multitable <2>:     chapter.            (line 1720)
-* t-ruc:                                 chapter.            (line 2214)
-* T-ruc:                                 chapter.            (line 2214)
+* index entry within multitable <1>:     chapter.            (line  918)
+* index entry within multitable <2>:     chapter.            (line 1736)
+* t-ruc:                                 chapter.            (line 2238)
+* T-ruc:                                 chapter.            (line 2238)
 * vtable i--tem code kbdinputstyle:      chapter.            (line  138)
-* vtable i--tem code kbdinputstyle <1>:  chapter.            (line  812)
-* vtable i--tem code kbdinputstyle <2>:  chapter.            (line 1620)
+* vtable i--tem code kbdinputstyle <1>:  chapter.            (line  820)
+* vtable i--tem code kbdinputstyle <2>:  chapter.            (line 1636)
 * vtable i--tem default kbdinputstyle:   chapter.            (line  133)
-* vtable i--tem default kbdinputstyle <1>: chapter.          (line  807)
-* vtable i--tem default kbdinputstyle <2>: chapter.          (line 1615)
+* vtable i--tem default kbdinputstyle <1>: chapter.          (line  815)
+* vtable i--tem default kbdinputstyle <2>: chapter.          (line 1631)
 * vtable i--tem distinct kbdinputstyle:  chapter.            (line  148)
-* vtable i--tem distinct kbdinputstyle <1>: chapter.         (line  822)
-* vtable i--tem distinct kbdinputstyle <2>: chapter.         (line 1630)
+* vtable i--tem distinct kbdinputstyle <1>: chapter.         (line  830)
+* vtable i--tem distinct kbdinputstyle <2>: chapter.         (line 1646)
 * vtable i--tem example kbdinputstyle:   chapter.            (line  143)
-* vtable i--tem example kbdinputstyle <1>: chapter.          (line  817)
-* vtable i--tem example kbdinputstyle <2>: chapter.          (line 1625)
+* vtable i--tem example kbdinputstyle <1>: chapter.          (line  825)
+* vtable i--tem example kbdinputstyle <2>: chapter.          (line 1641)
 * vtable i--tem in example code kbdinputstyle: chapter.      (line  140)
-* vtable i--tem in example code kbdinputstyle <1>: chapter.  (line  814)
-* vtable i--tem in example code kbdinputstyle <2>: chapter.  (line 1622)
+* vtable i--tem in example code kbdinputstyle <1>: chapter.  (line  822)
+* vtable i--tem in example code kbdinputstyle <2>: chapter.  (line 1638)
 * vtable i--tem in example default kbdinputstyle: chapter.   (line  135)
 * vtable i--tem in example default kbdinputstyle <1>: chapter.
-                                                             (line  809)
+                                                             (line  817)
 * vtable i--tem in example default kbdinputstyle <2>: chapter.
-                                                             (line 1617)
+                                                             (line 1633)
 * vtable i--tem in example distinct kbdinputstyle: chapter.  (line  150)
 * vtable i--tem in example distinct kbdinputstyle <1>: chapter.
-                                                             (line  824)
+                                                             (line  832)
 * vtable i--tem in example distinct kbdinputstyle <2>: chapter.
-                                                             (line 1632)
+                                                             (line 1648)
 * vtable i--tem in example example kbdinputstyle: chapter.   (line  145)
 * vtable i--tem in example example kbdinputstyle <1>: chapter.
-                                                             (line  819)
+                                                             (line  827)
 * vtable i--tem in example example kbdinputstyle <2>: chapter.
-                                                             (line 1627)
+                                                             (line 1643)
 
    fn
 
@@ -3087,171 +3087,171 @@ aaa"]
 * Menu:
 
 * --foption:                             chapter.            (line   28)
-* --foption <1>:                         chapter.            (line  702)
-* --foption <2>:                         chapter.            (line 1387)
-* .:                                     chapter.            (line 2214)
-* ?:                                     chapter.            (line 2214)
+* --foption <1>:                         chapter.            (line  710)
+* --foption <2>:                         chapter.            (line 1403)
+* .:                                     chapter.            (line 2238)
+* ?:                                     chapter.            (line 2238)
 * ``:                                    chapter.            (line   28)
-* `` <1>:                                chapter.            (line  702)
-* `` <2>:                                chapter.            (line 1387)
+* `` <1>:                                chapter.            (line  710)
+* `` <2>:                                chapter.            (line 1403)
 * a:                                     chapter.            (line  316)
 * a <1>:                                 chapter.            (line  515)
-* a <2>:                                 chapter.            (line  636)
-* a <3>:                                 chapter.            (line  990)
-* a <4>:                                 chapter.            (line 1189)
-* a <5>:                                 chapter.            (line 1310)
-* a <6>:                                 chapter.            (line 1799)
-* a <7>:                                 chapter.            (line 2000)
-* a <8>:                                 chapter.            (line 2154)
-* a <9>:                                 chapter.            (line 2214)
-* after:                                 chapter.            (line  647)
-* after <1>:                             chapter.            (line 1321)
-* after <2>:                             chapter.            (line 2165)
+* a <2>:                                 chapter.            (line  644)
+* a <3>:                                 chapter.            (line  998)
+* a <4>:                                 chapter.            (line 1197)
+* a <5>:                                 chapter.            (line 1326)
+* a <6>:                                 chapter.            (line 1815)
+* a <7>:                                 chapter.            (line 2016)
+* a <8>:                                 chapter.            (line 2178)
+* a <9>:                                 chapter.            (line 2238)
+* after:                                 chapter.            (line  655)
+* after <1>:                             chapter.            (line 1337)
+* after <2>:                             chapter.            (line 2189)
 * arg2:                                  chapter.            (line  435)
-* arg2 <1>:                              chapter.            (line 1109)
-* arg2 <2>:                              chapter.            (line 1922)
+* arg2 <1>:                              chapter.            (line 1117)
+* arg2 <2>:                              chapter.            (line 1938)
 * b:                                     chapter.            (line  516)
-* b <1>:                                 chapter.            (line  637)
-* b <2>:                                 chapter.            (line 1190)
-* b <3>:                                 chapter.            (line 1311)
-* b <4>:                                 chapter.            (line 2001)
-* b <5>:                                 chapter.            (line 2155)
+* b <1>:                                 chapter.            (line  645)
+* b <2>:                                 chapter.            (line 1198)
+* b <3>:                                 chapter.            (line 1327)
+* b <4>:                                 chapter.            (line 2017)
+* b <5>:                                 chapter.            (line 2179)
 * bidule machin:                         chapter.            (line  311)
-* bidule machin <1>:                     chapter.            (line  985)
-* bidule machin <2>:                     chapter.            (line 1794)
+* bidule machin <1>:                     chapter.            (line  993)
+* bidule machin <2>:                     chapter.            (line 1810)
 * d--effn_name:                          chapter.            (line  295)
-* d--effn_name <1>:                      chapter.            (line  969)
-* d--effn_name <2>:                      chapter.            (line 1778)
+* d--effn_name <1>:                      chapter.            (line  977)
+* d--effn_name <2>:                      chapter.            (line 1794)
 * d--efmac_name:                         chapter.            (line  376)
-* d--efmac_name <1>:                     chapter.            (line 1050)
-* d--efmac_name <2>:                     chapter.            (line 1861)
+* d--efmac_name <1>:                     chapter.            (line 1058)
+* d--efmac_name <2>:                     chapter.            (line 1877)
 * d--efmethod_name on c--lass:           chapter.            (line  403)
-* d--efmethod_name on c--lass <1>:       chapter.            (line 1077)
-* d--efmethod_name on c--lass <2>:       chapter.            (line 1888)
+* d--efmethod_name on c--lass <1>:       chapter.            (line 1085)
+* d--efmethod_name on c--lass <2>:       chapter.            (line 1904)
 * d--efop_name on c--lass:               chapter.            (line  364)
 * d--efop_name on c--lass <1>:           chapter.            (line  367)
-* d--efop_name on c--lass <2>:           chapter.            (line 1038)
-* d--efop_name on c--lass <3>:           chapter.            (line 1041)
-* d--efop_name on c--lass <4>:           chapter.            (line 1849)
-* d--efop_name on c--lass <5>:           chapter.            (line 1852)
+* d--efop_name on c--lass <2>:           chapter.            (line 1046)
+* d--efop_name on c--lass <3>:           chapter.            (line 1049)
+* d--efop_name on c--lass <4>:           chapter.            (line 1865)
+* d--efop_name on c--lass <5>:           chapter.            (line 1868)
 * d--efspec_name:                        chapter.            (line  379)
-* d--efspec_name <1>:                    chapter.            (line 1053)
-* d--efspec_name <2>:                    chapter.            (line 1864)
+* d--efspec_name <1>:                    chapter.            (line 1061)
+* d--efspec_name <2>:                    chapter.            (line 1880)
 * d--eftypefn_name:                      chapter.            (line  337)
 * d--eftypefn_name <1>:                  chapter.            (line  340)
-* d--eftypefn_name <2>:                  chapter.            (line 1011)
-* d--eftypefn_name <3>:                  chapter.            (line 1014)
-* d--eftypefn_name <4>:                  chapter.            (line 1822)
-* d--eftypefn_name <5>:                  chapter.            (line 1825)
+* d--eftypefn_name <2>:                  chapter.            (line 1019)
+* d--eftypefn_name <3>:                  chapter.            (line 1022)
+* d--eftypefn_name <4>:                  chapter.            (line 1838)
+* d--eftypefn_name <5>:                  chapter.            (line 1841)
 * d--eftypefn_name2:                     chapter.            (line  414)
-* d--eftypefn_name2 <1>:                 chapter.            (line 1088)
-* d--eftypefn_name2 <2>:                 chapter.            (line 1900)
+* d--eftypefn_name2 <1>:                 chapter.            (line 1096)
+* d--eftypefn_name2 <2>:                 chapter.            (line 1916)
 * d--eftypefun_name:                     chapter.            (line  391)
-* d--eftypefun_name <1>:                 chapter.            (line 1065)
-* d--eftypefun_name <2>:                 chapter.            (line 1876)
+* d--eftypefun_name <1>:                 chapter.            (line 1073)
+* d--eftypefun_name <2>:                 chapter.            (line 1892)
 * d--eftypemethod_name on c--lass:       chapter.            (line  406)
-* d--eftypemethod_name on c--lass <1>:   chapter.            (line 1080)
-* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1891)
+* d--eftypemethod_name on c--lass <1>:   chapter.            (line 1088)
+* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1907)
 * d--eftypeop_name on c--lass:           chapter.            (line  343)
 * d--eftypeop_name on c--lass <1>:       chapter.            (line  346)
-* d--eftypeop_name on c--lass <2>:       chapter.            (line 1017)
-* d--eftypeop_name on c--lass <3>:       chapter.            (line 1020)
-* d--eftypeop_name on c--lass <4>:       chapter.            (line 1828)
-* d--eftypeop_name on c--lass <5>:       chapter.            (line 1831)
+* d--eftypeop_name on c--lass <2>:       chapter.            (line 1025)
+* d--eftypeop_name on c--lass <3>:       chapter.            (line 1028)
+* d--eftypeop_name on c--lass <4>:       chapter.            (line 1844)
+* d--eftypeop_name on c--lass <5>:       chapter.            (line 1847)
 * d--eftypeop_name2 on c--lass2:         chapter.            (line  419)
 * d--eftypeop_name2 on c--lass2 <1>:     chapter.            (line  424)
-* d--eftypeop_name2 on c--lass2 <2>:     chapter.            (line 1093)
-* d--eftypeop_name2 on c--lass2 <3>:     chapter.            (line 1098)
-* d--eftypeop_name2 on c--lass2 <4>:     chapter.            (line 1905)
-* d--eftypeop_name2 on c--lass2 <5>:     chapter.            (line 1910)
+* d--eftypeop_name2 on c--lass2 <2>:     chapter.            (line 1101)
+* d--eftypeop_name2 on c--lass2 <3>:     chapter.            (line 1106)
+* d--eftypeop_name2 on c--lass2 <4>:     chapter.            (line 1921)
+* d--eftypeop_name2 on c--lass2 <5>:     chapter.            (line 1926)
 * d--efun_name:                          chapter.            (line  373)
-* d--efun_name <1>:                      chapter.            (line 1047)
-* d--efun_name <2>:                      chapter.            (line 1858)
+* d--efun_name <1>:                      chapter.            (line 1055)
+* d--efun_name <2>:                      chapter.            (line 1874)
 * de--ffn_name:                          chapter.            (line  298)
-* de--ffn_name <1>:                      chapter.            (line  972)
-* de--ffn_name <2>:                      chapter.            (line 1781)
+* de--ffn_name <1>:                      chapter.            (line  980)
+* de--ffn_name <2>:                      chapter.            (line 1797)
 * deffn:                                 chapter.            (line  319)
 * deffn <1>:                             chapter.            (line  321)
-* deffn <2>:                             chapter.            (line  993)
-* deffn <3>:                             chapter.            (line  995)
-* deffn <4>:                             chapter.            (line 1803)
-* deffn <5>:                             chapter.            (line 1805)
+* deffn <2>:                             chapter.            (line 1001)
+* deffn <3>:                             chapter.            (line 1003)
+* deffn <4>:                             chapter.            (line 1819)
+* deffn <5>:                             chapter.            (line 1821)
 * deffnx:                                chapter.            (line  317)
 * deffnx <1>:                            chapter.            (line  322)
-* deffnx <2>:                            chapter.            (line  991)
-* deffnx <3>:                            chapter.            (line  996)
-* deffnx <4>:                            chapter.            (line 1800)
-* deffnx <5>:                            chapter.            (line 1806)
-* f---aa:                                chapter.            (line 2214)
-* f---bb, f---cc:                        chapter.            (line 2214)
-* f---ddd, f---eee, ffff:                chapter.            (line 2214)
-* f---ggg, f---hhh fjjj, f---kkk, f---lll: chapter.          (line 2214)
+* deffnx <2>:                            chapter.            (line  999)
+* deffnx <3>:                            chapter.            (line 1004)
+* deffnx <4>:                            chapter.            (line 1816)
+* deffnx <5>:                            chapter.            (line 1822)
+* f---aa:                                chapter.            (line 2238)
+* f---bb, f---cc:                        chapter.            (line 2238)
+* f---ddd, f---eee, ffff:                chapter.            (line 2238)
+* f---ggg, f---hhh fjjj, f---kkk, f---lll: chapter.          (line 2238)
 * followed:                              chapter.            (line  314)
-* followed <1>:                          chapter.            (line  645)
-* followed <2>:                          chapter.            (line  988)
-* followed <3>:                          chapter.            (line 1319)
-* followed <4>:                          chapter.            (line 1797)
-* followed <5>:                          chapter.            (line 2163)
+* followed <1>:                          chapter.            (line  653)
+* followed <2>:                          chapter.            (line  996)
+* followed <3>:                          chapter.            (line 1335)
+* followed <4>:                          chapter.            (line 1813)
+* followed <5>:                          chapter.            (line 2187)
 * I:                                     chapter.            (line  302)
 * I <1>:                                 chapter.            (line  324)
-* I <2>:                                 chapter.            (line  976)
-* I <3>:                                 chapter.            (line  998)
-* I <4>:                                 chapter.            (line 1785)
-* I <5>:                                 chapter.            (line 1808)
+* I <2>:                                 chapter.            (line  984)
+* I <3>:                                 chapter.            (line 1006)
+* I <4>:                                 chapter.            (line 1801)
+* I <5>:                                 chapter.            (line 1824)
 * id i ule:                              chapter.            (line  308)
-* id i ule <1>:                          chapter.            (line  982)
-* id i ule <2>:                          chapter.            (line 1791)
+* id i ule <1>:                          chapter.            (line  990)
+* id i ule <2>:                          chapter.            (line 1807)
 * id ule:                                chapter.            (line  307)
-* id ule <1>:                            chapter.            (line  981)
-* id ule <2>:                            chapter.            (line 1790)
-* INVALID:                               chapter.            (line  649)
-* INVALID <1>:                           chapter.            (line 1323)
-* INVALID <2>:                           chapter.            (line 2167)
+* id ule <1>:                            chapter.            (line  989)
+* id ule <2>:                            chapter.            (line 1806)
+* INVALID:                               chapter.            (line  657)
+* INVALID <1>:                           chapter.            (line 1339)
+* INVALID <2>:                           chapter.            (line 2191)
 * log trap:                              chapter.            (line  304)
-* log trap <1>:                          chapter.            (line  978)
-* log trap <2>:                          chapter.            (line 1787)
+* log trap <1>:                          chapter.            (line  986)
+* log trap <2>:                          chapter.            (line 1803)
 * log trap1:                             chapter.            (line  305)
-* log trap1 <1>:                         chapter.            (line  979)
-* log trap1 <2>:                         chapter.            (line 1788)
+* log trap1 <1>:                         chapter.            (line  987)
+* log trap1 <2>:                         chapter.            (line 1804)
 * log trap2:                             chapter.            (line  306)
-* log trap2 <1>:                         chapter.            (line  980)
-* log trap2 <2>:                         chapter.            (line 1789)
+* log trap2 <1>:                         chapter.            (line  988)
+* log trap2 <2>:                         chapter.            (line 1805)
 * machin:                                chapter.            (line  310)
 * machin <1>:                            chapter.            (line  312)
-* machin <2>:                            chapter.            (line  641)
-* machin <3>:                            chapter.            (line  642)
-* machin <4>:                            chapter.            (line  643)
-* machin <5>:                            chapter.            (line  644)
-* machin <6>:                            chapter.            (line  984)
-* machin <7>:                            chapter.            (line  986)
-* machin <8>:                            chapter.            (line 1315)
-* machin <9>:                            chapter.            (line 1316)
-* machin <10>:                           chapter.            (line 1317)
-* machin <11>:                           chapter.            (line 1318)
-* machin <12>:                           chapter.            (line 1793)
-* machin <13>:                           chapter.            (line 1795)
-* machin <14>:                           chapter.            (line 2159)
-* machin <15>:                           chapter.            (line 2160)
-* machin <16>:                           chapter.            (line 2161)
-* machin <17>:                           chapter.            (line 2162)
+* machin <2>:                            chapter.            (line  649)
+* machin <3>:                            chapter.            (line  650)
+* machin <4>:                            chapter.            (line  651)
+* machin <5>:                            chapter.            (line  652)
+* machin <6>:                            chapter.            (line  992)
+* machin <7>:                            chapter.            (line  994)
+* machin <8>:                            chapter.            (line 1331)
+* machin <9>:                            chapter.            (line 1332)
+* machin <10>:                           chapter.            (line 1333)
+* machin <11>:                           chapter.            (line 1334)
+* machin <12>:                           chapter.            (line 1809)
+* machin <13>:                           chapter.            (line 1811)
+* machin <14>:                           chapter.            (line 2183)
+* machin <15>:                           chapter.            (line 2184)
+* machin <16>:                           chapter.            (line 2185)
+* machin <17>:                           chapter.            (line 2186)
 * n--ame:                                chapter.            (line  331)
 * n--ame <1>:                            chapter.            (line  334)
-* n--ame <2>:                            chapter.            (line 1005)
-* n--ame <3>:                            chapter.            (line 1008)
-* n--ame <4>:                            chapter.            (line 1816)
-* n--ame <5>:                            chapter.            (line 1819)
+* n--ame <2>:                            chapter.            (line 1013)
+* n--ame <3>:                            chapter.            (line 1016)
+* n--ame <4>:                            chapter.            (line 1832)
+* n--ame <5>:                            chapter.            (line 1835)
 * name2:                                 chapter.            (line  409)
-* name2 <1>:                             chapter.            (line 1083)
-* name2 <2>:                             chapter.            (line 1895)
-* t--ruc:                                chapter.            (line 2214)
-* T--ruc:                                chapter.            (line 2214)
+* name2 <1>:                             chapter.            (line 1091)
+* name2 <2>:                             chapter.            (line 1911)
+* t--ruc:                                chapter.            (line 2238)
+* T--ruc:                                chapter.            (line 2238)
 * truc:                                  chapter.            (line  303)
 * truc <1>:                              chapter.            (line  325)
-* truc <2>:                              chapter.            (line  977)
-* truc <3>:                              chapter.            (line  999)
-* truc <4>:                              chapter.            (line 1786)
-* truc <5>:                              chapter.            (line 1809)
-* xxx, zzz:                              chapter.            (line 2214)
+* truc <2>:                              chapter.            (line  985)
+* truc <3>:                              chapter.            (line 1007)
+* truc <4>:                              chapter.            (line 1802)
+* truc <5>:                              chapter.            (line 1825)
+* xxx, zzz:                              chapter.            (line 2238)
 
    vr
 
@@ -3265,8 +3265,8 @@ aaa"]
 * Menu:
 
 * d--eftp_name:                          chapter.            (line  370)
-* d--eftp_name <1>:                      chapter.            (line 1044)
-* d--eftp_name <2>:                      chapter.            (line 1855)
+* d--eftp_name <1>:                      chapter.            (line 1052)
+* d--eftp_name <2>:                      chapter.            (line 1871)
 
    (8)
 
@@ -3349,286 +3349,286 @@ chapter 2
 * Menu:
 
 * ":                                     chapter.            (line   28)
-* " <1>:                                 chapter.            (line  702)
-* " <2>:                                 chapter.            (line 1387)
+* " <1>:                                 chapter.            (line  710)
+* " <2>:                                 chapter.            (line 1403)
 * -option:                               chapter.            (line   28)
-* -option <1>:                           chapter.            (line  702)
-* -option <2>:                           chapter.            (line 1387)
-* .:                                     chapter.            (line 2214)
-* ?:                                     chapter.            (line 2214)
-* a:                                     chapter.            (line 2214)
-* aaa, bbb:                              chapter.            (line 2214)
-* a--a:                                  chapter.            (line 2214)
+* -option <1>:                           chapter.            (line  710)
+* -option <2>:                           chapter.            (line 1403)
+* .:                                     chapter.            (line 2238)
+* ?:                                     chapter.            (line 2238)
+* a:                                     chapter.            (line 2238)
+* aaa, bbb:                              chapter.            (line 2238)
+* a--a:                                  chapter.            (line 2238)
 * a--asis:                               chapter.            (line  511)
-* a--asis <1>:                           chapter.            (line 1185)
-* a--asis <2>:                           chapter.            (line 1996)
+* a--asis <1>:                           chapter.            (line 1193)
+* a--asis <2>:                           chapter.            (line 2012)
 * b:                                     chapter.            (line  512)
-* b <1>:                                 chapter.            (line 1186)
-* b <2>:                                 chapter.            (line 1997)
-* b--b, c--c:                            chapter.            (line 2214)
-* counting entry:                        chapter.            (line 2564)
-* d--dd, e--ee, f--ff:                   chapter.            (line 2214)
+* b <1>:                                 chapter.            (line 1194)
+* b <2>:                                 chapter.            (line 2013)
+* b--b, c--c:                            chapter.            (line 2238)
+* counting entry:                        chapter.            (line 2588)
+* d--dd, e--ee, f--ff:                   chapter.            (line 2238)
 * d--efcv_name:                          chapter.            (line  352)
 * d--efcv_name <1>:                      chapter.            (line  355)
-* d--efcv_name <2>:                      chapter.            (line 1026)
-* d--efcv_name <3>:                      chapter.            (line 1029)
-* d--efcv_name <4>:                      chapter.            (line 1837)
-* d--efcv_name <5>:                      chapter.            (line 1840)
+* d--efcv_name <2>:                      chapter.            (line 1034)
+* d--efcv_name <3>:                      chapter.            (line 1037)
+* d--efcv_name <4>:                      chapter.            (line 1853)
+* d--efcv_name <5>:                      chapter.            (line 1856)
 * d--efivar_name of c--lass:             chapter.            (line  397)
-* d--efivar_name of c--lass <1>:         chapter.            (line 1071)
-* d--efivar_name of c--lass <2>:         chapter.            (line 1882)
+* d--efivar_name of c--lass <1>:         chapter.            (line 1079)
+* d--efivar_name of c--lass <2>:         chapter.            (line 1898)
 * d--efopt_name:                         chapter.            (line  388)
-* d--efopt_name <1>:                     chapter.            (line 1062)
-* d--efopt_name <2>:                     chapter.            (line 1873)
+* d--efopt_name <1>:                     chapter.            (line 1070)
+* d--efopt_name <2>:                     chapter.            (line 1889)
 * d--eftypecv_name of c--lass:           chapter.            (line  358)
 * d--eftypecv_name of c--lass <1>:       chapter.            (line  361)
-* d--eftypecv_name of c--lass <2>:       chapter.            (line 1032)
-* d--eftypecv_name of c--lass <3>:       chapter.            (line 1035)
-* d--eftypecv_name of c--lass <4>:       chapter.            (line 1843)
-* d--eftypecv_name of c--lass <5>:       chapter.            (line 1846)
+* d--eftypecv_name of c--lass <2>:       chapter.            (line 1040)
+* d--eftypecv_name of c--lass <3>:       chapter.            (line 1043)
+* d--eftypecv_name of c--lass <4>:       chapter.            (line 1859)
+* d--eftypecv_name of c--lass <5>:       chapter.            (line 1862)
 * d--eftypecv_name2 of c--lass2:         chapter.            (line  429)
 * d--eftypecv_name2 of c--lass2 <1>:     chapter.            (line  432)
-* d--eftypecv_name2 of c--lass2 <2>:     chapter.            (line 1103)
-* d--eftypecv_name2 of c--lass2 <3>:     chapter.            (line 1106)
-* d--eftypecv_name2 of c--lass2 <4>:     chapter.            (line 1915)
-* d--eftypecv_name2 of c--lass2 <5>:     chapter.            (line 1918)
+* d--eftypecv_name2 of c--lass2 <2>:     chapter.            (line 1111)
+* d--eftypecv_name2 of c--lass2 <3>:     chapter.            (line 1114)
+* d--eftypecv_name2 of c--lass2 <4>:     chapter.            (line 1931)
+* d--eftypecv_name2 of c--lass2 <5>:     chapter.            (line 1934)
 * d--eftypeivar_name of c--lass:         chapter.            (line  400)
-* d--eftypeivar_name of c--lass <1>:     chapter.            (line 1074)
-* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1885)
+* d--eftypeivar_name of c--lass <1>:     chapter.            (line 1082)
+* d--eftypeivar_name of c--lass <2>:     chapter.            (line 1901)
 * d--eftypevar_name:                     chapter.            (line  394)
-* d--eftypevar_name <1>:                 chapter.            (line 1068)
-* d--eftypevar_name <2>:                 chapter.            (line 1879)
+* d--eftypevar_name <1>:                 chapter.            (line 1076)
+* d--eftypevar_name <2>:                 chapter.            (line 1895)
 * d--eftypevr_name:                      chapter.            (line  349)
-* d--eftypevr_name <1>:                  chapter.            (line 1023)
-* d--eftypevr_name <2>:                  chapter.            (line 1834)
+* d--eftypevr_name <1>:                  chapter.            (line 1031)
+* d--eftypevr_name <2>:                  chapter.            (line 1850)
 * d--efvar_name:                         chapter.            (line  382)
 * d--efvar_name <1>:                     chapter.            (line  385)
-* d--efvar_name <2>:                     chapter.            (line 1056)
-* d--efvar_name <3>:                     chapter.            (line 1059)
-* d--efvar_name <4>:                     chapter.            (line 1867)
-* d--efvar_name <5>:                     chapter.            (line 1870)
+* d--efvar_name <2>:                     chapter.            (line 1064)
+* d--efvar_name <3>:                     chapter.            (line 1067)
+* d--efvar_name <4>:                     chapter.            (line 1883)
+* d--efvar_name <5>:                     chapter.            (line 1886)
 * d--efvr_name:                          chapter.            (line  328)
-* d--efvr_name <1>:                      chapter.            (line 1002)
-* d--efvr_name <2>:                      chapter.            (line 1813)
-* g--gg, h--hh jjj, k--kk, l--ll:        chapter.            (line 2214)
+* d--efvr_name <1>:                      chapter.            (line 1010)
+* d--efvr_name <2>:                      chapter.            (line 1829)
+* g--gg, h--hh jjj, k--kk, l--ll:        chapter.            (line 2238)
 * index entry between item and itemx:    chapter.            (line  516)
-* index entry between item and itemx <1>: chapter.           (line  637)
-* index entry between item and itemx <2>: chapter.           (line 1190)
-* index entry between item and itemx <3>: chapter.           (line 1311)
-* index entry between item and itemx <4>: chapter.           (line 2001)
-* index entry between item and itemx <5>: chapter.           (line 2155)
-* index entry in footnote:               chapter.            (line 2559)
+* index entry between item and itemx <1>: chapter.           (line  645)
+* index entry between item and itemx <2>: chapter.           (line 1198)
+* index entry between item and itemx <3>: chapter.           (line 1327)
+* index entry between item and itemx <4>: chapter.           (line 2017)
+* index entry between item and itemx <5>: chapter.           (line 2179)
+* index entry in footnote:               chapter.            (line 2583)
 * index entry within deffn:              chapter.            (line  303)
-* index entry within deffn <1>:          chapter.            (line  977)
-* index entry within deffn <2>:          chapter.            (line 1786)
+* index entry within deffn <1>:          chapter.            (line  985)
+* index entry within deffn <2>:          chapter.            (line 1802)
 * index entry within itemize:            chapter.            (line  214)
-* index entry within itemize <1>:        chapter.            (line  888)
-* index entry within itemize <2>:        chapter.            (line 1697)
+* index entry within itemize <1>:        chapter.            (line  896)
+* index entry within itemize <2>:        chapter.            (line 1713)
 * index entry within multitable:         chapter.            (line  236)
-* index entry within multitable <1>:     chapter.            (line  910)
-* index entry within multitable <2>:     chapter.            (line 1720)
-* t-ruc:                                 chapter.            (line 2214)
-* T-ruc:                                 chapter.            (line 2214)
+* index entry within multitable <1>:     chapter.            (line  918)
+* index entry within multitable <2>:     chapter.            (line 1736)
+* t-ruc:                                 chapter.            (line 2238)
+* T-ruc:                                 chapter.            (line 2238)
 * vtable i--tem code kbdinputstyle:      chapter.            (line  138)
-* vtable i--tem code kbdinputstyle <1>:  chapter.            (line  812)
-* vtable i--tem code kbdinputstyle <2>:  chapter.            (line 1620)
+* vtable i--tem code kbdinputstyle <1>:  chapter.            (line  820)
+* vtable i--tem code kbdinputstyle <2>:  chapter.            (line 1636)
 * vtable i--tem default kbdinputstyle:   chapter.            (line  133)
-* vtable i--tem default kbdinputstyle <1>: chapter.          (line  807)
-* vtable i--tem default kbdinputstyle <2>: chapter.          (line 1615)
+* vtable i--tem default kbdinputstyle <1>: chapter.          (line  815)
+* vtable i--tem default kbdinputstyle <2>: chapter.          (line 1631)
 * vtable i--tem distinct kbdinputstyle:  chapter.            (line  148)
-* vtable i--tem distinct kbdinputstyle <1>: chapter.         (line  822)
-* vtable i--tem distinct kbdinputstyle <2>: chapter.         (line 1630)
+* vtable i--tem distinct kbdinputstyle <1>: chapter.         (line  830)
+* vtable i--tem distinct kbdinputstyle <2>: chapter.         (line 1646)
 * vtable i--tem example kbdinputstyle:   chapter.            (line  143)
-* vtable i--tem example kbdinputstyle <1>: chapter.          (line  817)
-* vtable i--tem example kbdinputstyle <2>: chapter.          (line 1625)
+* vtable i--tem example kbdinputstyle <1>: chapter.          (line  825)
+* vtable i--tem example kbdinputstyle <2>: chapter.          (line 1641)
 * vtable i--tem in example code kbdinputstyle: chapter.      (line  140)
-* vtable i--tem in example code kbdinputstyle <1>: chapter.  (line  814)
-* vtable i--tem in example code kbdinputstyle <2>: chapter.  (line 1622)
+* vtable i--tem in example code kbdinputstyle <1>: chapter.  (line  822)
+* vtable i--tem in example code kbdinputstyle <2>: chapter.  (line 1638)
 * vtable i--tem in example default kbdinputstyle: chapter.   (line  135)
 * vtable i--tem in example default kbdinputstyle <1>: chapter.
-                                                             (line  809)
+                                                             (line  817)
 * vtable i--tem in example default kbdinputstyle <2>: chapter.
-                                                             (line 1617)
+                                                             (line 1633)
 * vtable i--tem in example distinct kbdinputstyle: chapter.  (line  150)
 * vtable i--tem in example distinct kbdinputstyle <1>: chapter.
-                                                             (line  824)
+                                                             (line  832)
 * vtable i--tem in example distinct kbdinputstyle <2>: chapter.
-                                                             (line 1632)
+                                                             (line 1648)
 * vtable i--tem in example example kbdinputstyle: chapter.   (line  145)
 * vtable i--tem in example example kbdinputstyle <1>: chapter.
-                                                             (line  819)
+                                                             (line  827)
 * vtable i--tem in example example kbdinputstyle <2>: chapter.
-                                                             (line 1627)
+                                                             (line 1643)
 
 [index]
 * Menu:
 
 * --foption:                             chapter.            (line   28)
-* --foption <1>:                         chapter.            (line  702)
-* --foption <2>:                         chapter.            (line 1387)
-* .:                                     chapter.            (line 2214)
-* ?:                                     chapter.            (line 2214)
+* --foption <1>:                         chapter.            (line  710)
+* --foption <2>:                         chapter.            (line 1403)
+* .:                                     chapter.            (line 2238)
+* ?:                                     chapter.            (line 2238)
 * ``:                                    chapter.            (line   28)
-* `` <1>:                                chapter.            (line  702)
-* `` <2>:                                chapter.            (line 1387)
+* `` <1>:                                chapter.            (line  710)
+* `` <2>:                                chapter.            (line 1403)
 * a:                                     chapter.            (line  316)
 * a <1>:                                 chapter.            (line  515)
-* a <2>:                                 chapter.            (line  636)
-* a <3>:                                 chapter.            (line  990)
-* a <4>:                                 chapter.            (line 1189)
-* a <5>:                                 chapter.            (line 1310)
-* a <6>:                                 chapter.            (line 1799)
-* a <7>:                                 chapter.            (line 2000)
-* a <8>:                                 chapter.            (line 2154)
-* a <9>:                                 chapter.            (line 2214)
-* after:                                 chapter.            (line  647)
-* after <1>:                             chapter.            (line 1321)
-* after <2>:                             chapter.            (line 2165)
+* a <2>:                                 chapter.            (line  644)
+* a <3>:                                 chapter.            (line  998)
+* a <4>:                                 chapter.            (line 1197)
+* a <5>:                                 chapter.            (line 1326)
+* a <6>:                                 chapter.            (line 1815)
+* a <7>:                                 chapter.            (line 2016)
+* a <8>:                                 chapter.            (line 2178)
+* a <9>:                                 chapter.            (line 2238)
+* after:                                 chapter.            (line  655)
+* after <1>:                             chapter.            (line 1337)
+* after <2>:                             chapter.            (line 2189)
 * arg2:                                  chapter.            (line  435)
-* arg2 <1>:                              chapter.            (line 1109)
-* arg2 <2>:                              chapter.            (line 1922)
+* arg2 <1>:                              chapter.            (line 1117)
+* arg2 <2>:                              chapter.            (line 1938)
 * b:                                     chapter.            (line  516)
-* b <1>:                                 chapter.            (line  637)
-* b <2>:                                 chapter.            (line 1190)
-* b <3>:                                 chapter.            (line 1311)
-* b <4>:                                 chapter.            (line 2001)
-* b <5>:                                 chapter.            (line 2155)
+* b <1>:                                 chapter.            (line  645)
+* b <2>:                                 chapter.            (line 1198)
+* b <3>:                                 chapter.            (line 1327)
+* b <4>:                                 chapter.            (line 2017)
+* b <5>:                                 chapter.            (line 2179)
 * bidule machin:                         chapter.            (line  311)
-* bidule machin <1>:                     chapter.            (line  985)
-* bidule machin <2>:                     chapter.            (line 1794)
+* bidule machin <1>:                     chapter.            (line  993)
+* bidule machin <2>:                     chapter.            (line 1810)
 * d--effn_name:                          chapter.            (line  295)
-* d--effn_name <1>:                      chapter.            (line  969)
-* d--effn_name <2>:                      chapter.            (line 1778)
+* d--effn_name <1>:                      chapter.            (line  977)
+* d--effn_name <2>:                      chapter.            (line 1794)
 * d--efmac_name:                         chapter.            (line  376)
-* d--efmac_name <1>:                     chapter.            (line 1050)
-* d--efmac_name <2>:                     chapter.            (line 1861)
+* d--efmac_name <1>:                     chapter.            (line 1058)
+* d--efmac_name <2>:                     chapter.            (line 1877)
 * d--efmethod_name on c--lass:           chapter.            (line  403)
-* d--efmethod_name on c--lass <1>:       chapter.            (line 1077)
-* d--efmethod_name on c--lass <2>:       chapter.            (line 1888)
+* d--efmethod_name on c--lass <1>:       chapter.            (line 1085)
+* d--efmethod_name on c--lass <2>:       chapter.            (line 1904)
 * d--efop_name on c--lass:               chapter.            (line  364)
 * d--efop_name on c--lass <1>:           chapter.            (line  367)
-* d--efop_name on c--lass <2>:           chapter.            (line 1038)
-* d--efop_name on c--lass <3>:           chapter.            (line 1041)
-* d--efop_name on c--lass <4>:           chapter.            (line 1849)
-* d--efop_name on c--lass <5>:           chapter.            (line 1852)
+* d--efop_name on c--lass <2>:           chapter.            (line 1046)
+* d--efop_name on c--lass <3>:           chapter.            (line 1049)
+* d--efop_name on c--lass <4>:           chapter.            (line 1865)
+* d--efop_name on c--lass <5>:           chapter.            (line 1868)
 * d--efspec_name:                        chapter.            (line  379)
-* d--efspec_name <1>:                    chapter.            (line 1053)
-* d--efspec_name <2>:                    chapter.            (line 1864)
+* d--efspec_name <1>:                    chapter.            (line 1061)
+* d--efspec_name <2>:                    chapter.            (line 1880)
 * d--eftypefn_name:                      chapter.            (line  337)
 * d--eftypefn_name <1>:                  chapter.            (line  340)
-* d--eftypefn_name <2>:                  chapter.            (line 1011)
-* d--eftypefn_name <3>:                  chapter.            (line 1014)
-* d--eftypefn_name <4>:                  chapter.            (line 1822)
-* d--eftypefn_name <5>:                  chapter.            (line 1825)
+* d--eftypefn_name <2>:                  chapter.            (line 1019)
+* d--eftypefn_name <3>:                  chapter.            (line 1022)
+* d--eftypefn_name <4>:                  chapter.            (line 1838)
+* d--eftypefn_name <5>:                  chapter.            (line 1841)
 * d--eftypefn_name2:                     chapter.            (line  414)
-* d--eftypefn_name2 <1>:                 chapter.            (line 1088)
-* d--eftypefn_name2 <2>:                 chapter.            (line 1900)
+* d--eftypefn_name2 <1>:                 chapter.            (line 1096)
+* d--eftypefn_name2 <2>:                 chapter.            (line 1916)
 * d--eftypefun_name:                     chapter.            (line  391)
-* d--eftypefun_name <1>:                 chapter.            (line 1065)
-* d--eftypefun_name <2>:                 chapter.            (line 1876)
+* d--eftypefun_name <1>:                 chapter.            (line 1073)
+* d--eftypefun_name <2>:                 chapter.            (line 1892)
 * d--eftypemethod_name on c--lass:       chapter.            (line  406)
-* d--eftypemethod_name on c--lass <1>:   chapter.            (line 1080)
-* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1891)
+* d--eftypemethod_name on c--lass <1>:   chapter.            (line 1088)
+* d--eftypemethod_name on c--lass <2>:   chapter.            (line 1907)
 * d--eftypeop_name on c--lass:           chapter.            (line  343)
 * d--eftypeop_name on c--lass <1>:       chapter.            (line  346)
-* d--eftypeop_name on c--lass <2>:       chapter.            (line 1017)
-* d--eftypeop_name on c--lass <3>:       chapter.            (line 1020)
-* d--eftypeop_name on c--lass <4>:       chapter.            (line 1828)
-* d--eftypeop_name on c--lass <5>:       chapter.            (line 1831)
+* d--eftypeop_name on c--lass <2>:       chapter.            (line 1025)
+* d--eftypeop_name on c--lass <3>:       chapter.            (line 1028)
+* d--eftypeop_name on c--lass <4>:       chapter.            (line 1844)
+* d--eftypeop_name on c--lass <5>:       chapter.            (line 1847)
 * d--eftypeop_name2 on c--lass2:         chapter.            (line  419)
 * d--eftypeop_name2 on c--lass2 <1>:     chapter.            (line  424)
-* d--eftypeop_name2 on c--lass2 <2>:     chapter.            (line 1093)
-* d--eftypeop_name2 on c--lass2 <3>:     chapter.            (line 1098)
-* d--eftypeop_name2 on c--lass2 <4>:     chapter.            (line 1905)
-* d--eftypeop_name2 on c--lass2 <5>:     chapter.            (line 1910)
+* d--eftypeop_name2 on c--lass2 <2>:     chapter.            (line 1101)
+* d--eftypeop_name2 on c--lass2 <3>:     chapter.            (line 1106)
+* d--eftypeop_name2 on c--lass2 <4>:     chapter.            (line 1921)
+* d--eftypeop_name2 on c--lass2 <5>:     chapter.            (line 1926)
 * d--efun_name:                          chapter.            (line  373)
-* d--efun_name <1>:                      chapter.            (line 1047)
-* d--efun_name <2>:                      chapter.            (line 1858)
+* d--efun_name <1>:                      chapter.            (line 1055)
+* d--efun_name <2>:                      chapter.            (line 1874)
 * de--ffn_name:                          chapter.            (line  298)
-* de--ffn_name <1>:                      chapter.            (line  972)
-* de--ffn_name <2>:                      chapter.            (line 1781)
+* de--ffn_name <1>:                      chapter.            (line  980)
+* de--ffn_name <2>:                      chapter.            (line 1797)
 * deffn:                                 chapter.            (line  319)
 * deffn <1>:                             chapter.            (line  321)
-* deffn <2>:                             chapter.            (line  993)
-* deffn <3>:                             chapter.            (line  995)
-* deffn <4>:                             chapter.            (line 1803)
-* deffn <5>:                             chapter.            (line 1805)
+* deffn <2>:                             chapter.            (line 1001)
+* deffn <3>:                             chapter.            (line 1003)
+* deffn <4>:                             chapter.            (line 1819)
+* deffn <5>:                             chapter.            (line 1821)
 * deffnx:                                chapter.            (line  317)
 * deffnx <1>:                            chapter.            (line  322)
-* deffnx <2>:                            chapter.            (line  991)
-* deffnx <3>:                            chapter.            (line  996)
-* deffnx <4>:                            chapter.            (line 1800)
-* deffnx <5>:                            chapter.            (line 1806)
-* f---aa:                                chapter.            (line 2214)
-* f---bb, f---cc:                        chapter.            (line 2214)
-* f---ddd, f---eee, ffff:                chapter.            (line 2214)
-* f---ggg, f---hhh fjjj, f---kkk, f---lll: chapter.          (line 2214)
+* deffnx <2>:                            chapter.            (line  999)
+* deffnx <3>:                            chapter.            (line 1004)
+* deffnx <4>:                            chapter.            (line 1816)
+* deffnx <5>:                            chapter.            (line 1822)
+* f---aa:                                chapter.            (line 2238)
+* f---bb, f---cc:                        chapter.            (line 2238)
+* f---ddd, f---eee, ffff:                chapter.            (line 2238)
+* f---ggg, f---hhh fjjj, f---kkk, f---lll: chapter.          (line 2238)
 * followed:                              chapter.            (line  314)
-* followed <1>:                          chapter.            (line  645)
-* followed <2>:                          chapter.            (line  988)
-* followed <3>:                          chapter.            (line 1319)
-* followed <4>:                          chapter.            (line 1797)
-* followed <5>:                          chapter.            (line 2163)
+* followed <1>:                          chapter.            (line  653)
+* followed <2>:                          chapter.            (line  996)
+* followed <3>:                          chapter.            (line 1335)
+* followed <4>:                          chapter.            (line 1813)
+* followed <5>:                          chapter.            (line 2187)
 * I:                                     chapter.            (line  302)
 * I <1>:                                 chapter.            (line  324)
-* I <2>:                                 chapter.            (line  976)
-* I <3>:                                 chapter.            (line  998)
-* I <4>:                                 chapter.            (line 1785)
-* I <5>:                                 chapter.            (line 1808)
+* I <2>:                                 chapter.            (line  984)
+* I <3>:                                 chapter.            (line 1006)
+* I <4>:                                 chapter.            (line 1801)
+* I <5>:                                 chapter.            (line 1824)
 * id i ule:                              chapter.            (line  308)
-* id i ule <1>:                          chapter.            (line  982)
-* id i ule <2>:                          chapter.            (line 1791)
+* id i ule <1>:                          chapter.            (line  990)
+* id i ule <2>:                          chapter.            (line 1807)
 * id ule:                                chapter.            (line  307)
-* id ule <1>:                            chapter.            (line  981)
-* id ule <2>:                            chapter.            (line 1790)
-* INVALID:                               chapter.            (line  649)
-* INVALID <1>:                           chapter.            (line 1323)
-* INVALID <2>:                           chapter.            (line 2167)
+* id ule <1>:                            chapter.            (line  989)
+* id ule <2>:                            chapter.            (line 1806)
+* INVALID:                               chapter.            (line  657)
+* INVALID <1>:                           chapter.            (line 1339)
+* INVALID <2>:                           chapter.            (line 2191)
 * log trap:                              chapter.            (line  304)
-* log trap <1>:                          chapter.            (line  978)
-* log trap <2>:                          chapter.            (line 1787)
+* log trap <1>:                          chapter.            (line  986)
+* log trap <2>:                          chapter.            (line 1803)
 * log trap1:                             chapter.            (line  305)
-* log trap1 <1>:                         chapter.            (line  979)
-* log trap1 <2>:                         chapter.            (line 1788)
+* log trap1 <1>:                         chapter.            (line  987)
+* log trap1 <2>:                         chapter.            (line 1804)
 * log trap2:                             chapter.            (line  306)
-* log trap2 <1>:                         chapter.            (line  980)
-* log trap2 <2>:                         chapter.            (line 1789)
+* log trap2 <1>:                         chapter.            (line  988)
+* log trap2 <2>:                         chapter.            (line 1805)
 * machin:                                chapter.            (line  310)
 * machin <1>:                            chapter.            (line  312)
-* machin <2>:                            chapter.            (line  641)
-* machin <3>:                            chapter.            (line  642)
-* machin <4>:                            chapter.            (line  643)
-* machin <5>:                            chapter.            (line  644)
-* machin <6>:                            chapter.            (line  984)
-* machin <7>:                            chapter.            (line  986)
-* machin <8>:                            chapter.            (line 1315)
-* machin <9>:                            chapter.            (line 1316)
-* machin <10>:                           chapter.            (line 1317)
-* machin <11>:                           chapter.            (line 1318)
-* machin <12>:                           chapter.            (line 1793)
-* machin <13>:                           chapter.            (line 1795)
-* machin <14>:                           chapter.            (line 2159)
-* machin <15>:                           chapter.            (line 2160)
-* machin <16>:                           chapter.            (line 2161)
-* machin <17>:                           chapter.            (line 2162)
+* machin <2>:                            chapter.            (line  649)
+* machin <3>:                            chapter.            (line  650)
+* machin <4>:                            chapter.            (line  651)
+* machin <5>:                            chapter.            (line  652)
+* machin <6>:                            chapter.            (line  992)
+* machin <7>:                            chapter.            (line  994)
+* machin <8>:                            chapter.            (line 1331)
+* machin <9>:                            chapter.            (line 1332)
+* machin <10>:                           chapter.            (line 1333)
+* machin <11>:                           chapter.            (line 1334)
+* machin <12>:                           chapter.            (line 1809)
+* machin <13>:                           chapter.            (line 1811)
+* machin <14>:                           chapter.            (line 2183)
+* machin <15>:                           chapter.            (line 2184)
+* machin <16>:                           chapter.            (line 2185)
+* machin <17>:                           chapter.            (line 2186)
 * n--ame:                                chapter.            (line  331)
 * n--ame <1>:                            chapter.            (line  334)
-* n--ame <2>:                            chapter.            (line 1005)
-* n--ame <3>:                            chapter.            (line 1008)
-* n--ame <4>:                            chapter.            (line 1816)
-* n--ame <5>:                            chapter.            (line 1819)
+* n--ame <2>:                            chapter.            (line 1013)
+* n--ame <3>:                            chapter.            (line 1016)
+* n--ame <4>:                            chapter.            (line 1832)
+* n--ame <5>:                            chapter.            (line 1835)
 * name2:                                 chapter.            (line  409)
-* name2 <1>:                             chapter.            (line 1083)
-* name2 <2>:                             chapter.            (line 1895)
-* t--ruc:                                chapter.            (line 2214)
-* T--ruc:                                chapter.            (line 2214)
+* name2 <1>:                             chapter.            (line 1091)
+* name2 <2>:                             chapter.            (line 1911)
+* t--ruc:                                chapter.            (line 2238)
+* T--ruc:                                chapter.            (line 2238)
 * truc:                                  chapter.            (line  303)
 * truc <1>:                              chapter.            (line  325)
-* truc <2>:                              chapter.            (line  977)
-* truc <3>:                              chapter.            (line  999)
-* truc <4>:                              chapter.            (line 1786)
-* truc <5>:                              chapter.            (line 1809)
-* xxx, zzz:                              chapter.            (line 2214)
+* truc <2>:                              chapter.            (line  985)
+* truc <3>:                              chapter.            (line 1007)
+* truc <4>:                              chapter.            (line 1802)
+* truc <5>:                              chapter.            (line 1825)
+* xxx, zzz:                              chapter.            (line 2238)
 
 
 



reply via email to

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