From: Po Lu Date: Thu, 18 Jul 2024 05:35:47 +0000 (+0800) Subject: ; * src/emacs.c (syms_of_emacs) : Fix doc string indentation. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8aeb7301920f9a1e56a007181611a9fb7786a94;p=emacs.git ; * src/emacs.c (syms_of_emacs) : Fix doc string indentation. (cherry picked from commit 4c35382e98308843dce79438844fb5a796b7032b) --- 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);