diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-07-23 13:56:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-07-23 13:56:33 +0000 |
commit | 0f93e41fda9e3d3eda2206af352c8aef23d2d90e (patch) | |
tree | a231a716ce959a531db1776bf2ecefa6c255f830 /lisp/emacs-lisp/shadow.el | |
parent | 9ab5d005aa7b6dde7a6d01792aedbe0458e6b6d4 (diff) | |
download | emacs-0f93e41fda9e3d3eda2206af352c8aef23d2d90e.tar.gz |
(list-load-path-shadows): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/shadow.el')
-rw-r--r-- | lisp/emacs-lisp/shadow.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/shadow.el b/lisp/emacs-lisp/shadow.el index cf87c648451..73650de88c8 100644 --- a/lisp/emacs-lisp/shadow.el +++ b/lisp/emacs-lisp/shadow.el @@ -135,12 +135,12 @@ See the documentation for `list-load-path-shadows' for further information." ;;;###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 |