Add note about Tramp completion to completion-styles doc string

* lisp/minibuffer.el (completion-styles): Add note about Tramp
completion (bug#37954).
This commit is contained in:
Lars Ingebrigtsen 2022-05-21 14:46:47 +02:00
parent 9e7c0cf57d
commit d80dea6036

View file

@ -985,7 +985,11 @@ and DOC describes the way this style of completion works.")
The available styles are listed in `completion-styles-alist'.
Note that `completion-category-overrides' may override these
styles for specific categories, such as files, buffers, etc."
styles for specific categories, such as files, buffers, etc.
Note that Tramp host name completion (e.g., \"/ssh:ho<TAB>\")
currently doesn't work if this list doesn't contain at least one
of `basic', `emacs22' or `emacs21'."
:type completion--styles-type
:version "23.1")