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

Fixed some typos on manual (thanks to Josef Friedrich).

parent 338157d2
No related branches found
No related tags found
No related merge requests found
...@@ -788,7 +788,7 @@ Within reasonable bounds you can extend a font after it has been defined. Becaus ...@@ -788,7 +788,7 @@ Within reasonable bounds you can extend a font after it has been defined. Becaus
some properties are best left unchanged this is limited to adding characters. some properties are best left unchanged this is limited to adding characters.
\startfunctioncall \startfunctioncall
font.addcharacters(<number n>, <table> f) font.addcharacters(<number> n, <table> f)
\stopfunctioncall \stopfunctioncall
The table passed can have the fields \type {characters} which is a (sub)table The table passed can have the fields \type {characters} which is a (sub)table
......
...@@ -1248,7 +1248,7 @@ This converts a single type name to its internal numeric representation. ...@@ -1248,7 +1248,7 @@ This converts a single type name to its internal numeric representation.
\libindex {type} \libindex {type}
\libindex {subtype} \libindex {subtype}
In the argument is a number, then the next function converts an internal numeric If the argument is a number, then the next function converts an internal numeric
representation to an external string representation. Otherwise, it will return representation to an external string representation. Otherwise, it will return
the string \type {node} if the object represents a node, and \type {nil} the string \type {node} if the object represents a node, and \type {nil}
otherwise. otherwise.
......
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