summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cape.el4
1 files 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