]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix copy-paste in Widget Manual (Bug#64610)
authorMauro Aranda <maurooaranda@gmail.com>
Fri, 14 Jul 2023 10:41:58 +0000 (07:41 -0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 14 Jul 2023 11:54:24 +0000 (14:54 +0300)
doc/misc/widget.texi

index 4ac57a95a4302d993a8a44ad263ae3308e9d289e..13b37ab5b54b5bcc01399d9986855e58bafd9054 100644 (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