]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/emacs.c (syms_of_emacs) <Vsystem_type>: Fix doc string indentation.
authorPo Lu <luangruo@yahoo.com>
Thu, 18 Jul 2024 05:35:47 +0000 (13:35 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 18 Jul 2024 06:29:30 +0000 (08:29 +0200)
(cherry picked from commit 4c35382e98308843dce79438844fb5a796b7032b)

src/emacs.c

index c85beede992b251b23b66d5e6fd0fd39a8987961..37c8b28fc2c87513f049d813e31512f4bd5b72c5 100644 (file)
@@ -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);