summaryrefslogtreecommitdiff
path: root/src/w32inevt.c
diff options
context:
space:
mode:
authorGeoff Voelker <voelker@cs.washington.edu>1997-01-20 00:38:22 +0000
committerGeoff Voelker <voelker@cs.washington.edu>1997-01-20 00:38:22 +0000
commitbb17ccf8f6b719fa89630ed727b57e511b130e93 (patch)
tree7d15e9cf0718db5ad07ad1858046c7cb5186cf71 /src/w32inevt.c
parentfcecbac813a64a7537ad6c82375450bfa781723e (diff)
downloademacs-bb17ccf8f6b719fa89630ed727b57e511b130e93.tar.gz
Change all uses of win95, winnt, and win32
into Windows 95, Windows NT, and W32, respectively. Expand "win" substring in variables referring to Microsoft Windows constructs into "windows". Canonicalize header comments to use same terminology.
Diffstat (limited to 'src/w32inevt.c')
-rw-r--r--src/w32inevt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c
index 7e811bfe1df..76f5be277be 100644
--- a/src/w32inevt.c
+++ b/src/w32inevt.c
@@ -1,4 +1,4 @@
-/* Input event support for Emacs under Win32 API.
+/* Input event support for Emacs on the Microsoft W32 API.
Copyright (C) 1992, 1993, 1995 Free Software Foundation, Inc.
This file is part of GNU Emacs.