diff options
| -rw-r--r-- | lisp/emacs-lisp/shadow.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/shadow.el b/lisp/emacs-lisp/shadow.el index 1788f0d71f7..2e53382fa87 100644 --- a/lisp/emacs-lisp/shadow.el +++ b/lisp/emacs-lisp/shadow.el | |||
| @@ -78,7 +78,7 @@ See the documentation for `list-load-path-shadows' for further information." | |||
| 78 | shadows ; List of shadowings, to be returned. | 78 | shadows ; List of shadowings, to be returned. |
| 79 | files ; File names ever seen, with dirs. | 79 | files ; File names ever seen, with dirs. |
| 80 | dir ; The dir being currently scanned. | 80 | dir ; The dir being currently scanned. |
| 81 | dir-case-insensitive ; `file-name-case-insentive-p' for dir. | 81 | dir-case-insensitive ; `file-name-case-insensitive-p' of dir. |
| 82 | curr-files ; This dir's Emacs Lisp files. | 82 | curr-files ; This dir's Emacs Lisp files. |
| 83 | orig-dir ; Where the file was first seen. | 83 | orig-dir ; Where the file was first seen. |
| 84 | files-seen-this-dir ; Files seen so far in this dir. | 84 | files-seen-this-dir ; Files seen so far in this dir. |