diff options
-rw-r--r-- | lisp/net/shr.el | 4 |
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) |