diff options
| author | Mauro Aranda | 2023-07-14 07:41:58 -0300 |
|---|---|---|
| committer | Eli Zaretskii | 2023-07-14 14:54:24 +0300 |
| commit | eb7c45ca43f3cd30a03898f36dfb6a4afb6106ec (patch) | |
| tree | c590893b8abd298fd3ad7cefd362cbe324458634 /doc/misc | |
| parent | aedbc3006e13722fe0ab55a1e2fee1eb43dbd96c (diff) | |
| download | emacs-eb7c45ca43f3cd30a03898f36dfb6a4afb6106ec.tar.gz emacs-eb7c45ca43f3cd30a03898f36dfb6a4afb6106ec.zip | |
; Fix copy-paste in Widget Manual (Bug#64610)
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/widget.texi | 4 |
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 | |||
| 1600 | @item :value-to-external | 1600 | @item :value-to-external |
| 1601 | Function to convert the value to the external format. The function | 1601 | Function to convert the value to the external format. The function |
| 1602 | takes two arguments, a widget and an internal value, and returns the | 1602 | takes two arguments, a widget and an internal value, and returns the |
| 1603 | external value. The function is called on the present @code{:value} | 1603 | external value. |
| 1604 | when the widget is created, and on any value set later with | ||
| 1605 | @code{widget-value-set}. | ||
| 1606 | 1604 | ||
| 1607 | @vindex create@r{ keyword} | 1605 | @vindex create@r{ keyword} |
| 1608 | @item :create | 1606 | @item :create |