* lisp/gnus/gnus-art.el (gnus-button-handle-library): Fix typo.

This commit is contained in:
Katsumi Yamaoka 2016-09-29 23:25:42 +00:00
parent bbf1ffd7c7
commit ace7f1404b

View file

@ -7738,7 +7738,7 @@ Calls `describe-variable' or `describe-function'."
(let* ((lib (locate-library url))
(file (gnus-replace-in-string (or lib "") "\\.elc" ".el")))
(if (not lib)
(gnus-message 1 "Cannot locale library `%s'." url)
(gnus-message 1 "Cannot locate library `%s'." url)
(find-file-read-only file))))
(defcustom gnus-button-man-level 5