diff options
author | Katsumi Yamaoka <yamaoka@jpl.org> | 2016-09-29 23:25:42 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2016-09-29 23:25:42 +0000 |
commit | ace7f1404bda04ab70f1aba882ad8a1b8d72a4f5 (patch) | |
tree | 3c23a531433f207d24b7f14ba0fd11af6df85f94 /lisp | |
parent | bbf1ffd7c74bdf3ea766580788f7f4adb98a47f0 (diff) | |
download | emacs-ace7f1404bda04ab70f1aba882ad8a1b8d72a4f5.tar.gz emacs-ace7f1404bda04ab70f1aba882ad8a1b8d72a4f5.tar.bz2 emacs-ace7f1404bda04ab70f1aba882ad8a1b8d72a4f5.zip |
* lisp/gnus/gnus-art.el (gnus-button-handle-library): Fix typo.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/gnus/gnus-art.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 66b1e38da2e..67e604910ab 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -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 |