On Mon, 16 Jan 2023 at 08:50, luigi scarso <luigi.scarso@gmail.com> wrote:


On Mon, 16 Jan 2023 at 08:40, Josef Friedrich <josef@friedrich.rocks> wrote:
diff --git a/manual/luatex-fonts.tex b/manual/luatex-fonts.tex
index 136d20dd3..917147c55 100644
--- a/manual/luatex-fonts.tex
+++ b/manual/luatex-fonts.tex
@@ -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.

  \startfunctioncall
-font.addcharacters(<number n>, <table> f)
+font.addcharacters(<number> n, <table> f)
  \stopfunctioncall

  The table passed can have the fields \type {characters} which is a
(sub)table


ok, thank you.  I will commit it later today.


 
done

 commit ed2c5f42e4ec09755e0de0b049100e10600ec1de (HEAD -> master, origin/master)
Author: Luigi Scarso <luigi.scarso@gmail.com>
Date:   Tue Jan 17 02:25:01 2023 +0100

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