]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/international/textsec.el (textsec-url-suspicious-p): Fix a typo.
authorEli Zaretskii <eliz@gnu.org>
Wed, 19 Jan 2022 17:26:46 +0000 (19:26 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 19 Jan 2022 17:26:46 +0000 (19:26 +0200)
lisp/international/textsec.el

index 89ef38e93e05999b188b7b83e5d9ea50b72f0d9c..62885ae15daf3f81f2df92779306079d4e1f15df 100644 (file)
@@ -368,7 +368,7 @@ and `textsec-name-suspicious-p'."
        (and name (textsec-name-suspicious-p name))))))
 
 (defun textsec-url-suspicious-p (url)
-  "Say whether EMAIL looks suspicious.
+  "Say whether URL looks suspicious.
 If it isn't, return nil.  If it is, return a string explaining the
 potential problem."
   (let ((parsed (url-generic-parse-url url)))