aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-07-23 13:56:33 +0000
committerRichard M. Stallman1996-07-23 13:56:33 +0000
commit0f93e41fda9e3d3eda2206af352c8aef23d2d90e (patch)
treea231a716ce959a531db1776bf2ecefa6c255f830
parent9ab5d005aa7b6dde7a6d01792aedbe0458e6b6d4 (diff)
downloademacs-0f93e41fda9e3d3eda2206af352c8aef23d2d90e.tar.gz
emacs-0f93e41fda9e3d3eda2206af352c8aef23d2d90e.zip
(list-load-path-shadows): Doc fix.
-rw-r--r--lisp/emacs-lisp/shadow.el6
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."
135;;;###autoload 135;;;###autoload
136(defun list-load-path-shadows () 136(defun list-load-path-shadows ()
137 137
138 "Display a list of Emacs Lisp files that create shadows. 138 "Display a list of Emacs Lisp files that shadow other files.
139 139
140This function lists potential load-path problems. Directories in the 140This function lists potential load-path problems. Directories in the
141`load-path' variable are searched, in order, for Emacs Lisp 141`load-path' variable are searched, in order, for Emacs Lisp
142files. When a previously encountered file name is re-located, a 142files. When a previously encountered file name is found again, a
143message is displayed indicating that the later file is \"shadowed\" by 143message is displayed indicating that the later file is \"hidden\" by
144the earlier. 144the earlier.
145 145
146For example, suppose `load-path' is set to 146For example, suppose `load-path' is set to