From a3c2018660befc13d99ab5ccbb453ba957fdd497 Mon Sep 17 00:00:00 2001 From: albert-github Date: Sat, 16 Jul 2022 14:18:15 +0200 Subject: [PATCH] issue #9047 Support @param-taint in PHP (permit dashes in command aliases?) The documentation gave the warning: ``` doc/commands.doc:3461: error: Found unknown command '\LaTeX' ``` this was due to the fact that in the code there was: ``` \LaTex-only ``` and this is seen as a potential `ALIASES` --- doc/commands.doc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/commands.doc b/doc/commands.doc index 7ee152f35e2..e78406698de 100644 --- a/doc/commands.doc +++ b/doc/commands.doc @@ -3458,7 +3458,7 @@ class Receiver \b Note: environment variables (like \$(HOME) ) are resolved inside a - \LaTeX-only block. + \LaTeX\-only block. \sa sections \ref cmdrtfonly "\\rtfonly", \ref cmdxmlonly "\\xmlonly",