diff options
| author | Lars Ingebrigtsen | 2022-05-21 14:46:47 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-05-21 14:46:47 +0200 |
| commit | d80dea6036701916c710fde77d1c491dcb804264 (patch) | |
| tree | ef51f9c1f3ffea067eb1550f866489bc93be08a0 | |
| parent | 9e7c0cf57d522b50423880f3a846c52c5509fef9 (diff) | |
| download | emacs-d80dea6036701916c710fde77d1c491dcb804264.tar.gz emacs-d80dea6036701916c710fde77d1c491dcb804264.zip | |
Add note about Tramp completion to completion-styles doc string
* lisp/minibuffer.el (completion-styles): Add note about Tramp
completion (bug#37954).
| -rw-r--r-- | lisp/minibuffer.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el index 2724b5a3e6d..0ef846ccd78 100644 --- a/lisp/minibuffer.el +++ b/lisp/minibuffer.el | |||
| @@ -985,7 +985,11 @@ and DOC describes the way this style of completion works.") | |||
| 985 | The available styles are listed in `completion-styles-alist'. | 985 | The available styles are listed in `completion-styles-alist'. |
| 986 | 986 | ||
| 987 | Note that `completion-category-overrides' may override these | 987 | Note that `completion-category-overrides' may override these |
| 988 | styles for specific categories, such as files, buffers, etc." | 988 | styles for specific categories, such as files, buffers, etc. |
| 989 | |||
| 990 | Note that Tramp host name completion (e.g., \"/ssh:ho<TAB>\") | ||
| 991 | currently doesn't work if this list doesn't contain at least one | ||
| 992 | of `basic', `emacs22' or `emacs21'." | ||
| 989 | :type completion--styles-type | 993 | :type completion--styles-type |
| 990 | :version "23.1") | 994 | :version "23.1") |
| 991 | 995 | ||