diff --git a/manual/luatex-graphics.tex b/manual/luatex-graphics.tex index 0e34a65284e0cc6f76d69d55693e75643cfe15ac..54eed175708e6803f50bfac722b881c3f2f3c8a5 100644 --- a/manual/luatex-graphics.tex +++ b/manual/luatex-graphics.tex @@ -822,7 +822,7 @@ anonymous capsules like loop variables are not accessible). <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. diff --git a/manual/luatex-nodes.tex b/manual/luatex-nodes.tex index 1367ea1fc6e3783ea7c0fa7d95180f0d69864935..fca069790a22b16a5ab3b060a8ff5f8f0918110e 100644 --- a/manual/luatex-nodes.tex +++ b/manual/luatex-nodes.tex @@ -1877,7 +1877,7 @@ word boundaries are possible). \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 @@ processing. The second argument is optional and indicates the end of a range. \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 @@ number often is reported when you print node related information. You go from 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 @@ consistency. You can of course always define additional accessors using \type \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 diff --git a/manual/luatex.pdf b/manual/luatex.pdf index 1525d22d434b4b15e8cfab5f91d59bf140e81f6d..d69f2cd508b6dfa6bea713f7f2de8646cc4c7770 100644 Binary files a/manual/luatex.pdf and b/manual/luatex.pdf differ