summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMauro Aranda <maurooaranda@gmail.com>2023-07-14 07:41:58 -0300
committerEli Zaretskii <eliz@gnu.org>2023-07-14 14:54:24 +0300
commiteb7c45ca43f3cd30a03898f36dfb6a4afb6106ec (patch)
treec590893b8abd298fd3ad7cefd362cbe324458634
parentaedbc3006e13722fe0ab55a1e2fee1eb43dbd96c (diff)
downloademacs-eb7c45ca43f3cd30a03898f36dfb6a4afb6106ec.tar.gz
; Fix copy-paste in Widget Manual (Bug#64610)
-rw-r--r--doc/misc/widget.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi
index 4ac57a95a43..13b37ab5b54 100644
--- a/doc/misc/widget.texi
+++ b/doc/misc/widget.texi
@@ -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