; Fix typo in a doc string of speedbar.el
* lisp/speedbar.el (speedbar-supported-extension-expressions): Fix a typo in the doc string. (Bug#37041)
This commit is contained in:
parent
6f57ef9d3c
commit
bda7fc75df
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ singular expression. This variable will be turned into
|
|||
function `speedbar-add-supported-extension' to add a new extension at
|
||||
runtime, or use the configuration dialog to set it in your init file.
|
||||
If you add an extension to this list, and it does not appear, you may
|
||||
need to also modify `completion-ignored-extension' which will also help
|
||||
need to also modify `completion-ignored-extensions' which will also help
|
||||
file completion."
|
||||
:group 'speedbar
|
||||
:type '(repeat (regexp :tag "Extension Regexp"))
|
||||
|
|
Loading…
Add table
Reference in a new issue