* module/texinfo.scm (texi-command-specs)[deftp, deftpx]: Use
`arguments'.
---
 module/texinfo.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/texinfo.scm b/module/texinfo.scm
index ff95f182d..9f6eba096 100644
--- a/module/texinfo.scm
+++ b/module/texinfo.scm
@@ -276,7 +276,7 @@ lambda. Only present for @code{INLINE-ARGS}, 
@code{EOL-ARGS},
     (subheading         EOL-TEXT)
     (subsubheading      EOL-TEXT)
 
-    (deftpx             EOL-TEXT-ARGS . (category name . attributes))
+    (deftpx             EOL-TEXT-ARGS . (category name . arguments))
     (defcvx             EOL-TEXT-ARGS . (category class name))
     (defivarx           EOL-TEXT-ARGS . (class name))
     (deftypeivarx       EOL-TEXT-ARGS . (class data-type name))
@@ -333,7 +333,7 @@ lambda. Only present for @code{INLINE-ARGS}, 
@code{EOL-ARGS},
     (cartouche          ENVIRON . ())
     (quotation          ENVIRON . ())
 
-    (deftp              ENVIRON . (category name . attributes))
+    (deftp              ENVIRON . (category name . arguments))
     (defcv              ENVIRON . (category class name))
     (defivar            ENVIRON . (class name))
     (deftypeivar        ENVIRON . (class data-type name))
-- 
2.49.0




Reply via email to