aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/s/README')
-rw-r--r--src/s/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/README b/src/s/README
new file mode 100644
index 00000000000..c02097e257d
--- /dev/null
+++ b/src/s/README
@@ -0,0 +1,8 @@
1This directory contains C header files containing
2operating-system-specific definitions. Each file describes a
3particular operating system. The emacs configuration script edits
4../config.h to include the appropriate one of these files, and then
5each emacs source file includes config.h.
6
7template.h is a generic template for system descriptions; it describes
8the parameters a system file can specify.