#endif
);
- /* If we got a non-high-bit control key or a Meta key sequence, and
+ /* If we got a non-high-bit control key or a meta key sequence, and
* it's not a shortcut or toggle, ignore it, and indicate this on
* the statusbar. */
if (*s_or_t == FALSE) {
/* Set s_or_t to TRUE if we got a shortcut. */
*s_or_t = have_shortcut;
- /* If we got a non-high-bit control key or a Meta key sequence, and
+ /* If we got a non-high-bit control key or a meta key sequence, and
* it's not a shortcut or toggle, ignore it. */
if (*s_or_t == FALSE) {
if (is_ascii_cntrl_char(input) || *meta_key == TRUE) {