diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-02-17 02:23:13 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-02-17 02:23:13 +0000 |
commit | 8cfac4c0988d6ab242747543cefeff5662e7941a (patch) | |
tree | aafa9e50cfdca9c082062c386992ee03999ea586 /src/config.in | |
parent | 7f70d90590cdd208b2fe36d9763ce413df50eed8 (diff) | |
download | emacs-8cfac4c0988d6ab242747543cefeff5662e7941a.tar.gz |
Comment fixes.
Diffstat (limited to 'src/config.in')
-rw-r--r-- | src/config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.in b/src/config.in index 54b27d2a7a8..595ac54e4fb 100644 --- a/src/config.in +++ b/src/config.in @@ -323,7 +323,7 @@ extern char *getenv (); #endif /* EMACS_CONFIG_H */ /* These default definitions are good for almost all machines. - The exceptions override them in m/*.h. */ + The exceptions override them in m/MACHINE.h. */ #ifndef BITS_PER_CHAR #define BITS_PER_CHAR 8 |