aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKatsumi Yamaoka2016-09-29 23:25:42 +0000
committerKatsumi Yamaoka2016-09-29 23:25:42 +0000
commitace7f1404bda04ab70f1aba882ad8a1b8d72a4f5 (patch)
tree3c23a531433f207d24b7f14ba0fd11af6df85f94
parentbbf1ffd7c74bdf3ea766580788f7f4adb98a47f0 (diff)
downloademacs-ace7f1404bda04ab70f1aba882ad8a1b8d72a4f5.tar.gz
emacs-ace7f1404bda04ab70f1aba882ad8a1b8d72a4f5.zip
* lisp/gnus/gnus-art.el (gnus-button-handle-library): Fix typo.
-rw-r--r--lisp/gnus/gnus-art.el2
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'."
7738 (let* ((lib (locate-library url)) 7738 (let* ((lib (locate-library url))
7739 (file (gnus-replace-in-string (or lib "") "\\.elc" ".el"))) 7739 (file (gnus-replace-in-string (or lib "") "\\.elc" ".el")))
7740 (if (not lib) 7740 (if (not lib)
7741 (gnus-message 1 "Cannot locale library `%s'." url) 7741 (gnus-message 1 "Cannot locate library `%s'." url)
7742 (find-file-read-only file)))) 7742 (find-file-read-only file))))
7743 7743
7744(defcustom gnus-button-man-level 5 7744(defcustom gnus-button-man-level 5