aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-03-22 19:18:13 +0100
committerLars Ingebrigtsen2022-03-22 19:18:13 +0100
commit29e310d60f7327f177bbaaa7fdaf14101cd0476f (patch)
treec0eb1fbb330ccee0ec829a48a0c23a0d52a3dbc2
parentd0e457325d242466107e0c14f910eef0f1ae3599 (diff)
downloademacs-29e310d60f7327f177bbaaa7fdaf14101cd0476f.tar.gz
emacs-29e310d60f7327f177bbaaa7fdaf14101cd0476f.zip
Fix Completion Options typo
* doc/emacs/mini.texi (Completion Options): Fix typo.
-rw-r--r--doc/emacs/mini.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi
index 72a3cf24912..ff0fa505a8e 100644
--- a/doc/emacs/mini.texi
+++ b/doc/emacs/mini.texi
@@ -687,7 +687,7 @@ The Emacs Lisp Reference Manual}).
687@vindex completions-highlight-face 687@vindex completions-highlight-face
688When @code{completions-highlight-face} names a face, the current 688When @code{completions-highlight-face} names a face, the current
689completion candidate, the one that will be selected by typing 689completion candidate, the one that will be selected by typing
690@kbd{@key}RET}} or clicking the mouse, will be highlighted using that 690@kbd{@key{RET}} or clicking the mouse, will be highlighted using that
691face. The default value of this variable is 691face. The default value of this variable is
692@code{completions-highlight}; the value is @code{nil} disables this 692@code{completions-highlight}; the value is @code{nil} disables this
693highlighting. This feature uses the special text property 693highlighting. This feature uses the special text property