diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2024-01-11 00:32:15 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-01-11 00:32:15 +0100 |
commit | 63411709a8dbad8b17c7f1e0cfed99f4aeb174a1 (patch) | |
tree | 809f248297e7598e87323f33eacfb2899090da42 /doc/misc | |
parent | 824cf54951c076e2b6a0e3a8e6fb1342cf58b8b6 (diff) | |
download | emacs-63411709a8dbad8b17c7f1e0cfed99f4aeb174a1.tar.gz emacs-63411709a8dbad8b17c7f1e0cfed99f4aeb174a1.tar.bz2 emacs-63411709a8dbad8b17c7f1e0cfed99f4aeb174a1.zip |
; Fix typos
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/widget.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/widget.texi b/doc/misc/widget.texi index 82d89449dd2..d4f2ba1e76c 100644 --- a/doc/misc/widget.texi +++ b/doc/misc/widget.texi @@ -1592,7 +1592,7 @@ Example: (widget-create 'variable-link :button-prefix "" :button-suffix "" - :tag "What setting controlls button-prefix?" + :tag "What setting controls button-prefix?" 'widget-button-prefix) @end lisp |