# HG changeset patch # User Juanma Barranquero # Date 1170071560 0 # Node ID 1809625e8d5ca52870dac29b4d31726e062b8569 # Parent 3e8f3db00e58433d057c08c101d599d47d1b8322 (list-load-path-shadows): Doc fix. diff -r 3e8f3db00e58 -r 1809625e8d5c lisp/emacs-lisp/shadow.el --- a/lisp/emacs-lisp/shadow.el Mon Jan 29 11:17:20 2007 +0000 +++ b/lisp/emacs-lisp/shadow.el Mon Jan 29 11:52:40 2007 +0000 @@ -93,7 +93,7 @@ (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 @@ (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.