From 4c35382e98308843dce79438844fb5a796b7032b 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. --- src/emacs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/emacs.c b/src/emacs.c index 7b315310873..3017063bec4 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -3603,7 +3603,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.30.2