diff options
| author | Glenn Morris | 2009-01-09 05:19:40 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-09 05:19:40 +0000 |
| commit | 19d0b229e6fd384ff2894edf56e89d98bf13e251 (patch) | |
| tree | 17e07184f6fb4810cf2d430f028243b25e72bbb1 | |
| parent | dd5131896c36499cde1fe0d43ed9acec67e41d49 (diff) | |
| download | emacs-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.texi | 1 |
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 |
| 1033 | The variables @code{last-command}, @code{this-command}, | 1033 | The 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 |