diff options
| author | Pavel Janík | 2001-12-20 19:01:00 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-12-20 19:01:00 +0000 |
| commit | f0529b5b1aeb64a7df9765781948a5edbfc80b1e (patch) | |
| tree | 158ac5ca37e5347b9cc96ffe5514ab852e3aa8b9 /src/keymap.c | |
| parent | 0ff9b955fe8d8032f5c139dcc86990f0177b646f (diff) | |
| download | emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.tar.gz emacs-f0529b5b1aeb64a7df9765781948a5edbfc80b1e.zip | |
Doc fix.
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, |