Skip to content
Snippets Groups Projects
Commit 8f4784a4 authored by Luigi Scarso's avatar Luigi Scarso
Browse files

Fixed typos in manual (Josef Friedrich)

parent 6373afc8
No related branches found
No related tags found
No related merge requests found
...@@ -822,7 +822,7 @@ anonymous capsules like loop variables are not accessible). ...@@ -822,7 +822,7 @@ anonymous capsules like loop variables are not accessible).
<table> p = get_path (mp,<string> name) <table> p = get_path (mp,<string> name)
\stopfunctioncall \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 coordinates of the point, pre- and postcontrol. A \type {cycle} fields indicates
if a path is cyclic. if a path is cyclic.
......
...@@ -1877,7 +1877,7 @@ word boundaries are possible). ...@@ -1877,7 +1877,7 @@ word boundaries are possible).
\startfunctioncall \startfunctioncall
node.unprotect_glyph(<node> n) node.unprotect_glyph(<node> n)
node.unprotect_glyphs(<node> n,[<node> n]) node.unprotect_glyphs(<node> n,[<node> ,m])
\stopfunctioncall \stopfunctioncall
Subtracts 256 from all glyph node subtypes. This and the next function are 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. ...@@ -1891,7 +1891,7 @@ processing. The second argument is optional and indicates the end of a range.
\startfunctioncall \startfunctioncall
node.protect_glyph(<node> n) node.protect_glyph(<node> n)
node.protect_glyphs(<node> n,[<node> n]) node.protect_glyphs(<node> n,[<node> m])
\stopfunctioncall \stopfunctioncall
Adds 256 to all glyph node subtypes in the node list starting at \type {n}, 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 ...@@ -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: userdata nodes and there numeric references and back with:
\startfunctioncall \startfunctioncall
<integer> d = node.todirect(<node> n)) <integer> d = node.direct.todirect(<node> n))
<node> n = node.tonode(<integer> d)) <node> n = node.direct.tonode(<integer> d))
\stopfunctioncall \stopfunctioncall
The userdata model is rather robust as it is a virtual interface with some 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 ...@@ -2437,8 +2437,8 @@ consistency. You can of course always define additional accessors using \type
\supported {subtypes} \yes \nop \supported {subtypes} \yes \nop
\supported {subtype} \yes \nop \supported {subtype} \yes \nop
\supported {tail} \yes \yes \supported {tail} \yes \yes
\supported {todirect} \yes \yes \supported {todirect} \nop \yes
\supported {tonode} \yes \yes \supported {tonode} \nop \yes
\supported {tostring} \yes \yes \supported {tostring} \yes \yes
\supported {traverse_char} \yes \yes \supported {traverse_char} \yes \yes
\supported {traverse_glyph} \yes \yes \supported {traverse_glyph} \yes \yes
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment