mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Document 'buttonize-region' in manual
It was added in emacs-29, but never added to the lisp reference manual. * doc/lispref/display.texi (Making Buttons): Document 'buttonize-region'.
This commit is contained in:
parent
f189457e5a
commit
4729065ee7
@ -7955,6 +7955,15 @@ will be called when the user clicks on the button. The optional
|
|||||||
is called. If @code{nil}, the button is used as the parameter instead.
|
is called. If @code{nil}, the button is used as the parameter instead.
|
||||||
@end defun
|
@end defun
|
||||||
|
|
||||||
|
@defun buttonize-region start end callback &optional data help-echo
|
||||||
|
Sometimes it's more convenient to convert existing text in a buffer to a
|
||||||
|
button instead of inserting new text. This function makes the region
|
||||||
|
between @var{start} and @var{end} into a button. Arguments
|
||||||
|
@var{callback} and @var{data} have the same meanings as for
|
||||||
|
@code{buttonize}. Optional argument @var{help-echo} is used as the
|
||||||
|
@code{help-echo} property of the button.
|
||||||
|
@end defun
|
||||||
|
|
||||||
@node Manipulating Buttons
|
@node Manipulating Buttons
|
||||||
@subsection Manipulating Buttons
|
@subsection Manipulating Buttons
|
||||||
@cindex manipulating buttons
|
@cindex manipulating buttons
|
||||||
|
Loading…
Reference in New Issue
Block a user