From 19d0b229e6fd384ff2894edf56e89d98bf13e251 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 9 Jan 2009 05:19:40 +0000 Subject: [PATCH] (Edebug Recursive Edit): Remove references to last-input-char and last-command-char, since they are just aliases for last-input-event and last-command-event. --- doc/lispref/edebug.texi | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index f0e545a5841..baed3f3c649 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi @@ -1031,7 +1031,6 @@ The current match data. @xref{Match Data}. @item The variables @code{last-command}, @code{this-command}, -@code{last-command-char}, @code{last-input-char}, @code{last-input-event}, @code{last-command-event}, @code{last-event-frame}, @code{last-nonmenu-event}, and @code{track-mouse}. Commands used within Edebug do not affect these -- 2.39.2