emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref minibuf.texi


From: Glenn Morris
Subject: [Emacs-diffs] emacs/doc/lispref minibuf.texi
Date: Fri, 09 Jan 2009 05:22:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/01/09 05:22:06

Modified files:
        doc/lispref    : minibuf.texi 

Log message:
        (Minibuffer Commands): Use last-command-event rather than 
last-command-char.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/minibuf.texi?cvsroot=emacs&r1=1.16&r2=1.17

Patches:
Index: minibuf.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/minibuf.texi,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- minibuf.texi        8 Jan 2009 05:29:00 -0000       1.16
+++ minibuf.texi        9 Jan 2009 05:22:05 -0000       1.17
@@ -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
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]