texlive[66718] Master/texmf-dist/doc/luatex/base: Fixed several

commits+lscarso at tug.org commits+lscarso at tug.org
Fri Mar 31 22:19:16 CEST 2023


Revision: 66718
          http://tug.org/svn/texlive?view=revision&revision=66718
Author:   lscarso
Date:     2023-03-31 22:19:16 +0200 (Fri, 31 Mar 2023)
Log Message:
-----------
Fixed several typos/inconsistencies.

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/luatex/base/luatex-backend.tex
    trunk/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex
    trunk/Master/texmf-dist/doc/luatex/base/luatex-nodes.tex
    trunk/Master/texmf-dist/doc/luatex/base/luatex.pdf

Modified: trunk/Master/texmf-dist/doc/luatex/base/luatex-backend.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/base/luatex-backend.tex	2023-03-31 20:15:48 UTC (rev 66717)
+++ trunk/Master/texmf-dist/doc/luatex/base/luatex-backend.tex	2023-03-31 20:19:16 UTC (rev 66718)
@@ -619,13 +619,14 @@
 
 The returned codes are:
 
+
 \starttabulate[|c|l|]
 \DB value       \BC explanation \NC \NR
 \TB
-\NC \type {-2}  \NC the document failed to open \NC \NR
-\NC \type {-1}  \NC the document is (still) protected \NC \NR
+\NC \type {-2}  \NC the document is (still) protected \NC \NR
+\NC \type {-1}  \NC the document failed to open \NC \NR 
 \NC \type {0}   \NC the document is not encrypted \NC \NR
-\NC \type {2}   \NC the document has been unencrypted \NC \NR
+\NC \type {1}   \NC the document has been unencrypted \NC \NR
 \LL
 \stoptabulate
 

Modified: trunk/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex	2023-03-31 20:15:48 UTC (rev 66717)
+++ trunk/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex	2023-03-31 20:19:16 UTC (rev 66718)
@@ -822,7 +822,7 @@
 <table>   p = get_path   (mp,<string> name)
 \stopfunctioncall
 
-The path is returned a a table with subtables that have six numbers: the
+The path is returned as a table with subtables that have six numbers: the
 coordinates of the point, pre- and postcontrol. A \type {cycle} fields indicates
 if a path is cyclic.
 

Modified: trunk/Master/texmf-dist/doc/luatex/base/luatex-nodes.tex
===================================================================
--- trunk/Master/texmf-dist/doc/luatex/base/luatex-nodes.tex	2023-03-31 20:15:48 UTC (rev 66717)
+++ trunk/Master/texmf-dist/doc/luatex/base/luatex-nodes.tex	2023-03-31 20:19:16 UTC (rev 66718)
@@ -1722,7 +1722,7 @@
 Only nodes with a subtype less than 256 are seen.
 
 \startfunctioncall
-<node> n, font, char =
+<node> n, char, font =
     node.traverse_char(<node> n)
 \stopfunctioncall
 
@@ -1730,7 +1730,7 @@
 filters all glyphs:
 
 \startfunctioncall
-<node> n, font, char =
+<node> n, char, font =
     node.traverse_glyph(<node> n)
 \stopfunctioncall
 
@@ -1877,7 +1877,7 @@
 
 \startfunctioncall
 node.unprotect_glyph(<node> n)
-node.unprotect_glyphs(<node> n,[<node> n])
+node.unprotect_glyphs(<node> n,[<node> ,m])
 \stopfunctioncall
 
 Subtracts 256 from all glyph node subtypes. This and the next function are
@@ -1891,7 +1891,7 @@
 
 \startfunctioncall
 node.protect_glyph(<node> n)
-node.protect_glyphs(<node> n,[<node> n])
+node.protect_glyphs(<node> n,[<node> m])
 \stopfunctioncall
 
 Adds 256 to all glyph node subtypes in the node list starting at \type {n},
@@ -2195,8 +2195,8 @@
 userdata nodes and there numeric references and back with:
 
 \startfunctioncall
-<integer> d = node.todirect(<node> n))
-<node> n = node.tonode(<integer> d))
+<integer> d = node.direct.todirect(<node> n))
+<node> n = node.direct.tonode(<integer> d))
 \stopfunctioncall
 
 The userdata model is rather robust as it is a virtual interface with some
@@ -2437,8 +2437,8 @@
 \supported {subtypes}                \yes \nop
 \supported {subtype}                 \yes \nop
 \supported {tail}                    \yes \yes
-\supported {todirect}                \yes \yes
-\supported {tonode}                  \yes \yes
+\supported {todirect}                \nop \yes
+\supported {tonode}                  \nop \yes
 \supported {tostring}                \yes \yes
 \supported {traverse_char}           \yes \yes
 \supported {traverse_glyph}          \yes \yes

Modified: trunk/Master/texmf-dist/doc/luatex/base/luatex.pdf
===================================================================
(Binary files differ)



More information about the tex-live-commits mailing list.