aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/speedbar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index c43db0f678f..2e710e808d7 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -700,7 +700,7 @@ singular expression. This variable will be turned into
700function `speedbar-add-supported-extension' to add a new extension at 700function `speedbar-add-supported-extension' to add a new extension at
701runtime, or use the configuration dialog to set it in your init file. 701runtime, or use the configuration dialog to set it in your init file.
702If you add an extension to this list, and it does not appear, you may 702If you add an extension to this list, and it does not appear, you may
703need to also modify `completion-ignored-extension' which will also help 703need to also modify `completion-ignored-extensions' which will also help
704file completion." 704file completion."
705 :group 'speedbar 705 :group 'speedbar
706 :type '(repeat (regexp :tag "Extension Regexp")) 706 :type '(repeat (regexp :tag "Extension Regexp"))