diff options
| author | Glenn Morris | 2008-04-24 05:50:41 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-04-24 05:50:41 +0000 |
| commit | d6ece7c2814b11a7bde21cc373205ba1916d6335 (patch) | |
| tree | 615258baf6c9350c0f180e734976f6321269f582 | |
| parent | 7ef39c6e103321a813dc9e2731975c12dbbb5a51 (diff) | |
| download | emacs-d6ece7c2814b11a7bde21cc373205ba1916d6335.tar.gz emacs-d6ece7c2814b11a7bde21cc373205ba1916d6335.zip | |
Fix some comment typos.
| -rw-r--r-- | lisp/speedbar.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 225099b5c1e..05012785f7f 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -322,8 +322,8 @@ A nil value means don't show the file in the list." | |||
| 322 | 322 | ||
| 323 | ;;; EVENTUALLY REMOVE THESE | 323 | ;;; EVENTUALLY REMOVE THESE |
| 324 | 324 | ||
| 325 | ;; When I moved to a repeating timer, I had the horrible missfortune | 325 | ;; When I moved to a repeating timer, I had the horrible misfortune |
| 326 | ;; of loosing the ability for adaptive speed choice. This update | 326 | ;; of losing the ability for adaptive speed choice. This update |
| 327 | ;; speed currently causes long delays when it should have been turned off. | 327 | ;; speed currently causes long delays when it should have been turned off. |
| 328 | (defvar speedbar-update-speed dframe-update-speed) | 328 | (defvar speedbar-update-speed dframe-update-speed) |
| 329 | (make-obsolete-variable 'speedbar-update-speed | 329 | (make-obsolete-variable 'speedbar-update-speed |