; * lisp/help-fns.el: Remove outdated comment.

This commit is contained in:
Glenn Morris 2016-02-15 22:25:01 -08:00
parent 7a0628d82e
commit 57d0e3d5ae

View file

@ -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))))))