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