Function: button-buttonize

button-buttonize is a function alias for buttonize, defined in button.el.gz.

This function is obsolete since 29.1; use buttonize instead.

Signature

(button-buttonize STRING CALLBACK &optional DATA HELP-ECHO)

Documentation

Make STRING into a button and return it.

When clicked, CALLBACK will be called with the DATA as the function argument. If DATA isn't present (or is nil), the button itself will be used instead as the function argument.

If HELP-ECHO, use that as the help-echo property.

Also see buttonize-region.

Probably introduced at or before Emacs version 28.1.

Aliases

button-buttonize (obsolete since 29.1)