]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/net/shr.el (shr-selected-link): Doc fix.
authorBasil L. Contovounesios <contovob@tcd.ie>
Thu, 4 Jul 2019 18:09:19 +0000 (19:09 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Thu, 4 Jul 2019 18:22:59 +0000 (19:22 +0100)
lisp/net/shr.el

index 7fdb3212d49d1fa32ab43eac6722064cc2f0d74d..3d437bc69375665e1574683e235aed7edae9a140 100644 (file)
@@ -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)