1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-07 08:59:41 +00:00

(Button Properties): Add follow-link keyword.

This commit is contained in:
Kim F. Storm 2005-01-11 08:36:26 +00:00
parent 10907497c4
commit 9110611347

View File

@ -4064,6 +4064,10 @@ usually specified using the @code{:type} keyword argument.
A string displayed by the Emacs tool-tip help system; by default,
@code{"mouse-2, RET: Push this button"}.
@item follow-link
@kindex follow-link @r{(button property)}
The follow-link property, defining how a @key{mouse-1} click behaves
on this button, @xref{Enabling Mouse-1 to Follow Links}.
@item button
@kindex button @r{(button property)}
All buttons have a non-@code{nil} @code{button} property, which may be useful
@ -4755,7 +4759,7 @@ display by sending @var{string} to the terminal.
screen) to attract the user's attention. Be conservative about how
often you do this; frequent bells can become irritating. Also be
careful not to use just beeping when signaling an error is more
appropriate. (@xref{Errors}.)
appropriate. (@pxref{Errors}.)
@defun ding &optional do-not-terminate
@cindex keyboard macro termination