From: Po Lu Date: Thu, 27 Apr 2023 08:23:57 +0000 (+0800) Subject: Update Android port X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04ac6e6be8594a211c4147d7043602d769f68fd6;p=emacs.git Update Android port * doc/lispref/commands.texi (Misc Events): * doc/lispref/frames.texi (Accessing Selections): (X Selections): Fix pieces of the Info manual. --- 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