From 56fae2771e694a3dbe6e800bd60c3455bb1d1b94 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Sun, 29 Oct 2023 12:20:50 +0100 Subject: [PATCH] * (completion-preview-hook): Fix typo in docstring --- completion-preview.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completion-preview.el b/completion-preview.el index f982ebd..6c67717 100644 --- a/completion-preview.el +++ b/completion-preview.el @@ -60,7 +60,7 @@ candidate also when there are multiple matching candidates." (defcustom completion-preview-hook '(completion-preview-require-certain-commands completion-preview-require-minimum-symbol-length) - "Hook for functions that determines whether to show preview completion. + "Hook for functions that determine whether to show preview completion. Completion Preview mode calls each of these functions in order after each command, and only displays the completion preview when -- 2.39.2