From 7a90b6670146a17b557f5f51649ae3adc8509242 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 10 Apr 2025 18:19:28 +0800 Subject: [PATCH] ; * test/infra/android/test-controller.el (ats-eval): Correct punctuation. (cherry picked from commit 426a016d612a539178a913b68fd395d94919af64) --- test/infra/android/test-controller.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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 -- 2.39.5