(Minibuffer Commands): Use last-command-event rather than last-command-char.
This commit is contained in:
parent
19d0b229e6
commit
21e96f8f7f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue