From d8aeb7301920f9a1e56a007181611a9fb7786a94 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 18 Jul 2024 13:35:47 +0800 Subject: [PATCH] ; * src/emacs.c (syms_of_emacs) : Fix doc string indentation. (cherry picked from commit 4c35382e98308843dce79438844fb5a796b7032b) --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emacs.c b/src/emacs.c index c85beede992..37c8b28fc2c 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -3590,7 +3590,7 @@ Special values: `windows-nt' compiled as a native W32 application. `cygwin' compiled using the Cygwin library. `haiku' compiled for a Haiku system. - `android' compiled for Android. + `android' compiled for Android. Anything else (in Emacs 26, the possibilities are: aix, berkeley-unix, hpux, usg-unix-v) indicates some sort of Unix system. */); Vsystem_type = intern_c_string (SYSTEM_TYPE); -- 2.39.5