]> git.eshelyaron.com Git - emacs.git/commitdiff
; * test/infra/android/test-controller.el (ats-eval): Correct punctuation.
authorPo Lu <luangruo@yahoo.com>
Thu, 10 Apr 2025 10:19:28 +0000 (18:19 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 11 Apr 2025 11:33:07 +0000 (13:33 +0200)
(cherry picked from commit 426a016d612a539178a913b68fd395d94919af64)

test/infra/android/test-controller.el

index 648185e927c52261c9d23029248f6b084924e75a..62b3b351bd127ac269f61beb278d04eb862e2356 100644 (file)
@@ -1922,10 +1922,11 @@ this machine and an SSH daemon be executing on the host)."
   "Evaluate FORM in PROCESS, which form must be printable.
 Form should evaluate to a value that must be printable, or
 signal an error.  Value is (ok . VALUE) if no error was
-signaled, or (error . VALUE) otherwise.  If RAW, instruct
-PROCESS not to attempt to decode the printed representation of
-FORM as multibyte text; this does not influence the decoding
-whatever value it returns.
+signaled, or (error . VALUE) otherwise.  It may also be (exit
+. BACKTRACE) if Emacs exited whilst FORM was executing.  If RAW,
+instruct PROCESS not to attempt to decode the printed
+representation of FORM as multibyte text; this does not
+influence the decoding whatever value it returns.
 
 Set AS-PRINTED to insist that the value be returned as a string;
 this enables non-printable values to be returned in a meaningful