; * lisp/international/textsec.el (textsec-url-suspicious-p): Fix a typo.
This commit is contained in:
parent
e58b4b24cf
commit
689e865a9b
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue