diff options
| author | Paul Eggert | 2014-01-04 18:56:08 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-04 18:56:08 -0800 |
| commit | da5ecfa9b951691fc8bbf17f24fc8626216a706b (patch) | |
| tree | 578d41e67060235d3de230b39c9326d683d77014 /src/nsterm.h | |
| parent | 5a0f4e9062f20f26a3f3b89e60a7bf2fd136e4c0 (diff) | |
| download | emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.tar.gz emacs-da5ecfa9b951691fc8bbf17f24fc8626216a706b.zip | |
Spelling fixes.
* lib-src/Makefile.in (regex.o): Remove reference to no-longer-used macros
CONFIG_BROKETS and INHIBIT_STRING_HEADER. "BROKETS" was a
misspelling anyway....
* src/nsterm.h (updateCollectionBehavior): Rename from
updateCollectionBehaviour. All uses changed.
Diffstat (limited to 'src/nsterm.h')
| -rw-r--r-- | src/nsterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsterm.h b/src/nsterm.h index bf1a2e24b41..796d6ef8ca0 100644 --- a/src/nsterm.h +++ b/src/nsterm.h | |||
| @@ -183,7 +183,7 @@ typedef float EmacsCGFloat; | |||
| 183 | - (BOOL) fsIsNative; | 183 | - (BOOL) fsIsNative; |
| 184 | - (BOOL) isFullscreen; | 184 | - (BOOL) isFullscreen; |
| 185 | #ifdef HAVE_NATIVE_FS | 185 | #ifdef HAVE_NATIVE_FS |
| 186 | - (void) updateCollectionBehaviour; | 186 | - (void) updateCollectionBehavior; |
| 187 | #endif | 187 | #endif |
| 188 | 188 | ||
| 189 | #ifdef NS_IMPL_GNUSTEP | 189 | #ifdef NS_IMPL_GNUSTEP |