diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-04-13 12:42:44 +0200 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-04-13 12:42:47 +0200 |
| commit | 37bdabac26d2886d96815fb0e63c3860b4c245af (patch) | |
| tree | 3174e9764a87e2624982444659127bd857c166b3 /cape.el | |
| parent | 61558a241da59580394412903d3433d37ce94970 (diff) | |
Fix commentseparate-all-table
Diffstat (limited to 'cape.el')
| -rw-r--r-- | cape.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
