; * java/org/gnu/emacs/EmacsInputConnection.java: Fix commentary typo.

This commit is contained in:
Po Lu 2025-03-20 10:21:03 +08:00
parent 3488ae7c52
commit f38f4588d7

View file

@ -83,9 +83,9 @@ public final class EmacsInputConnection implements InputConnection
extractAbsoluteOffsets = syncAfterCommit = true;
/* The Samsung and Vivo keyboards take `selectionStart' at face
value if some text is returned, and also searches for words
solely within that text. However, when no text is returned, it
falls back to getTextAfterCursor and getTextBeforeCursor. */
value if some text is returned, and also search for words solely
within that text. However, when no text is returned, it falls
back to getTextAfterCursor and getTextBeforeCursor. */
if (Build.MANUFACTURER.equalsIgnoreCase ("Samsung")
|| Build.MANUFACTURER.equalsIgnoreCase ("Vivo"))
extractAbsoluteOffsets = true;