]> code.delx.au - gnu-emacs/blobdiff - lisp/help-fns.el
Merge from origin/emacs-25
[gnu-emacs] / lisp / help-fns.el
index 2021885e996c47ff81d123d80ce694ddb4bde1d5..c3a5f26d261a274f82632ed24b15b1a4fcbc3c57 100644 (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))))))