diff options
Diffstat (limited to 'src/feature.h')
-rw-r--r-- | src/feature.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/feature.h b/src/feature.h index 2a090ab58..9dc7dc289 100644 --- a/src/feature.h +++ b/src/feature.h @@ -56,8 +56,7 @@ /* * For Unix, Mac and Win32 use +huge by default. These days CPUs are fast and * Memory is cheap. - * Use +big for older systems: Other MS-Windows, dos32, OS/2 and VMS. - * The dos16 version has very little RAM available, use +small. + * Use +big for older systems: Other MS-Windows and VMS. * Otherwise use +normal */ #if !defined(FEAT_TINY) && !defined(FEAT_SMALL) && !defined(FEAT_NORMAL) \ |