diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-20 00:43:16 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-20 00:43:16 +0000 |
commit | de31b97a3e1ad25faf450289eec5adbf511ad9d4 (patch) | |
tree | 8ac199981e022195720ab51b17080d700ee7a857 /src/w32gui.h | |
parent | 29f27c39d14c70dd5820993317ac552594fd745d (diff) | |
download | emacs-de31b97a3e1ad25faf450289eec5adbf511ad9d4.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/w32gui.h')
-rw-r--r-- | src/w32gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32gui.h b/src/w32gui.h index 00b3b331612..6689211ab02 100644 --- a/src/w32gui.h +++ b/src/w32gui.h @@ -1,4 +1,4 @@ -/* Definitions and headers for communication with Win32 GUI. +/* Definitions and headers for communication on the Microsoft W32 API. Copyright (C) 1995 Free Software Foundation, Inc. This file is part of GNU Emacs. |