From 21e96f8f7f23366491b8515b4618cd9add012b8a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 9 Jan 2009 05:22:05 +0000 Subject: [PATCH] (Minibuffer Commands): Use last-command-event rather than last-command-char. --- doc/lispref/minibuf.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/minibuf.texi b/doc/lispref/minibuf.texi index 84f2a4fdc49..a03e8036a93 100644 --- a/doc/lispref/minibuf.texi +++ b/doc/lispref/minibuf.texi @@ -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 -- 2.39.2