diff options
| author | Joakim Verona | 2012-12-22 01:00:51 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-22 01:00:51 +0100 |
| commit | 01de1062ecd99bfdd624fd520d307966b40357d5 (patch) | |
| tree | 76d961dc9ad6b32d4d2d811a58a3f613ac69a03c | |
| parent | 222a843741c09ceb1982e0eaa9894bef6ca6c37f (diff) | |
| parent | c545e313b55b8efd1565f1ee50164026134a73dc (diff) | |
| download | emacs-01de1062ecd99bfdd624fd520d307966b40357d5.tar.gz emacs-01de1062ecd99bfdd624fd520d307966b40357d5.zip | |
auto upstream
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/Makefile.in | 7 | ||||
| -rw-r--r-- | doc/misc/woman.texi | 73 |
3 files changed, 41 insertions, 44 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 052ec1e4fea..0d9396d6f3f 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2012-12-21 Glenn Morris <rgm@gnu.org> | 1 | 2012-12-21 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * woman.texi (UPDATED, VERSION): Remove in favor of EMACSVER. | ||
| 4 | Include emacsver.texi. Nuke hand-written node pointers. | ||
| 5 | * Makefile.in ($(buildinfodir)/woman$(INFO_EXT), woman.dvi, woman.pdf): | ||
| 6 | Depend on emacsver.texi. | ||
| 7 | |||
| 3 | * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi: | 8 | * auth.texi, emacs-gnutls.texi, epa.texi, ert.texi: |
| 4 | * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi: | 9 | * gnus-coding.texi, info.texi, nxml-mode.texi, sasl.texi: |
| 5 | May as well just include doclicense.texi in everything. | 10 | May as well just include doclicense.texi in everything. |
diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index c99657fb9bb..6b8c74e93bb 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in | |||
| @@ -27,7 +27,6 @@ srcdir=@srcdir@ | |||
| 27 | ## Where the output files go. | 27 | ## Where the output files go. |
| 28 | buildinfodir = $(srcdir)/../../info | 28 | buildinfodir = $(srcdir)/../../info |
| 29 | ## Directory with emacsver.texi. | 29 | ## Directory with emacsver.texi. |
| 30 | ## Currently only used by efaq and calc. | ||
| 31 | emacsdir = $(srcdir)/../emacs | 30 | emacsdir = $(srcdir)/../emacs |
| 32 | 31 | ||
| 33 | MKDIR_P = @MKDIR_P@ | 32 | MKDIR_P = @MKDIR_P@ |
| @@ -685,12 +684,12 @@ wisent.pdf: ${srcdir}/wisent.texi | |||
| 685 | $(ENVADD) $(TEXI2PDF) ${srcdir}/wisent.texi | 684 | $(ENVADD) $(TEXI2PDF) ${srcdir}/wisent.texi |
| 686 | 685 | ||
| 687 | woman : $(buildinfodir)/woman$(INFO_EXT) | 686 | woman : $(buildinfodir)/woman$(INFO_EXT) |
| 688 | $(buildinfodir)/woman$(INFO_EXT): ${srcdir}/woman.texi | 687 | $(buildinfodir)/woman$(INFO_EXT): ${srcdir}/woman.texi $(emacsdir)/emacsver.texi |
| 689 | $(mkinfodir) | 688 | $(mkinfodir) |
| 690 | $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/woman.texi | 689 | $(MAKEINFO) $(MAKEINFO_OPTS) $(INFO_OPTS) -o $@ ${srcdir}/woman.texi |
| 691 | woman.dvi: ${srcdir}/woman.texi | 690 | woman.dvi: ${srcdir}/woman.texi $(emacsdir)/emacsver.texi |
| 692 | $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi | 691 | $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi |
| 693 | woman.pdf: ${srcdir}/woman.texi | 692 | woman.pdf: ${srcdir}/woman.texi $(emacsdir)/emacsver.texi |
| 694 | $(ENVADD) $(TEXI2PDF) ${srcdir}/woman.texi | 693 | $(ENVADD) $(TEXI2PDF) ${srcdir}/woman.texi |
| 695 | 694 | ||
| 696 | 695 | ||
diff --git a/doc/misc/woman.texi b/doc/misc/woman.texi index 574eeb9a16d..f9ca026cbb0 100644 --- a/doc/misc/woman.texi +++ b/doc/misc/woman.texi | |||
| @@ -2,11 +2,7 @@ | |||
| 2 | @c %**start of header | 2 | @c %**start of header |
| 3 | @setfilename ../../info/woman | 3 | @setfilename ../../info/woman |
| 4 | @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' | 4 | @settitle WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' |
| 5 | @c FIXME | 5 | @include emacsver.texi |
| 6 | @c Manual last updated: | ||
| 7 | @set UPDATED Time-stamp: <Fri 21-Dec-2012 10:15:12 gm on skiddaw> | ||
| 8 | @c Software version: | ||
| 9 | @set VERSION 0.54 (beta) | ||
| 10 | @afourpaper | 6 | @afourpaper |
| 11 | @c With different size paper the printed page breaks will need attention! | 7 | @c With different size paper the printed page breaks will need attention! |
| 12 | @c Look for @page and @need commands. | 8 | @c Look for @page and @need commands. |
| @@ -43,7 +39,7 @@ modify this GNU manual.'' | |||
| 43 | @titlepage | 39 | @titlepage |
| 44 | @title WoMan | 40 | @title WoMan |
| 45 | @subtitle Browse Unix Manual Pages ``W.O. (without) Man'' | 41 | @subtitle Browse Unix Manual Pages ``W.O. (without) Man'' |
| 46 | @subtitle Software Version @value{VERSION} | 42 | @subtitle as distributed with Emacs @value{EMACSVER} |
| 47 | @author Francis J. Wright | 43 | @author Francis J. Wright |
| 48 | @sp 2 | 44 | @sp 2 |
| 49 | @author School of Mathematical Sciences | 45 | @author School of Mathematical Sciences |
| @@ -53,8 +49,6 @@ modify this GNU manual.'' | |||
| 53 | @author @email{F.J.Wright@@qmul.ac.uk} | 49 | @author @email{F.J.Wright@@qmul.ac.uk} |
| 54 | @author @uref{http://centaur.maths.qmw.ac.uk/} | 50 | @author @uref{http://centaur.maths.qmw.ac.uk/} |
| 55 | @c He no longer maintains this manual. | 51 | @c He no longer maintains this manual. |
| 56 | @sp 2 | ||
| 57 | @author Manual Last Updated @value{UPDATED} | ||
| 58 | 52 | ||
| 59 | @comment The following two commands start the copyright page. | 53 | @comment The following two commands start the copyright page. |
| 60 | @page | 54 | @page |
| @@ -67,13 +61,12 @@ modify this GNU manual.'' | |||
| 67 | @c =================================================================== | 61 | @c =================================================================== |
| 68 | 62 | ||
| 69 | @ifnottex | 63 | @ifnottex |
| 70 | @node Top, Introduction, (dir), (dir) | 64 | @node Top |
| 71 | @comment node-name, next, previous, up | 65 | @comment node-name, next, previous, up |
| 72 | @top WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' | 66 | @top WoMan: Browse Unix Manual Pages ``W.O. (without) Man'' |
| 73 | 67 | ||
| 74 | @display | 68 | @display |
| 75 | Software Version @value{VERSION} | 69 | As distributed with Emacs @value{EMACSVER}. |
| 76 | Manual Last Updated @value{UPDATED} | ||
| 77 | 70 | ||
| 78 | @email{F.J.Wright@@qmw.ac.uk, Francis J. Wright} | 71 | @email{F.J.Wright@@qmw.ac.uk, Francis J. Wright} |
| 79 | @uref{http://centaur.maths.qmw.ac.uk/, School of Mathematical Sciences} | 72 | @uref{http://centaur.maths.qmw.ac.uk/, School of Mathematical Sciences} |
| @@ -103,7 +96,7 @@ Mile End Road, London E1 4NS, UK | |||
| 103 | 96 | ||
| 104 | @c =================================================================== | 97 | @c =================================================================== |
| 105 | 98 | ||
| 106 | @node Introduction, Background, Top, Top | 99 | @node Introduction |
| 107 | @comment node-name, next, previous, up | 100 | @comment node-name, next, previous, up |
| 108 | @chapter Introduction | 101 | @chapter Introduction |
| 109 | @cindex introduction | 102 | @cindex introduction |
| @@ -165,7 +158,7 @@ Reporting Bugs}. | |||
| 165 | 158 | ||
| 166 | @c =================================================================== | 159 | @c =================================================================== |
| 167 | 160 | ||
| 168 | @node Background, Finding, Introduction, Top | 161 | @node Background |
| 169 | @comment node-name, next, previous, up | 162 | @comment node-name, next, previous, up |
| 170 | @chapter Background | 163 | @chapter Background |
| 171 | @cindex background | 164 | @cindex background |
| @@ -295,7 +288,7 @@ be possible to move WoMan from an emulation of @code{nroff} to an | |||
| 295 | emulation of @code{troff} as GNU Emacs moves to providing bit-mapped | 288 | emulation of @code{troff} as GNU Emacs moves to providing bit-mapped |
| 296 | display facilities. | 289 | display facilities. |
| 297 | 290 | ||
| 298 | @node Finding, Browsing, Background, Top | 291 | @node Finding |
| 299 | @comment node-name, next, previous, up | 292 | @comment node-name, next, previous, up |
| 300 | @chapter Finding and Formatting Man Pages | 293 | @chapter Finding and Formatting Man Pages |
| 301 | @cindex using, finding man pages | 294 | @cindex using, finding man pages |
| @@ -352,7 +345,7 @@ setting WoMan file paths. | |||
| 352 | * Automatic:: Automatic Interface | 345 | * Automatic:: Automatic Interface |
| 353 | @end menu | 346 | @end menu |
| 354 | 347 | ||
| 355 | @node Topic, Filename, Finding, Finding | 348 | @node Topic |
| 356 | @comment node-name, next, previous, up | 349 | @comment node-name, next, previous, up |
| 357 | @section Topic Interface | 350 | @section Topic Interface |
| 358 | @cindex topic interface | 351 | @cindex topic interface |
| @@ -434,7 +427,7 @@ slow. @xref{Cache, , The WoMan Topic Cache}, for further details. | |||
| 434 | * Word at point:: Using the "Word at Point" as a Topic Suggestion | 427 | * Word at point:: Using the "Word at Point" as a Topic Suggestion |
| 435 | @end menu | 428 | @end menu |
| 436 | 429 | ||
| 437 | @node Cache, Word at point, Topic, Topic | 430 | @node Cache |
| 438 | @comment node-name, next, previous, up | 431 | @comment node-name, next, previous, up |
| 439 | @subsection The WoMan Topic Cache | 432 | @subsection The WoMan Topic Cache |
| 440 | @cindex topic cache | 433 | @cindex topic cache |
| @@ -469,7 +462,7 @@ automatically update its cache file on disc (if one is in use) the next | |||
| 469 | time it is run in a new Emacs session. | 462 | time it is run in a new Emacs session. |
| 470 | 463 | ||
| 471 | 464 | ||
| 472 | @node Word at point, , Cache, Topic | 465 | @node Word at point |
| 473 | @comment node-name, next, previous, up | 466 | @comment node-name, next, previous, up |
| 474 | @subsection Using the "Word at Point" as a Topic Suggestion | 467 | @subsection Using the "Word at Point" as a Topic Suggestion |
| 475 | @cindex word at point | 468 | @cindex word at point |
| @@ -496,7 +489,7 @@ point without seeking confirmation: | |||
| 496 | @end lisp | 489 | @end lisp |
| 497 | 490 | ||
| 498 | 491 | ||
| 499 | @node Filename, Automatic, Topic, Finding | 492 | @node Filename |
| 500 | @comment node-name, next, previous, up | 493 | @comment node-name, next, previous, up |
| 501 | @section Filename Interface | 494 | @section Filename Interface |
| 502 | @cindex filename interface | 495 | @cindex filename interface |
| @@ -546,7 +539,7 @@ the current buffer if it is visiting a man file, although it is | |||
| 546 | primarily used internally by WoMan. | 539 | primarily used internally by WoMan. |
| 547 | 540 | ||
| 548 | 541 | ||
| 549 | @node Automatic, , Filename, Finding | 542 | @node Automatic |
| 550 | @comment node-name, next, previous, up | 543 | @comment node-name, next, previous, up |
| 551 | @section Automatic Interface | 544 | @section Automatic Interface |
| 552 | @cindex automatic interface | 545 | @cindex automatic interface |
| @@ -584,7 +577,7 @@ by automatic major mode selection.] | |||
| 584 | 577 | ||
| 585 | @c =================================================================== | 578 | @c =================================================================== |
| 586 | 579 | ||
| 587 | @node Browsing, Customization, Finding, Top | 580 | @node Browsing |
| 588 | @comment node-name, next, previous, up | 581 | @comment node-name, next, previous, up |
| 589 | @chapter Browsing Man Pages | 582 | @chapter Browsing Man Pages |
| 590 | @cindex using, browsing man pages | 583 | @cindex using, browsing man pages |
| @@ -615,7 +608,7 @@ blank lines squeezed to a single blank line. | |||
| 615 | * Imenu:: Imenu Support; Contents Menu | 608 | * Imenu:: Imenu Support; Contents Menu |
| 616 | @end menu | 609 | @end menu |
| 617 | 610 | ||
| 618 | @node Fonts, Navigation, Browsing, Browsing | 611 | @node Fonts |
| 619 | @comment node-name, next, previous, up | 612 | @comment node-name, next, previous, up |
| 620 | @section Fonts and Faces | 613 | @section Fonts and Faces |
| 621 | @cindex fonts | 614 | @cindex fonts |
| @@ -631,7 +624,7 @@ currently means the characters ^ and _ used to indicate super- and | |||
| 631 | sub-scripts, which are not displayed well by WoMan. | 624 | sub-scripts, which are not displayed well by WoMan. |
| 632 | 625 | ||
| 633 | 626 | ||
| 634 | @node Navigation, References, Fonts, Browsing | 627 | @node Navigation |
| 635 | @comment node-name, next, previous, up | 628 | @comment node-name, next, previous, up |
| 636 | @section Navigation | 629 | @section Navigation |
| 637 | @cindex navigation | 630 | @cindex navigation |
| @@ -677,7 +670,7 @@ described by @code{Man-see-also-regexp}. | |||
| 677 | @end table | 670 | @end table |
| 678 | 671 | ||
| 679 | 672 | ||
| 680 | @node References, Changing, Navigation, Browsing | 673 | @node References |
| 681 | @comment node-name, next, previous, up | 674 | @comment node-name, next, previous, up |
| 682 | @section Following References | 675 | @section Following References |
| 683 | @cindex following references | 676 | @cindex following references |
| @@ -721,7 +714,7 @@ default is based on word at point. | |||
| 721 | @end table | 714 | @end table |
| 722 | 715 | ||
| 723 | 716 | ||
| 724 | @node Changing, Convenience, References, Browsing | 717 | @node Changing |
| 725 | @comment node-name, next, previous, up | 718 | @comment node-name, next, previous, up |
| 726 | @section Changing the Current Man Page | 719 | @section Changing the Current Man Page |
| 727 | @cindex changing current man page | 720 | @cindex changing current man page |
| @@ -789,7 +782,7 @@ Call WoMan to reformat the last man page formatted by WoMan | |||
| 789 | @end table | 782 | @end table |
| 790 | 783 | ||
| 791 | 784 | ||
| 792 | @node Convenience, Imenu, Changing, Browsing | 785 | @node Convenience |
| 793 | @comment node-name, next, previous, up | 786 | @comment node-name, next, previous, up |
| 794 | @section Convenience Key Bindings | 787 | @section Convenience Key Bindings |
| 795 | @cindex convenience key bindings | 788 | @cindex convenience key bindings |
| @@ -831,7 +824,7 @@ followed by the minor modes, each on a separate page. | |||
| 831 | @end table | 824 | @end table |
| 832 | 825 | ||
| 833 | 826 | ||
| 834 | @node Imenu, , Convenience, Browsing | 827 | @node Imenu |
| 835 | @comment node-name, next, previous, up | 828 | @comment node-name, next, previous, up |
| 836 | @section Imenu Support; Contents Menu | 829 | @section Imenu Support; Contents Menu |
| 837 | @cindex imenu support | 830 | @cindex imenu support |
| @@ -852,7 +845,7 @@ is distributed with GNU Emacs. | |||
| 852 | 845 | ||
| 853 | @c =================================================================== | 846 | @c =================================================================== |
| 854 | 847 | ||
| 855 | @node Customization, Log, Browsing, Top | 848 | @node Customization |
| 856 | @comment node-name, next, previous, up | 849 | @comment node-name, next, previous, up |
| 857 | @chapter Customization | 850 | @chapter Customization |
| 858 | @cindex customization | 851 | @cindex customization |
| @@ -910,7 +903,7 @@ man page. | |||
| 910 | * Special symbols:: | 903 | * Special symbols:: |
| 911 | @end menu | 904 | @end menu |
| 912 | 905 | ||
| 913 | @node Interface Options, Formatting Options, Customization, Customization | 906 | @node Interface Options |
| 914 | @comment node-name, next, previous, up | 907 | @comment node-name, next, previous, up |
| 915 | @section Interface Options | 908 | @section Interface Options |
| 916 | @cindex interface options | 909 | @cindex interface options |
| @@ -1137,7 +1130,7 @@ default value is non-@code{nil}. | |||
| 1137 | @end vtable | 1130 | @end vtable |
| 1138 | 1131 | ||
| 1139 | 1132 | ||
| 1140 | @node Formatting Options, Faces, Interface Options, Customization | 1133 | @node Formatting Options |
| 1141 | @comment node-name, next, previous, up | 1134 | @comment node-name, next, previous, up |
| 1142 | @section Formatting Options | 1135 | @section Formatting Options |
| 1143 | @cindex formatting options | 1136 | @cindex formatting options |
| @@ -1181,7 +1174,7 @@ untested. | |||
| 1181 | @end vtable | 1174 | @end vtable |
| 1182 | 1175 | ||
| 1183 | 1176 | ||
| 1184 | @node Faces, Special symbols, Formatting Options, Customization | 1177 | @node Faces |
| 1185 | @comment node-name, next, previous, up | 1178 | @comment node-name, next, previous, up |
| 1186 | @section Faces | 1179 | @section Faces |
| 1187 | @cindex faces | 1180 | @cindex faces |
| @@ -1217,7 +1210,7 @@ Default: foreground orange. | |||
| 1217 | @end vtable | 1210 | @end vtable |
| 1218 | 1211 | ||
| 1219 | 1212 | ||
| 1220 | @node Special symbols, , Faces, Customization | 1213 | @node Special symbols |
| 1221 | @comment node-name, next, previous, up | 1214 | @comment node-name, next, previous, up |
| 1222 | @section Special symbols | 1215 | @section Special symbols |
| 1223 | @cindex special symbols | 1216 | @cindex special symbols |
| @@ -1255,7 +1248,7 @@ Under MS-Windows, the default is | |||
| 1255 | 1248 | ||
| 1256 | @c =================================================================== | 1249 | @c =================================================================== |
| 1257 | 1250 | ||
| 1258 | @node Log, Technical, Customization, Top | 1251 | @node Log |
| 1259 | @comment node-name, next, previous, up | 1252 | @comment node-name, next, previous, up |
| 1260 | @chapter The *WoMan-Log* Buffer | 1253 | @chapter The *WoMan-Log* Buffer |
| 1261 | @cindex log buffer | 1254 | @cindex log buffer |
| @@ -1280,7 +1273,7 @@ left in the formatted buffer to indicate precisely where they occurred. | |||
| 1280 | 1273 | ||
| 1281 | @c =================================================================== | 1274 | @c =================================================================== |
| 1282 | 1275 | ||
| 1283 | @node Technical, Bugs, Log, Top | 1276 | @node Technical |
| 1284 | @comment node-name, next, previous, up | 1277 | @comment node-name, next, previous, up |
| 1285 | @chapter Technical Details | 1278 | @chapter Technical Details |
| 1286 | @cindex technical details | 1279 | @cindex technical details |
| @@ -1305,7 +1298,7 @@ is output. | |||
| 1305 | 1298 | ||
| 1306 | @c =================================================================== | 1299 | @c =================================================================== |
| 1307 | 1300 | ||
| 1308 | @node Bugs, Acknowledgments, Technical, Top | 1301 | @node Bugs |
| 1309 | @comment node-name, next, previous, up | 1302 | @comment node-name, next, previous, up |
| 1310 | @chapter Reporting Bugs | 1303 | @chapter Reporting Bugs |
| 1311 | @cindex reporting bugs | 1304 | @cindex reporting bugs |
| @@ -1330,7 +1323,7 @@ man source file from, but do not send it unless asked to send it. | |||
| 1330 | 1323 | ||
| 1331 | @c =================================================================== | 1324 | @c =================================================================== |
| 1332 | 1325 | ||
| 1333 | @node Acknowledgments, GNU Free Documentation License, Bugs, Top | 1326 | @node Acknowledgments |
| 1334 | @comment node-name, next, previous, up | 1327 | @comment node-name, next, previous, up |
| 1335 | @chapter Acknowledgments | 1328 | @chapter Acknowledgments |
| 1336 | @cindex acknowledgments | 1329 | @cindex acknowledgments |
| @@ -1387,17 +1380,17 @@ Eli Zaretskii, @email{eliz@@is.elta.co.il} | |||
| 1387 | @page | 1380 | @page |
| 1388 | 1381 | ||
| 1389 | 1382 | ||
| 1390 | @node GNU Free Documentation License, Command Index, Acknowledgments, Top | 1383 | @node GNU Free Documentation License |
| 1391 | @appendix GNU Free Documentation License | 1384 | @appendix GNU Free Documentation License |
| 1392 | @include doclicense.texi | 1385 | @include doclicense.texi |
| 1393 | 1386 | ||
| 1394 | @node Command Index, Variable Index, GNU Free Documentation License, Top | 1387 | @node Command Index |
| 1395 | @comment node-name, next, previous, up | 1388 | @comment node-name, next, previous, up |
| 1396 | @unnumbered Command Index | 1389 | @unnumbered Command Index |
| 1397 | 1390 | ||
| 1398 | @printindex fn | 1391 | @printindex fn |
| 1399 | 1392 | ||
| 1400 | @node Variable Index, Keystroke Index, Command Index, Top | 1393 | @node Variable Index |
| 1401 | @comment node-name, next, previous, up | 1394 | @comment node-name, next, previous, up |
| 1402 | @unnumbered Variable Index | 1395 | @unnumbered Variable Index |
| 1403 | 1396 | ||
| @@ -1409,7 +1402,7 @@ Eli Zaretskii, @email{eliz@@is.elta.co.il} | |||
| 1409 | 1402 | ||
| 1410 | @page | 1403 | @page |
| 1411 | 1404 | ||
| 1412 | @node Keystroke Index, Concept Index, Variable Index, Top | 1405 | @node Keystroke Index |
| 1413 | @comment node-name, next, previous, up | 1406 | @comment node-name, next, previous, up |
| 1414 | @unnumbered Keystroke Index | 1407 | @unnumbered Keystroke Index |
| 1415 | 1408 | ||
| @@ -1421,7 +1414,7 @@ Eli Zaretskii, @email{eliz@@is.elta.co.il} | |||
| 1421 | 1414 | ||
| 1422 | @page | 1415 | @page |
| 1423 | 1416 | ||
| 1424 | @node Concept Index, , Keystroke Index, Top | 1417 | @node Concept Index |
| 1425 | @comment node-name, next, previous, up | 1418 | @comment node-name, next, previous, up |
| 1426 | @unnumbered Concept Index | 1419 | @unnumbered Concept Index |
| 1427 | 1420 | ||