* lisp/gnus/gnus-art.el (gnus-button-handle-library): Fix typo.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user