]> git.eshelyaron.com Git - emacs.git/commitdiff
Update Android port
authorPo Lu <luangruo@yahoo.com>
Thu, 27 Apr 2023 08:23:57 +0000 (16:23 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 27 Apr 2023 08:23:57 +0000 (16:23 +0800)
* doc/lispref/commands.texi (Misc Events):
* doc/lispref/frames.texi (Accessing Selections):
(X Selections): Fix pieces of the Info manual.

doc/lispref/commands.texi
doc/lispref/frames.texi

index b3584b0caa0302bbf568337d0d1cd6a76481cdea..783ab583ec4c551333ee1056361a5bcf86e6c397 100644 (file)
@@ -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
index 4501dafd502f6f8585003d45b68176cb8d07b3e2..77b2dd9e7cde676a1d4664d991bb544859e0d4eb 100644 (file)
@@ -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