From: Eli Zaretskii Date: Fri, 16 Aug 2019 06:39:51 +0000 (+0300) Subject: ; Fix typo in a doc string of speedbar.el X-Git-Tag: emacs-26.3~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bda7fc7;p=emacs.git ; 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) --- 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 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"))