From: Glenn Morris Date: Fri, 9 Jan 2009 05:22:05 +0000 (+0000) Subject: (Minibuffer Commands): Use last-command-event rather than last-command-char. X-Git-Tag: emacs-pretest-23.0.90~597 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21e96f8f7f23366491b8515b4618cd9add012b8a;p=emacs.git (Minibuffer Commands): Use last-command-event rather than last-command-char. --- 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