From: Po Lu Date: Thu, 10 Apr 2025 10:19:28 +0000 (+0800) Subject: ; * test/infra/android/test-controller.el (ats-eval): Correct punctuation. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a90b6670146a17b557f5f51649ae3adc8509242;p=emacs.git ; * test/infra/android/test-controller.el (ats-eval): Correct punctuation. (cherry picked from commit 426a016d612a539178a913b68fd395d94919af64) --- diff --git a/test/infra/android/test-controller.el b/test/infra/android/test-controller.el index 648185e927c..62b3b351bd1 100644 --- a/test/infra/android/test-controller.el +++ b/test/infra/android/test-controller.el @@ -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