; Fix copy-paste in Widget Manual (Bug#64610)

This commit is contained in:
Mauro Aranda 2023-07-14 07:41:58 -03:00 committed by Eli Zaretskii
parent aedbc3006e
commit eb7c45ca43

View file

@ -1600,9 +1600,7 @@ when the widget is created, and on any value set later with
@item :value-to-external
Function to convert the value to the external format. The function
takes two arguments, a widget and an internal value, and returns the
external value. The function is called on the present @code{:value}
when the widget is created, and on any value set later with
@code{widget-value-set}.
external value.
@vindex create@r{ keyword}
@item :create