diff options
| author | Eli Zaretskii | 2019-08-16 09:39:51 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2019-08-16 09:39:51 +0300 |
| commit | bda7fc75dfd1991d8596eaab06b65309afa62b40 (patch) | |
| tree | 1ed0fcc9bdc7baadd116b7dbd97a7748e49d5ca5 | |
| parent | 6f57ef9d3cc5d3d934701e257fd6c8fd9f48f95f (diff) | |
| download | emacs-bda7fc75dfd1991d8596eaab06b65309afa62b40.tar.gz emacs-bda7fc75dfd1991d8596eaab06b65309afa62b40.zip | |
; 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)
| -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 c43db0f678f..2e710e808d7 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el | |||
| @@ -700,7 +700,7 @@ singular expression. This variable will be turned into | |||
| 700 | function `speedbar-add-supported-extension' to add a new extension at | 700 | function `speedbar-add-supported-extension' to add a new extension at |
| 701 | runtime, or use the configuration dialog to set it in your init file. | 701 | runtime, or use the configuration dialog to set it in your init file. |
| 702 | If you add an extension to this list, and it does not appear, you may | 702 | If you add an extension to this list, and it does not appear, you may |
| 703 | need to also modify `completion-ignored-extension' which will also help | 703 | need to also modify `completion-ignored-extensions' which will also help |
| 704 | file completion." | 704 | file completion." |
| 705 | :group 'speedbar | 705 | :group 'speedbar |
| 706 | :type '(repeat (regexp :tag "Extension Regexp")) | 706 | :type '(repeat (regexp :tag "Extension Regexp")) |