Function: Info-history-find-file

Info-history-find-file is a byte-compiled function defined in info.el.gz.

Signature

(Info-history-find-file FILENAME &optional NOERROR)

Documentation

History-specific implementation of Info-find-file.

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defun Info-history-find-file (filename &optional _noerror)
  "History-specific implementation of `Info-find-file'."
  filename)