summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2021-12-30 20:07:29 +0200
committerEli Zaretskii <eliz@gnu.org>2021-12-30 20:07:29 +0200
commitf2031d0ddb6a21eebbf396094a5c4d4e73019271 (patch)
tree8295bde7ac2856dfcbcc19b4ff704e8e89f6f069
parent1e3076e2dbddaeb8cf678a9bfb30b7d269de1479 (diff)
downloademacs-f2031d0ddb6a21eebbf396094a5c4d4e73019271.tar.gz
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)
-rw-r--r--doc/emacs/mini.texi5
1 files changed, 4 insertions, 1 deletions
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