diff --git a/manual/luatex-nodes.tex b/manual/luatex-nodes.tex
index fca069790a22b16a5ab3b060a8ff5f8f0918110e..1b7325ac55091e6f272afeba832cb82e619edcbf 100644
--- a/manual/luatex-nodes.tex
+++ b/manual/luatex-nodes.tex
@@ -1722,7 +1722,7 @@ The \type{traverse_char} iterator loops over the \nod {glyph} nodes in a list.
 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 @@ The \type{traverse_glyph} iterator loops over a list and returns the list and
 filters all glyphs:
 
 \startfunctioncall
-<node> n, font, char =
+<node> n, char, font =
     node.traverse_glyph(<node> n)
 \stopfunctioncall
 
diff --git a/manual/luatex.pdf b/manual/luatex.pdf
index d69f2cd508b6dfa6bea713f7f2de8646cc4c7770..901e3f31316876aa70662908ffadc1c8fb9f9968 100644
Binary files a/manual/luatex.pdf and b/manual/luatex.pdf differ