(Minibuffer Commands): Use last-command-event rather than last-command-char.

This commit is contained in:
Glenn Morris 2009-01-09 05:22:05 +00:00
parent 19d0b229e6
commit 21e96f8f7f

View file

@ -1851,7 +1851,7 @@ keys in minibuffer local keymaps.
@deffn Command self-insert-and-exit
This command exits the active minibuffer after inserting the last
character typed on the keyboard (found in @code{last-command-char};
character typed on the keyboard (found in @code{last-command-event};
@pxref{Command Loop Info}).
@end deffn