summaryrefslogtreecommitdiff
path: root/src/nsterm.m
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2011-03-03 00:03:01 -0800
committerGlenn Morris <rgm@gnu.org>2011-03-03 00:03:01 -0800
commitb612ffc94de61b0fb50818de16fdb26d61294981 (patch)
tree4e2a84e93075839e65465c8107c5b161ae7fc09c /src/nsterm.m
parent8dd979ade928d36ed8ea5a0d1356e4e2cfe4763a (diff)
downloademacs-b612ffc94de61b0fb50818de16fdb26d61294981.tar.gz
Reduce some of the many, many variant spellings of NeXTstep.
http://lists.gnu.org/archive/html/emacs-devel/2010-10/msg00986.html
Diffstat (limited to 'src/nsterm.m')
-rw-r--r--src/nsterm.m2
1 files changed, 1 insertions, 1 deletions
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)