mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
Minor improvement in user documentation of completion style
* doc/emacs/mini.texi (Completion Styles): Add reference to "Completion Variables" in the ELisp manual. (Bug#52901)
This commit is contained in:
parent
1e3076e2db
commit
f2031d0ddb
@ -497,7 +497,10 @@ falls back on the next style.
|
||||
@vindex completion-styles
|
||||
The list variable @code{completion-styles} specifies the completion
|
||||
styles to use. Each list element is the name of a completion style (a
|
||||
Lisp symbol). The default completion styles are (in order):
|
||||
Lisp symbol). The available style symbols are stored in the variable
|
||||
@code{completion-styles-alist} (@pxref{Completion Variables,,, elisp,
|
||||
The Emacs Lisp Reference Manual}). The default completion styles are
|
||||
(in order):
|
||||
|
||||
@table @code
|
||||
@item basic
|
||||
|
Loading…
Reference in New Issue
Block a user