; Commit omitted change

* lisp/completion-preview.el (completion-preview-commands):
Substitute analyze-text-conversion for text-conversion, as this
list enumerates commands, not events.
This commit is contained in:
Po Lu 2023-11-16 17:31:04 +08:00
parent 46c2fffd89
commit dd0f009c51

View file

@ -81,7 +81,7 @@ first candidate, and you can cycle between the candidates with
insert-char
delete-backward-char
backward-delete-char-untabify
text-conversion)
analyze-text-conversion)
"List of commands that should trigger completion preview."
:type '(repeat (function :tag "Command" :value self-insert-command))
:version "30.1")