branch: externals/corfu
commit 416031cead49a0f4ed584516d790b4e52bf4be81
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    corfu-history: Improve commentary
---
 extensions/corfu-history.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/extensions/corfu-history.el b/extensions/corfu-history.el
index aeffe38d32..be6d1cd395 100644
--- a/extensions/corfu-history.el
+++ b/extensions/corfu-history.el
@@ -26,8 +26,10 @@
 
 ;;; Commentary:
 
-;; Sort candidates by their history position. Maintain a list of
-;; recently selected candidates.
+;; Enable `corfu-history-mode' to sort candidates by their history
+;; 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'.
 
 ;;; Code:
 

Reply via email to