From: Eli Zaretskii Date: Tue, 20 Jan 2015 18:22:20 +0000 (+0200) Subject: doc/lispref/text.texi (Clickable Text): Improve indexing. (Bug#19629) X-Git-Tag: emacs-24.4.90~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52ae3dbb217428fcd79c4ed922dfa0d51944e40a;p=emacs.git doc/lispref/text.texi (Clickable Text): Improve indexing. (Bug#19629) --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 53646996a3b..c855bbec863 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2015-01-20 Eli Zaretskii + + * text.texi (Clickable Text): Improve indexing. (Bug#19629) + 2015-01-15 Eli Zaretskii * variables.texi (Creating Buffer-Local): Improve indexing. diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index a611850c35f..c6cfbfcac34 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -3720,6 +3720,7 @@ clicks on the link quickly without moving the mouse. This behavior is controlled by the user option @code{mouse-1-click-follows-link}. @xref{Mouse References,,, emacs, The GNU Emacs Manual}. +@cindex follow-link (text or overlay property) To set up the link so that it obeys @code{mouse-1-click-follows-link}, you must either (1) apply a @code{follow-link} text or overlay property to the link text, or (2)