diff options
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c index 33e3244c061..cc70f6331c7 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1045,7 +1045,7 @@ the front of KEYMAP. */) | |||
| 1045 | } | 1045 | } |
| 1046 | } | 1046 | } |
| 1047 | 1047 | ||
| 1048 | /* Value is number if KEY is too long; NIL if valid but has no definition. */ | 1048 | /* Value is number if KEY is too long; nil if valid but has no definition. */ |
| 1049 | /* GC is possible in this function if it autoloads a keymap. */ | 1049 | /* GC is possible in this function if it autoloads a keymap. */ |
| 1050 | 1050 | ||
| 1051 | DEFUN ("lookup-key", Flookup_key, Slookup_key, 2, 3, 0, | 1051 | DEFUN ("lookup-key", Flookup_key, Slookup_key, 2, 3, 0, |