diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-13 22:27:12 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-13 22:27:12 -0800 |
commit | 09e80d9fb9fe7239d0fa301973920845831366d3 (patch) | |
tree | 771e73119b2ad9bf6cbf1fbff92a5f4cb1bf03ed /lisp/speedbar.el | |
parent | 56632ce4cd8616f0613e8734d62ec5e2f833c7dc (diff) | |
download | emacs-09e80d9fb9fe7239d0fa301973920845831366d3.tar.gz |
Spelling fixes.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r-- | lisp/speedbar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 3e707ff3832..31609232884 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -2100,7 +2100,7 @@ cell of the form ( 'DIRLIST . 'FILELIST )." (if (= index 0) ;; If the shown files variable has extra directories, then ;; it is our responsibility to redraw them all - ;; Luckilly, the nature of inserting items into this list means + ;; Luckily, the nature of inserting items into this list means ;; that by reversing it, we can easilly go in the right order (let ((sf (cdr (reverse speedbar-shown-directories)))) (setq speedbar-shown-directories |