diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-03-22 19:18:13 +0100 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-03-22 19:18:13 +0100 |
commit | 29e310d60f7327f177bbaaa7fdaf14101cd0476f (patch) | |
tree | c0eb1fbb330ccee0ec829a48a0c23a0d52a3dbc2 /doc/emacs/mini.texi | |
parent | d0e457325d242466107e0c14f910eef0f1ae3599 (diff) | |
download | emacs-29e310d60f7327f177bbaaa7fdaf14101cd0476f.tar.gz emacs-29e310d60f7327f177bbaaa7fdaf14101cd0476f.tar.bz2 emacs-29e310d60f7327f177bbaaa7fdaf14101cd0476f.zip |
Fix Completion Options typo
* doc/emacs/mini.texi (Completion Options): Fix typo.
Diffstat (limited to 'doc/emacs/mini.texi')
-rw-r--r-- | doc/emacs/mini.texi | 2 |
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}). @vindex completions-highlight-face When @code{completions-highlight-face} names a face, the current completion candidate, the one that will be selected by typing -@kbd{@key}RET}} or clicking the mouse, will be highlighted using that +@kbd{@key{RET}} or clicking the mouse, will be highlighted using that face. The default value of this variable is @code{completions-highlight}; the value is @code{nil} disables this highlighting. This feature uses the special text property |