[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
feature/android 04ac6e6be85: Update Android port
From: |
Po Lu |
Subject: |
feature/android 04ac6e6be85: Update Android port |
Date: |
Thu, 27 Apr 2023 04:24:29 -0400 (EDT) |
branch: feature/android
commit 04ac6e6be8594a211c4147d7043602d769f68fd6
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>
Update Android port
* doc/lispref/commands.texi (Misc Events):
* doc/lispref/frames.texi (Accessing Selections):
(X Selections): Fix pieces of the Info manual.
---
doc/lispref/commands.texi | 4 ++--
doc/lispref/frames.texi | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi
index b3584b0caa0..783ab583ec4 100644
--- a/doc/lispref/commands.texi
+++ b/doc/lispref/commands.texi
@@ -2220,9 +2220,9 @@ been made to them, use the variable
@code{text-conversion} event being sent; it is a list of the
form:
-@indentedblock
+@example
@w{@code{((@var{buffer} @var{beg} @var{end} @var{ephemeral}) ...)}}
-@end indentedblock
+@end example
Where @var{ephemeral} is the buffer which was modified, @var{beg} and
@var{end} are markers set to the positions of the edit at the time it
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 4501dafd502..77b2dd9e7cd 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -4093,7 +4093,7 @@ separate topic.
@end menu
@node X Selections
-@section X Selections
+@subsection X Selections
X refrains from defining fixed data types for selection data, or a
fixed number of selections. Selections are instead identified by X
@@ -4479,7 +4479,7 @@ bounds of the selection data in the buffer @var{buf}.
@end itemize
@node Other Selections
-@section Other Selections
+@subsection Other Selections
Window systems such as MS-Windows, Nextstep, Haiku and Android do
not provide selections corresponding to the X semantics. Each window
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- feature/android 04ac6e6be85: Update Android port,
Po Lu <=