]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Jan 2018 16:49:43 +0000 (08:49 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Jan 2018 16:50:06 +0000 (08:50 -0800)
lisp/emacs-lisp/shadow.el

index 1788f0d71f7c969302aac7c77edd92e37a6fe288..2e53382fa878b17453e3288ef40939c4fc212b4c 100644 (file)
@@ -78,7 +78,7 @@ See the documentation for `list-load-path-shadows' for further information."
        shadows                         ; List of shadowings, to be returned.
        files                           ; File names ever seen, with dirs.
        dir                             ; The dir being currently scanned.
-        dir-case-insensitive            ; `file-name-case-insentive-p' for dir.
+        dir-case-insensitive            ; `file-name-case-insensitive-p' of dir.
        curr-files                      ; This dir's Emacs Lisp files.
        orig-dir                        ; Where the file was first seen.
        files-seen-this-dir             ; Files seen so far in this dir.