]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve Eldoc text conversion support
authorPo Lu <luangruo@yahoo.com>
Fri, 2 Jun 2023 08:24:42 +0000 (16:24 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 2 Jun 2023 08:24:42 +0000 (16:24 +0800)
* lisp/emacs-lisp/eldoc.el: ("back-to-indentation"): Register
touch screen and text conversion commands.

lisp/emacs-lisp/eldoc.el

index 18d3eb37af31876a35512544eb6204ac09335286..3a786bb321bb625772be64e7f4cf73c519b46cea 100644 (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)