Variable: find-library-include-other-files
find-library-include-other-files is a customizable variable defined in
find-func.el.gz.
Value
t
Documentation
If non-nil, read-library-name will also include non-library files.
This affects commands like read-library.
If nil, only library files (i.e., ".el" files) will be offered for completion.
This variable was added, or its default value changed, in Emacs 29.1.
Probably introduced at or before Emacs version 29.1.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/find-func.el.gz
(defcustom find-library-include-other-files t
"If non-nil, `read-library-name' will also include non-library files.
This affects commands like `read-library'.
If nil, only library files (i.e., \".el\" files) will be offered
for completion."
:type 'boolean
:version "29.1"
:group 'find-function)