projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbf1ffd
)
* lisp/gnus/gnus-art.el (gnus-button-handle-library): Fix typo.
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Thu, 29 Sep 2016 23:25:42 +0000
(23:25 +0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Thu, 29 Sep 2016 23:25:42 +0000
(23:25 +0000)
lisp/gnus/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-art.el
b/lisp/gnus/gnus-art.el
index 66b1e38da2efe09141af42cc3fb9c9268aa953ed..67e604910ab3e19ed342d04206594aca851c0ce4 100644
(file)
--- 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 loca
l
e library `%s'." url)
+ (gnus-message 1 "Cannot loca
t
e library `%s'." url)
(find-file-read-only file))))
(defcustom gnus-button-man-level 5