From: Basil L. Contovounesios Date: Thu, 4 Jul 2019 18:09:19 +0000 (+0100) Subject: ; * lisp/net/shr.el (shr-selected-link): Doc fix. X-Git-Tag: emacs-27.0.90~2103 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a754df8858dc7acec9413f4f11064230d6741cf;p=emacs.git ; * lisp/net/shr.el (shr-selected-link): Doc fix. --- 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)