From c945f46fba2870fd00987c49eab17cc3a965b0c4 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 6 Apr 2025 02:35:10 +0200 Subject: Improve docstring --- extensions/corfu-history.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/corfu-history.el b/extensions/corfu-history.el index b622124..1fbf3b4 100644 --- a/extensions/corfu-history.el +++ b/extensions/corfu-history.el @@ -51,9 +51,9 @@ or the property `history-length' of `corfu-history'.") (defcustom corfu-history-duplicate 10 "Number of history positions gained by duplicate history elements. -The more often a duplicates element occurs in the history, the earlier -it appears in the completion list. Note that duplicates occur only in -the history if `history-delete-duplicates' is disabled." +The more often a duplicate element occurs in the history, the earlier it +appears in the completion list. Note that duplicates occur only if +`history-delete-duplicates' is disabled." :type 'natum :group 'corfu) -- cgit v1.0