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:
parent
9e7c0cf57d
commit
d80dea6036
1 changed files with 5 additions and 1 deletions
|
@ -985,7 +985,11 @@ and DOC describes the way this style of completion works.")
|
||||||
The available styles are listed in `completion-styles-alist'.
|
The available styles are listed in `completion-styles-alist'.
|
||||||
|
|
||||||
Note that `completion-category-overrides' may override these
|
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
|
:type completion--styles-type
|
||||||
:version "23.1")
|
:version "23.1")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue