[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/minibuffer-completion-enhancements 5725301b016 02/35: * doc/lisp
From: |
Eshel Yaron |
Subject: |
feature/minibuffer-completion-enhancements 5725301b016 02/35: * doc/lispref/minibuf.texi (Completion Commands): Fix typos. |
Date: |
Sun, 21 Jan 2024 03:54:29 -0500 (EST) |
branch: feature/minibuffer-completion-enhancements
commit 5725301b016d9cae3eef4fd9b23a045e22c7484e
Author: Eshel Yaron <me@eshelyaron.com>
Commit: Eshel Yaron <me@eshelyaron.com>
* doc/lispref/minibuf.texi (Completion Commands): Fix typos.
---
doc/lispref/minibuf.texi | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi
index 471ec848b14..6178394c50b 100644
--- a/doc/lispref/minibuf.texi
+++ b/doc/lispref/minibuf.texi
@@ -1339,12 +1339,12 @@ returns non-@code{nil} if that candidate should appear
in the
@var{pred}.
@end defvar
-@deffn minibuffer-narrow-completions-by-regexp
+@defun minibuffer-narrow-completions-by-regexp
This function is the default value of
@code{minibuffer-narrow-completions-function}. This function prompts
for a regular expression, and returns a completions predicate that
only keeps candidates matching that regular expression.
-@end deffn
+@end defun
@deffn Command minibuffer-narrow-completions
This function narrows (restricts) the list of possible completions.
@@ -1356,9 +1356,9 @@ completions predicate, and adds that predicate to
@deffn Command minibuffer-narrow-completions-to-current
This is similar to @code{minibuffer-narrow-completions}, except that
-@code{minibuffer-narrow-completions-to-current} restricts restricts
-the list of possible completions to only include candidates that match
-the current minibuffer input.
+@code{minibuffer-narrow-completions-to-current} restricts the list of
+possible completions to only include candidates that match the current
+minibuffer input.
@end deffn
@defun display-completion-list completions
- feature/minibuffer-completion-enhancements f9c59caa378 13/35: Improve handling of file name completion predicate, (continued)
- feature/minibuffer-completion-enhancements f9c59caa378 13/35: Improve handling of file name completion predicate, Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements 26bca940e12 17/35: ; Fix typos in recent documentation additions, Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements c80749e4bee 18/35: ; Adapt some recent changes around completion categories, Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements dc4ce1052ba 32/35: New command 'crm-complete-and-insert-separator', Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements bc5c729d69f 33/35: ; (crm-change-separator): Enable recursive minibuffers., Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements 5fae8cef46d 35/35: ; * doc/emacs/mini.texi (Completion Multi): Fix typo., Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements 8ecd4371b9a 22/35: ; Avoid attempting to restore stale previous completion input, Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements 370936bef90 23/35: New helper function for creating completion tables with metadata, Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements cea254f1483 27/35: Add completion annotations for file name completion, Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements 4f1e41bc064 29/35: ; Elaborate minibuffer file name reading documentation, Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements 5725301b016 02/35: * doc/lispref/minibuf.texi (Completion Commands): Fix typos.,
Eshel Yaron <=
- feature/minibuffer-completion-enhancements fd705bffffa 04/35: Add Completions Auto Update minor mode, Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements c896c757a9d 05/35: ; Respect 'completion-boundaries' in narrow-completions commands, Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements 0d82d262b65 12/35: ; Fix completions restriction descriptions with boundaries, Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements c00e059c368 30/35: Avoid slow remote file name completion annotations, Eshel Yaron, 2024/01/21
- feature/minibuffer-completion-enhancements 1b22e4b3e11 34/35: Highlight input separators in 'c-r-m' minibuffers, Eshel Yaron, 2024/01/21