From b612ffc94de61b0fb50818de16fdb26d61294981 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 3 Mar 2011 00:03:01 -0800 Subject: Reduce some of the many, many variant spellings of NeXTstep. http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00986.html --- src/nsterm.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/nsterm.m b/src/nsterm.m index 8e77c89c3f7..4c47e65dc96 100644 --- a/src/nsterm.m +++ b/src/nsterm.m @@ -189,7 +189,7 @@ static NSMutableArray *ns_pending_files, *ns_pending_service_names, *ns_pending_service_args; static BOOL inNsSelect = 0; -/* Convert modifiers in a NeXTSTEP event to emacs style modifiers. */ +/* Convert modifiers in a NeXTstep event to emacs style modifiers. */ #define NS_FUNCTION_KEY_MASK 0x800000 #define NSLeftControlKeyMask (0x000001 | NSControlKeyMask) #define NSRightControlKeyMask (0x002000 | NSControlKeyMask) -- cgit v1.2.1