diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-26 22:41:09 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-26 23:04:23 +0200 |
commit | db2ed9f333879e5ac283fb48c8b06ed4022f0af9 (patch) | |
tree | 5ea199f04b4ae451e3041150de204dee5f87fa06 /lisp/ecomplete.el | |
parent | c716d0cf5692ab853c0eb5dc809c765207762cdb (diff) | |
download | emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.gz emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.tar.bz2 emacs-db2ed9f333879e5ac283fb48c8b06ed4022f0af9.zip |
; Fix several symbol name typos
Diffstat (limited to 'lisp/ecomplete.el')
-rw-r--r-- | lisp/ecomplete.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ecomplete.el b/lisp/ecomplete.el index dfee0734817..b532ef95e7f 100644 --- a/lisp/ecomplete.el +++ b/lisp/ecomplete.el @@ -190,7 +190,7 @@ FORCE is non-nil, use TEXT exactly as is." If CHOOSE, allow the user to choose interactively between the matches. -Auto-select when `ecomplete-message-display-abbrev-auto-select' is +Auto-select when `ecomplete-auto-select' is non-nil and there is only a single completion option available." (let* ((matches (ecomplete-get-matches type word)) (match-list (and matches (split-string matches "\n"))) |