summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2019-07-04 19:09:19 +0100
committerBasil L. Contovounesios <contovob@tcd.ie>2019-07-04 19:22:59 +0100
commit4a754df8858dc7acec9413f4f11064230d6741cf (patch)
treef28c526bf7a56fc57e53e3f90d2f14be0b8b11e6
parent3fd74915121a3eac265170e20bd19b3cde6a2589 (diff)
downloademacs-4a754df8858dc7acec9413f4f11064230d6741cf.tar.gz
; * lisp/net/shr.el (shr-selected-link): Doc fix.
-rw-r--r--lisp/net/shr.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index 7fdb3212d49..3d437bc6937 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -155,7 +155,9 @@ cid: URL as the argument.")
(defface shr-selected-link
'((t :inherit shr-link :background "red"))
- "Face for link elements."
+ "Temporary face for externally visited link elements.
+When a link is visited with an external browser, the link
+temporarily blinks with this face."
:version "27.1"
:group 'shr)