summaryrefslogtreecommitdiff
path: root/cape.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2023-04-13 12:42:44 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2023-04-13 12:42:47 +0200
commit37bdabac26d2886d96815fb0e63c3860b4c245af (patch)
tree3174e9764a87e2624982444659127bd857c166b3 /cape.el
parent61558a241da59580394412903d3433d37ce94970 (diff)
Diffstat (limited to 'cape.el')
-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