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 02:35:10 +0200
commitc945f46fba2870fd00987c49eab17cc3a965b0c4 (patch)
tree75d6dd184892e6484536d1c92e2b085a6f85c16b
parentea0b6ba4dc8ba3c09957e21eb9c517822fcb0ddd (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)