From 4a754df8858dc7acec9413f4f11064230d6741cf Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Thu, 4 Jul 2019 19:09:19 +0100 Subject: [PATCH] ; * lisp/net/shr.el (shr-selected-link): Doc fix. --- lisp/net/shr.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.2