aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPo Lu2025-04-10 18:19:28 +0800
committerPo Lu2025-04-10 18:19:28 +0800
commit426a016d612a539178a913b68fd395d94919af64 (patch)
tree28efa6a090a933be793fbfcd80040b79c163a4ca /test
parentddcc87514c72f86d5eac1cb9015e9b08160451b9 (diff)
downloademacs-426a016d612a539178a913b68fd395d94919af64.tar.gz
emacs-426a016d612a539178a913b68fd395d94919af64.zip
; * test/infra/android/test-controller.el (ats-eval): Correct punctuation.
Diffstat (limited to 'test')
-rw-r--r--test/infra/android/test-controller.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/infra/android/test-controller.el b/test/infra/android/test-controller.el
index 6e5350b43a3..08dc8b85b42 100644
--- a/test/infra/android/test-controller.el
+++ b/test/infra/android/test-controller.el
@@ -1923,7 +1923,7 @@ this machine and an SSH daemon be executing on the host)."
1923Form should evaluate to a value that must be printable, or 1923Form should evaluate to a value that must be printable, or
1924signal an error. Value is (ok . VALUE) if no error was 1924signal an error. Value is (ok . VALUE) if no error was
1925signaled, or (error . VALUE) otherwise. It may also be (exit 1925signaled, or (error . VALUE) otherwise. It may also be (exit
1926. BACKTRACE) if Emacs exited whilst FORM was executing. If RAW, 1926. BACKTRACE) if Emacs exited whilst FORM was executing. If RAW,
1927instruct PROCESS not to attempt to decode the printed 1927instruct PROCESS not to attempt to decode the printed
1928representation of FORM as multibyte text; this does not 1928representation of FORM as multibyte text; this does not
1929influence the decoding whatever value it returns. 1929influence the decoding whatever value it returns.