diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 3414f0d2604..16a6b175dfb 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -3010,7 +3010,7 @@ record_char (c) | |||
| 3010 | if (EQ (XCAR (c), Qhelp_echo)) | 3010 | if (EQ (XCAR (c), Qhelp_echo)) |
| 3011 | { | 3011 | { |
| 3012 | /* Don't record `help-echo' in recent_keys unless it shows some help | 3012 | /* Don't record `help-echo' in recent_keys unless it shows some help |
| 3013 | message, and a different help than the previoiusly recorded | 3013 | message, and a different help than the previously recorded |
| 3014 | event. */ | 3014 | event. */ |
| 3015 | Lisp_Object help, last_help; | 3015 | Lisp_Object help, last_help; |
| 3016 | 3016 | ||