From f396763818905e515c177378abc5f3ebcd7ddc98 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 2 Jun 2023 16:24:42 +0800 Subject: [PATCH] Improve Eldoc text conversion support * lisp/emacs-lisp/eldoc.el: ("back-to-indentation"): Register touch screen and text conversion commands. --- lisp/emacs-lisp/eldoc.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/eldoc.el b/lisp/emacs-lisp/eldoc.el index 18d3eb37af3..3a786bb321b 100644 --- a/lisp/emacs-lisp/eldoc.el +++ b/lisp/emacs-lisp/eldoc.el @@ -991,7 +991,8 @@ the docstrings eventually produced, using "mark-paragraph" "mouse-set-point" "move-" "move-beginning-of-" "move-end-of-" "newline" "next-" "other-window" "pop-global-mark" "previous-" "recenter" "right-" "scroll-" "self-insert-command" - "split-window-" "up-list") + "split-window-" "up-list" "touch-screen-handle-touch" + "analyze-text-conversion") (provide 'eldoc) -- 2.39.2