]> code.delx.au - gnu-emacs/blobdiff - src/emacs.c
Remove support for IRIX
[gnu-emacs] / src / emacs.c
index a381da4fb8f6cd00443f3bc2cc0d7f49052c245d..cdc4ebbe4375e6c9ec0b95fa7213a7e0fc8a8741 100644 (file)
@@ -2419,8 +2419,8 @@ Special values:
   `ms-dos'       compiled as an MS-DOS application.
   `windows-nt'   compiled as a native W32 application.
   `cygwin'       compiled using the Cygwin library.
-Anything else (in Emacs 24.1, the possibilities are: aix, berkeley-unix,
-hpux, irix, usg-unix-v) indicates some sort of Unix system.  */);
+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);
   /* See configure.ac for the possible SYSTEM_TYPEs.  */