Function: Info-finder-find-file
Info-finder-find-file is a byte-compiled function defined in
info.el.gz.
Signature
(Info-finder-find-file FILENAME &optional NOERROR)
Documentation
Finder-specific implementation of Info-find-file.
Source Code
;; Defined in /usr/src/emacs/lisp/info.el.gz
(defun Info-finder-find-file (filename &optional _noerror)
"Finder-specific implementation of `Info-find-file'."
filename)