1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 05:50:26 +02:00

Merge from stable-2.2

This commit is contained in:
Andy Wingo 2019-08-02 15:21:59 +02:00
commit 4e327a2e21

View file

@ -203,9 +203,11 @@ name, @code{#}, and the node name."
(asis span) (asis span)
(bold b) (bold b)
(i i)
(sample samp) (sample samp)
(samp samp) (samp samp)
(code code) (code code)
(math em)
(kbd kbd) (kbd kbd)
(key code (@ (class "key"))) (key code (@ (class "key")))
(var var) (var var)
@ -241,6 +243,8 @@ name, @code{#}, and the node name."
(cons tag body))))))) (cons tag body)))))))
(copyright . ,(lambda args '(*ENTITY* "copy"))) (copyright . ,(lambda args '(*ENTITY* "copy")))
(result . ,(lambda args '(*ENTITY* "rArr"))) (result . ,(lambda args '(*ENTITY* "rArr")))
(tie . ,(lambda args '(*ENTITY* "nbsp")))
(dots . ,(lambda args '(*ENTITY* "hellip")))
(xref . ,ref) (ref . ,ref) (pxref . ,ref) (xref . ,ref) (ref . ,ref) (pxref . ,ref)
(uref . ,uref) (uref . ,uref)
(node . ,node) (anchor . ,node) (node . ,node) (anchor . ,node)