aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-01-11 08:36:26 +0000
committerKim F. Storm2005-01-11 08:36:26 +0000
commit9110611347a2a4b7c166db0bd753b14d891d0fd8 (patch)
treed9ac01fb59ea24949929f2b33d3b9cd86504dd9b
parent10907497c4a0d1d77b5e7ce2eae39951066e9c8b (diff)
downloademacs-9110611347a2a4b7c166db0bd753b14d891d0fd8.tar.gz
emacs-9110611347a2a4b7c166db0bd753b14d891d0fd8.zip
(Button Properties): Add follow-link keyword.
-rw-r--r--lispref/display.texi6
1 files changed, 5 insertions, 1 deletions
diff --git a/lispref/display.texi b/lispref/display.texi
index e96a6047455..686c98db6e2 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -4064,6 +4064,10 @@ usually specified using the @code{:type} keyword argument.
4064A string displayed by the Emacs tool-tip help system; by default, 4064A string displayed by the Emacs tool-tip help system; by default,
4065@code{"mouse-2, RET: Push this button"}. 4065@code{"mouse-2, RET: Push this button"}.
4066 4066
4067@item follow-link
4068@kindex follow-link @r{(button property)}
4069The follow-link property, defining how a @key{mouse-1} click behaves
4070on this button, @xref{Enabling Mouse-1 to Follow Links}.
4067@item button 4071@item button
4068@kindex button @r{(button property)} 4072@kindex button @r{(button property)}
4069All buttons have a non-@code{nil} @code{button} property, which may be useful 4073All 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.
4755screen) to attract the user's attention. Be conservative about how 4759screen) to attract the user's attention. Be conservative about how
4756often you do this; frequent bells can become irritating. Also be 4760often you do this; frequent bells can become irritating. Also be
4757careful not to use just beeping when signaling an error is more 4761careful not to use just beeping when signaling an error is more
4758appropriate. (@xref{Errors}.) 4762appropriate. (@pxref{Errors}.)
4759 4763
4760@defun ding &optional do-not-terminate 4764@defun ding &optional do-not-terminate
4761@cindex keyboard macro termination 4765@cindex keyboard macro termination