]> git.eshelyaron.com Git - emacs.git/commitdiff
; Commit omitted change
authorPo Lu <luangruo@yahoo.com>
Thu, 16 Nov 2023 09:31:04 +0000 (17:31 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 16 Nov 2023 09:39:14 +0000 (17:39 +0800)
* lisp/completion-preview.el (completion-preview-commands):
Substitute analyze-text-conversion for text-conversion, as this
list enumerates commands, not events.

lisp/completion-preview.el

index 4258e6bbf3c333f7014d585121e00e4d60a7b66f..6048d5be2722a884eb44da196aa5ab59b826e3f2 100644 (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")