From 37bdabac26d2886d96815fb0e63c3860b4c245af Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Thu, 13 Apr 2023 12:42:44 +0200 Subject: Fix comment --- cape.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cape.el b/cape.el index 781fa4c..691396e 100644 --- a/cape.el +++ b/cape.el @@ -838,8 +838,8 @@ completion table is refreshed on every input change." (let (throw-on-input) ;; No interrupt during state update (setq table new-table input new-input) ;; Update `all-table' separately for `all-completions', - ;; such that the `plist' is synchronized with the returned - ;; candidates. + ;; such that the `all-plist' is synchronized with the + ;; returned candidates. (when (eq action t) (setf all-table new-table all-input new-input -- cgit v1.0