* lisp/gnus/gnus-art.el (gnus-button-handle-library): Fix typo.
This commit is contained in:
parent
bbf1ffd7c7
commit
ace7f1404b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue