GNU bug report logs -
#78333
[PATCH] texinfo: Use `arguments' instead of `attributes' for deftp, deftpx.
Previous Next
To reply to this bug, email your comments to 78333 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guile <at> gnu.org
:
bug#78333
; Package
guile
.
(Fri, 09 May 2025 13:44:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
bug-guile <at> gnu.org
.
(Fri, 09 May 2025 13:44:03 GMT)
Full text and
rfc822 format available.
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 6 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.