emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android f3967638189 2/2: Improve Eldoc text conversion support


From: Po Lu
Subject: feature/android f3967638189 2/2: Improve Eldoc text conversion support
Date: Fri, 2 Jun 2023 04:26:14 -0400 (EDT)

branch: feature/android
commit f396763818905e515c177378abc5f3ebcd7ddc98
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    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)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]