projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aedbc30
)
; Fix copy-paste in Widget Manual (Bug#64610)
author
Mauro Aranda
<maurooaranda@gmail.com>
Fri, 14 Jul 2023 10:41:58 +0000
(07:41 -0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Fri, 14 Jul 2023 11:54:24 +0000
(14:54 +0300)
doc/misc/widget.texi
patch
|
blob
|
history
diff --git
a/doc/misc/widget.texi
b/doc/misc/widget.texi
index 4ac57a95a4302d993a8a44ad263ae3308e9d289e..13b37ab5b54b5bcc01399d9986855e58bafd9054 100644
(file)
--- 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