Improve Eldoc text conversion support

* lisp/emacs-lisp/eldoc.el: ("back-to-indentation"): Register
touch screen and text conversion commands.
This commit is contained in:
Po Lu 2023-06-02 16:24:42 +08:00
parent 5dbcc8bd6c
commit f396763818

View file

@ -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)