diff options
| author | Lars Ingebrigtsen | 2022-03-22 19:18:13 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-03-22 19:18:13 +0100 |
| commit | 29e310d60f7327f177bbaaa7fdaf14101cd0476f (patch) | |
| tree | c0eb1fbb330ccee0ec829a48a0c23a0d52a3dbc2 | |
| parent | d0e457325d242466107e0c14f910eef0f1ae3599 (diff) | |
| download | emacs-29e310d60f7327f177bbaaa7fdaf14101cd0476f.tar.gz emacs-29e310d60f7327f177bbaaa7fdaf14101cd0476f.zip | |
Fix Completion Options typo
* doc/emacs/mini.texi (Completion Options): Fix typo.
| -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}). | |||
| 687 | @vindex completions-highlight-face | 687 | @vindex completions-highlight-face |
| 688 | When @code{completions-highlight-face} names a face, the current | 688 | When @code{completions-highlight-face} names a face, the current |
| 689 | completion candidate, the one that will be selected by typing | 689 | completion 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 |
| 691 | face. The default value of this variable is | 691 | face. 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 |
| 693 | highlighting. This feature uses the special text property | 693 | highlighting. This feature uses the special text property |