diff --git a/src/emacs.c b/src/emacs.c index 22b7a4f1038..4659624366a 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -3586,7 +3586,7 @@ syms_of_emacs (void) `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);