[latex3-commits] [git/LaTeX3-latex3-latex2e] gh963: Typo (b6d3a1bc)

PhelypeOleinik phelype.oleinik at latex-project.org
Tue Nov 29 05:05:27 CET 2022


Repository : https://github.com/latex3/latex2e
On branch  : gh963
Link       : https://github.com/latex3/latex2e/commit/b6d3a1bc34b7827a33b78a3fa7036c8d1860067f

>---------------------------------------------------------------

commit b6d3a1bc34b7827a33b78a3fa7036c8d1860067f
Author: PhelypeOleinik <phelype.oleinik at latex-project.org>
Date:   Tue Nov 29 01:05:27 2022 -0300

    Typo


>---------------------------------------------------------------

b6d3a1bc34b7827a33b78a3fa7036c8d1860067f
 base/doc/usrguide.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/doc/usrguide.tex b/base/doc/usrguide.tex
index ae2e04fd..7234ac82 100644
--- a/base/doc/usrguide.tex
+++ b/base/doc/usrguide.tex
@@ -925,8 +925,8 @@ about the argument signature.
 
 \begin{decl}
   |\NewEnvironmentCopy|       \arg{env} \arg{existing-env} \\
-  |\RenewEnvironmentCopy|     \arg{cmd} \arg{existing-env} \\
-  |\DeclareEnvironmentCopy|   \arg{cmd} \arg{existing-env}
+  |\RenewEnvironmentCopy|     \arg{env} \arg{existing-env} \\
+  |\DeclareEnvironmentCopy|   \arg{env} \arg{existing-env}
 \end{decl}
 
 This copies the definition for environment \meta{existing-env} to





More information about the latex3-commits mailing list.