diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /lib-src/emacstool.c | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lib-src/emacstool.c')
| -rw-r--r-- | lib-src/emacstool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacstool.c b/lib-src/emacstool.c index 1312dd912fc..80381643c2a 100644 --- a/lib-src/emacstool.c +++ b/lib-src/emacstool.c | |||
| @@ -65,7 +65,7 @@ | |||
| 65 | /* define WANT_CAPS_LOCK to make f-key T1 (aka F1) behave as CapsLock */ | 65 | /* define WANT_CAPS_LOCK to make f-key T1 (aka F1) behave as CapsLock */ |
| 66 | #define WANT_CAPS_LOCK | 66 | #define WANT_CAPS_LOCK |
| 67 | #ifdef WANT_CAPS_LOCK | 67 | #ifdef WANT_CAPS_LOCK |
| 68 | int caps_lock; /* toggle indicater for f-key T1 caps lock */ | 68 | int caps_lock; /* toggle indicator for f-key T1 caps lock */ |
| 69 | static char *Caps = "[CAPS] "; /* Caps Lock prefix string */ | 69 | static char *Caps = "[CAPS] "; /* Caps Lock prefix string */ |
| 70 | #define CAPS_LEN 7 /* strlen (Caps) */ | 70 | #define CAPS_LEN 7 /* strlen (Caps) */ |
| 71 | #endif | 71 | #endif |