Mercurial > emacs
changeset 59467:9c3931bf6cd0
(Button Properties): Add follow-link keyword.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 11 Jan 2005 08:36:26 +0000 |
parents | d0400eeb264b |
children | f62b32973669 |
files | lispref/display.texi |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/display.texi Tue Jan 11 05:24:37 2005 +0000 +++ b/lispref/display.texi Tue Jan 11 08:36:26 2005 +0000 @@ -4064,6 +4064,10 @@ 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 @@ 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