mode-local-map-file-buffers

mode-local-map-file-buffers is a compiled Lisp function in `mode-local.el'.

(mode-local-map-file-buffers FUNCTION &optional PREDICATE BUFFERS)

Run FUNCTION on every file buffer found.
FUNCTION does not have arguments; when it is entered `current-buffer'
is the currently selected file buffer.
If optional argument PREDICATE is non nil, only select file buffers
for which the function PREDICATE returns non-nil.
If optional argument BUFFERS is non-nil, it is a list of buffers to
walk through. It defaults to `buffer-list'.