GNU bug report logs -
#78333
[PATCH] texinfo: Use `arguments' instead of `attributes' for deftp, deftpx.
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.