Function: info-file-exists-p

info-file-exists-p is a byte-compiled function defined in info.el.gz.

Signature

(info-file-exists-p FILENAME)

Source Code

;; Defined in /usr/src/emacs/lisp/info.el.gz
(defun info-file-exists-p (filename)
  (and (file-exists-p filename)
       (not (file-directory-p filename))))