From: Glenn Morris Date: Tue, 16 Feb 2016 06:25:01 +0000 (-0800) Subject: ; * lisp/help-fns.el: Remove outdated comment. X-Git-Tag: emacs-25.0.92~108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=57d0e3d5ae33184aa66b477d151ec32a4374c836;p=emacs.git ; * lisp/help-fns.el: Remove outdated comment. --- diff --git a/lisp/help-fns.el b/lisp/help-fns.el index 547bc7ee63a..6e8a108b506 100644 --- 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))))))