projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a0628d
)
; * lisp/help-fns.el: Remove outdated comment.
author
Glenn Morris
<rgm@gnu.org>
Tue, 16 Feb 2016 06:25:01 +0000
(22:25 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 16 Feb 2016 06:25:01 +0000
(22:25 -0800)
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index 547bc7ee63a7a7313db2bf08c56e5f488d3b37de..6e8a108b5068d9767e73e25b531638ec168c34b2 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-296,7
+296,6
@@
suitable file is found, return nil."
(substring-no-properties lib-name 0 -1)
lib-name)
file-name))
- ;; The next three forms are from `find-source-lisp-file'.
(src-file (locate-library file-name t nil 'readable)))
(and src-file (file-readable-p src-file) src-file))))))