diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-12 21:28:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-12 21:28:00 +0000 |
commit | cea00ac3810e860a6a8b561be2aaaa23bc5844b4 (patch) | |
tree | b84dc7647ada658efbf76aebb33ef0a8c7b5b528 /src/config.in | |
parent | 340ff9deaea2a7258d3ee1eca65487b4cd8dd305 (diff) | |
download | emacs-cea00ac3810e860a6a8b561be2aaaa23bc5844b4.tar.gz |
Comment changes.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/config.in b/src/config.in index 1f88bdd54d9..87ff13fef59 100644 --- a/src/config.in +++ b/src/config.in @@ -177,24 +177,24 @@ and this notice must be preserved on all copies. */ #undef EMACS_CONFIG_OPTIONS /* The configuration script defines opsysfile to be the name of the - s/*.h file that describes the system type you are using. The file + s/SYSTEM.h file that describes the system type you are using. The file is chosen based on the configuration name you give. See the file ../etc/MACHINES for a list of systems and the configuration names to use for them. - See s/template.h for documentation on writing s/*.h files. */ + See s/template.h for documentation on writing s/SYSTEM.h files. */ #undef config_opsysfile #include config_opsysfile /* The configuration script defines machfile to be the name of the - m/*.h file that describes the machine you are using. The file is + m/MACHINE.h file that describes the machine you are using. The file is chosen based on the configuration name you give. See the file ../etc/MACHINES for a list of machines and the configuration names to use for them. - See m/template.h for documentation on writing m/*.h files. */ + See m/template.h for documentation on writing m/MACHINE.h files. */ #undef config_machfile #include config_machfile @@ -222,7 +222,7 @@ typedef unsigned long EMACS_UINT; have code for asynchronous subprocesses (as used in M-x compile and M-x shell). These do not work for some USG systems yet; - for the ones where they work, the s/*.h file defines this flag. */ + for the ones where they work, the s/SYSTEM.h file defines this flag. */ #ifndef VMS #ifndef USG |