summaryrefslogtreecommitdiff
path: root/extensions/corfu-history.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-01-14 14:51:36 +0100
committerDaniel Mendler <mail@daniel-mendler.de>2023-01-14 14:51:36 +0100
commitc512ea30e4ff7a8ceac2db05cf00fbcc1785c679 (patch)
treefba44fe6f883ee4f0db7321637c723707d68096a /extensions/corfu-history.el
parentbb5c2561a025d03d5976bf0c64655606ee04f208 (diff)
Fix whitespace warnings
Diffstat (limited to 'extensions/corfu-history.el')
-rw-r--r--extensions/corfu-history.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/corfu-history.el b/extensions/corfu-history.el
index c4dd9d1..e42306b 100644
--- a/extensions/corfu-history.el
+++ b/extensions/corfu-history.el
@@ -27,7 +27,7 @@
;;; Commentary:
;; Enable `corfu-history-mode' to sort candidates by their history
-;; position. Maintain a list of recently selected candidates. In order
+;; position. Maintain a list of recently selected candidates. In order
;; to save the history across Emacs sessions, enable `savehist-mode' and
;; add `corfu-history' to `savehist-additional-variables'.
;;