emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 bda7fc7: ; Fix typo in a doc string of speedbar.e


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 bda7fc7: ; Fix typo in a doc string of speedbar.el
Date: Fri, 16 Aug 2019 02:40:55 -0400 (EDT)

branch: emacs-26
commit bda7fc75dfd1991d8596eaab06b65309afa62b40
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; 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)
---
 lisp/speedbar.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index c43db0f..2e710e8 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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]