aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-01-09 05:19:40 +0000
committerGlenn Morris2009-01-09 05:19:40 +0000
commit19d0b229e6fd384ff2894edf56e89d98bf13e251 (patch)
tree17e07184f6fb4810cf2d430f028243b25e72bbb1
parentdd5131896c36499cde1fe0d43ed9acec67e41d49 (diff)
downloademacs-19d0b229e6fd384ff2894edf56e89d98bf13e251.tar.gz
emacs-19d0b229e6fd384ff2894edf56e89d98bf13e251.zip
(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.
-rw-r--r--doc/lispref/edebug.texi1
1 files changed, 0 insertions, 1 deletions
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}.
1031 1031
1032@item 1032@item
1033The variables @code{last-command}, @code{this-command}, 1033The variables @code{last-command}, @code{this-command},
1034@code{last-command-char}, @code{last-input-char},
1035@code{last-input-event}, @code{last-command-event}, 1034@code{last-input-event}, @code{last-command-event},
1036@code{last-event-frame}, @code{last-nonmenu-event}, and 1035@code{last-event-frame}, @code{last-nonmenu-event}, and
1037@code{track-mouse}. Commands used within Edebug do not affect these 1036@code{track-mouse}. Commands used within Edebug do not affect these