diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-08-23 13:13:19 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-08-23 13:13:19 +0000 |
commit | b88892ef442f8950e9e069cd3265c247e2c63716 (patch) | |
tree | faa58f80602088a2e5cd48698294ba6e6fd6d739 /lisp/speedbar.el | |
parent | 1dec4064bba6f202c75f6740b51d6ff583ea89dc (diff) | |
download | emacs-b88892ef442f8950e9e069cd3265c247e2c63716.tar.gz emacs-b88892ef442f8950e9e069cd3265c247e2c63716.tar.bz2 emacs-b88892ef442f8950e9e069cd3265c247e2c63716.zip |
Minor comment change.
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 1a222e6004e..db16f2f78f3 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -665,7 +665,7 @@ useful, such as version control." "*Regexp matching files we don't want displayed in a speedbar buffer. It is generated from the variable `completion-ignored-extensions'") -;; Ugly compiler silencing trick. The real defvar comes later in this file. +;; Compiler silencing trick. The real defvar comes later in this file. (defvar speedbar-file-regexp) ;; this is dangerous to customize, because the defaults will probably |