From 9110611347a2a4b7c166db0bd753b14d891d0fd8 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 11 Jan 2005 08:36:26 +0000 Subject: [PATCH] (Button Properties): Add follow-link keyword. --- lispref/display.texi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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. 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 -- 2.39.5