summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/shadow.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-01-29 11:55:30 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-01-29 11:55:30 +0000
commitf5bb919695e139e5068d754a80a17f6522d49d2b (patch)
treec8430df35cb43673ddfc78c5ef018292cb3dc28d /lisp/emacs-lisp/shadow.el
parent7a92c8fd4744ceea25a44894dbcd07949cc236b7 (diff)
downloademacs-f5bb919695e139e5068d754a80a17f6522d49d2b.tar.gz
(list-load-path-shadows): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/shadow.el')
-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 827ee9c4e6b..03c3c94b54a 100644
--- a/lisp/emacs-lisp/shadow.el
+++ b/lisp/emacs-lisp/shadow.el
@@ -93,7 +93,7 @@ See the documentation for `list-load-path-shadows' for further information."
(setq dir (directory-file-name (file-truename (or (car path) "."))))
(if (member dir true-names)
;; We have already considered this PATH redundant directory.
- ;; Show the redundancy if we are interactiver, unless the PATH
+ ;; Show the redundancy if we are interactive, unless the PATH
;; dir is nil or "." (these redundant directories are just a
;; result of the current working directory, and are therefore
;; not always redundant).
@@ -170,8 +170,8 @@ See the documentation for `list-load-path-shadows' for further information."
(defun list-load-path-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
+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 found again, a
message is displayed indicating that the later file is \"hidden\" by
the earlier.