]> git.eshelyaron.com Git - emacs.git/commitdiff
(Minibuffer Commands): Use last-command-event rather than last-command-char.
authorGlenn Morris <rgm@gnu.org>
Fri, 9 Jan 2009 05:22:05 +0000 (05:22 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 9 Jan 2009 05:22:05 +0000 (05:22 +0000)
doc/lispref/minibuf.texi

index 84f2a4fdc49c8f4074522c50153d5baed6a8ea52..a03e8036a93b7c34f3b54fd94413b80811e5e11a 100644 (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