mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
texinfo plain-text: Properly render @dots{}.
* module/texinfo/plain-text.scm (tag-handlers): Add `dot' handler.
This commit is contained in:
parent
8fe4c4eccb
commit
2bb7a73013
1 changed files with 1 additions and 0 deletions
|
@ -255,6 +255,7 @@
|
|||
(sc ,var)
|
||||
(copyright ,(lambda args "(C)"))
|
||||
(result ,(lambda args "==>"))
|
||||
(dots ,(lambda args "..."))
|
||||
(xref ,ref)
|
||||
(ref ,ref)
|
||||
(pxref ,ref)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue