branch: externals/corfu commit 69930d3ac7e6d7f01602e233e702985cfd98b34d Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
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 b622124188..1fbf3b4398 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)