]> git.eshelyaron.com Git - emacs.git/commitdiff
(list-load-path-shadows): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Jan 2007 11:55:30 +0000 (11:55 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 29 Jan 2007 11:55:30 +0000 (11:55 +0000)
lisp/ChangeLog
lisp/emacs-lisp/shadow.el

index 8960b0422be4d4425c4ac119ce5c31e5cf53c6b0..7d96ceaadf4ba1c7fa328013c7bef8542a3f286b 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/shadow.el (list-load-path-shadows): Doc fix.
+
 2007-01-29  Kenichi Handa  <handa@m17n.org>
 
        * international/titdic-cnv.el (py-converter): Fix previous change.
 
 2007-01-29  Kenichi Handa  <handa@m17n.org>
 
-       * international/ja-dic-cnv.el (skkdic-convert): Add
-       byte-compile-disable-print-circle:t at the head.
+       * international/ja-dic-cnv.el (skkdic-convert):
+       Add byte-compile-disable-print-circle:t at the head.
 
-       * international/titdic-cnv.el (tit-process-header): Add
-       byte-compile-disable-print-circle:t at the head.
+       * international/titdic-cnv.el (tit-process-header):
+       Add byte-compile-disable-print-circle:t at the head.
        (miscdic-convert): Likewise.
        (py-converter): Skip the header comments.
 
-       * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): New
-       variable.
+       * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
+       New variable.
        (byte-compile-output-file-form): Bing print-circle to nil if
        byte-compile-output-file-form is not nil.
        (byte-compile-output-docform): Likewise.
index 827ee9c4e6b126541ec97d8bf66d873671b0f0cb..03c3c94b54aa2dbdadcd1dc5a6fb3bbd4faad042 100644 (file)
@@ -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.