]> git.eshelyaron.com Git - emacs.git/commitdiff
shr doc string fix
authorLars Ingebrigtsen <larsi@gnus.org>
Tue, 17 Apr 2018 19:43:34 +0000 (21:43 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 17 Apr 2018 19:43:34 +0000 (21:43 +0200)
* lisp/net/shr.el (shr-strike-through, shr-link)
(shr-selected-link): Doc string fix.

lisp/net/shr.el

index ca70c5c656c60ee6c78554395a2402deea8fb9d6..5507fab4dbe6a6cceb669dfa4eca48ac609d2e21 100644 (file)
@@ -136,17 +136,17 @@ cid: URL as the argument.")
   "Function called to put image and alt string.")
 
 (defface shr-strike-through '((t :strike-through t))
-  "Font for <s> elements."
+  "Face for <s> elements."
   :group 'shr)
 
 (defface shr-link
   '((t :inherit link))
-  "Font for link elements."
+  "Face for link elements."
   :group 'shr)
 
 (defface shr-selected-link
   '((t :inherit shr-link :background "red"))
-  "Font for link elements."
+  "Face for link elements."
   :group 'shr)
 
 (defvar shr-inhibit-images nil