mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
; * java/org/gnu/emacs/EmacsInputConnection.java: Fix commentary typo.
This commit is contained in:
parent
3488ae7c52
commit
f38f4588d7
1 changed files with 3 additions and 3 deletions
|
|
@ -83,9 +83,9 @@ public final class EmacsInputConnection implements InputConnection
|
||||||
extractAbsoluteOffsets = syncAfterCommit = true;
|
extractAbsoluteOffsets = syncAfterCommit = true;
|
||||||
|
|
||||||
/* The Samsung and Vivo keyboards take `selectionStart' at face
|
/* The Samsung and Vivo keyboards take `selectionStart' at face
|
||||||
value if some text is returned, and also searches for words
|
value if some text is returned, and also search for words solely
|
||||||
solely within that text. However, when no text is returned, it
|
within that text. However, when no text is returned, it falls
|
||||||
falls back to getTextAfterCursor and getTextBeforeCursor. */
|
back to getTextAfterCursor and getTextBeforeCursor. */
|
||||||
if (Build.MANUFACTURER.equalsIgnoreCase ("Samsung")
|
if (Build.MANUFACTURER.equalsIgnoreCase ("Samsung")
|
||||||
|| Build.MANUFACTURER.equalsIgnoreCase ("Vivo"))
|
|| Build.MANUFACTURER.equalsIgnoreCase ("Vivo"))
|
||||||
extractAbsoluteOffsets = true;
|
extractAbsoluteOffsets = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue