# HG changeset patch # User Richard M. Stallman # Date 838130193 0 # Node ID 30e9db641e6fd1e9a904d5c82516340b3c3c83b5 # Parent 95be49f334539761c79e2b2e7c50b2a467b59335 (list-load-path-shadows): Doc fix. diff -r 95be49f33453 -r 30e9db641e6f lisp/emacs-lisp/shadow.el --- a/lisp/emacs-lisp/shadow.el Mon Jul 22 19:06:26 1996 +0000 +++ b/lisp/emacs-lisp/shadow.el Tue Jul 23 13:56:33 1996 +0000 @@ -135,12 +135,12 @@ ;;;###autoload (defun list-load-path-shadows () - "Display a list of Emacs Lisp files that create shadows. + "Display a list of Emacs Lisp files that shadow other files. This function lists potential load-path problems. Directories in the `load-path' variable are searched, in order, for Emacs Lisp -files. When a previously encountered file name is re-located, a -message is displayed indicating that the later file is \"shadowed\" by +files. When a previously encountered file name is found again, a +message is displayed indicating that the later file is \"hidden\" by the earlier. For example, suppose `load-path' is set to