From f2031d0ddb6a21eebbf396094a5c4d4e73019271 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 30 Dec 2021 20:07:29 +0200 Subject: 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) --- doc/emacs/mini.texi | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index b0f6e424a7f..56222bb6e1c 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi @@ -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 -- cgit v1.2.1