summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2025-04-06 02:35:10 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2025-04-06 14:11:47 +0200
commit69930d3ac7e6d7f01602e233e702985cfd98b34d (patch)
tree75d6dd184892e6484536d1c92e2b085a6f85c16b
parent0125888430982c95890bc90e44b47a87fb9b96ea (diff)
Improve docstring
-rw-r--r--extensions/corfu-history.el6
1 files 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)