changeset 101017:572b8f2e775c

(Minibuffer Commands): Use last-command-event rather than last-command-char.
author Glenn Morris <rgm@gnu.org>
date Fri, 09 Jan 2009 05:22:05 +0000
parents 0340abf40af9
children 646ca842dc74
files doc/lispref/minibuf.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/lispref/minibuf.texi	Fri Jan 09 05:19:40 2009 +0000
+++ b/doc/lispref/minibuf.texi	Fri Jan 09 05:22:05 2009 +0000
@@ -1851,7 +1851,7 @@
 
 @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