diff options
| author | Po Lu | 2025-04-10 18:19:28 +0800 |
|---|---|---|
| committer | Po Lu | 2025-04-10 18:19:28 +0800 |
| commit | 426a016d612a539178a913b68fd395d94919af64 (patch) | |
| tree | 28efa6a090a933be793fbfcd80040b79c163a4ca /test | |
| parent | ddcc87514c72f86d5eac1cb9015e9b08160451b9 (diff) | |
| download | emacs-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.el | 2 |
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)." | |||
| 1923 | Form should evaluate to a value that must be printable, or | 1923 | Form should evaluate to a value that must be printable, or |
| 1924 | signal an error. Value is (ok . VALUE) if no error was | 1924 | signal an error. Value is (ok . VALUE) if no error was |
| 1925 | signaled, or (error . VALUE) otherwise. It may also be (exit | 1925 | signaled, 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, |
| 1927 | instruct PROCESS not to attempt to decode the printed | 1927 | instruct PROCESS not to attempt to decode the printed |
| 1928 | representation of FORM as multibyte text; this does not | 1928 | representation of FORM as multibyte text; this does not |
| 1929 | influence the decoding whatever value it returns. | 1929 | influence the decoding whatever value it returns. |