diff options
author | Glenn Morris <rgm@gnu.org> | 2019-08-20 09:01:55 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-08-20 09:01:55 -0700 |
commit | 8f68449c9476956425881bf1534fa727d5247448 (patch) | |
tree | 6647f6d286b2efdfab829f0a6715164743594084 /lisp/speedbar.el | |
parent | 65dc07f563f229faadaa44312776941abbf6e1b6 (diff) | |
parent | 0b810ebc9fe65e447e37832db40ccf634e5548d9 (diff) | |
download | emacs-8f68449c9476956425881bf1534fa727d5247448.tar.gz emacs-8f68449c9476956425881bf1534fa727d5247448.tar.bz2 emacs-8f68449c9476956425881bf1534fa727d5247448.zip |
Merge from origin/emacs-26
0b810eb Fix a typo in char-width-table
3f00db7 Minor update in admin/notes/unicode
bcd0115 Fix lisp indent infloop on unfinished strings (Bug#37045)
5f992d1 Improve commentary in composite.el
3a04be2 ; Improve commentary in xdisp.c
15de1d1 Fix markup in dired-x.texi
bda7fc7 ; Fix typo in a doc string of speedbar.el
6f57ef9 * src/callproc.c (Fcall_process): Doc fix.
# Conflicts:
# doc/misc/dired-x.texi
# lisp/international/characters.el
# src/callproc.c
Diffstat (limited to 'lisp/speedbar.el')
-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 451c57fe066..52ae5d2da5a 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -697,7 +697,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")) |