find-emacs-lisp-shadows

find-emacs-lisp-shadows is an alias for `load-path-shadows-find' in `shadow.el'.

(find-emacs-lisp-shadows &optional PATH)

This function is obsolete since 23.3;
use `load-path-shadows-find' instead.

Return a list of Emacs Lisp files that create shadows.
This function does the work for `list-load-path-shadows'.

We traverse PATH looking for shadows, and return a (possibly empty)
even-length list of files. A file in this list at position 2i shadows
the file in position 2i+1. Emacs Lisp file suffixes (.el and .elc)
are stripped from the file names in the list.

See the documentation for `list-load-path-shadows' for further information.