; * 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;
|
||||
|
||||
/* 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;
|
||||
|
|
Loading…
Add table
Reference in a new issue