diff options
| author | Stefan Monnier | 2009-09-10 16:47:47 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2009-09-10 16:47:47 +0000 |
| commit | deeb21d4d76909c91f4f94f1fa1bbc782fb5f75a (patch) | |
| tree | 5308ee9489502952deeafd19b3bfd7440a2c416e | |
| parent | a88a5372fd9b93a3f8e3a3264de867f0ee0590cd (diff) | |
| download | emacs-deeb21d4d76909c91f4f94f1fa1bbc782fb5f75a.tar.gz emacs-deeb21d4d76909c91f4f94f1fa1bbc782fb5f75a.zip | |
(Fwhere_is_internal): Last minute typo.
| -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 111352c7f8a..4ffb071272c 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -2804,7 +2804,7 @@ remapped command in the returned list. */) | |||
| 2804 | /* The keymaps in which to search. */ | 2804 | /* The keymaps in which to search. */ |
| 2805 | Lisp_Object keymaps; | 2805 | Lisp_Object keymaps; |
| 2806 | /* Potentially relevant bindings in "shortest to longest" order. */ | 2806 | /* Potentially relevant bindings in "shortest to longest" order. */ |
| 2807 | Lisp_Object sequences = Qnil, | 2807 | Lisp_Object sequences = Qnil; |
| 2808 | /* Actually relevant bindings. */ | 2808 | /* Actually relevant bindings. */ |
| 2809 | Lisp_Object found = Qnil; | 2809 | Lisp_Object found = Qnil; |
| 2810 | /* 1 means ignore all menu bindings entirely. */ | 2810 | /* 1 means ignore all menu bindings entirely. */ |