]> git.eshelyaron.com Git - emacs.git/commitdiff
(Command Loop Info): Say that last-command-char and last-input-char
authorGlenn Morris <rgm@gnu.org>
Fri, 9 Jan 2009 05:22:19 +0000 (05:22 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 9 Jan 2009 05:22:19 +0000 (05:22 +0000)
are obsolete aliases.

doc/lispref/ChangeLog
doc/lispref/commands.texi

index b1e855c24b7aa632ad7dd8b76bcce3b0df3154f8..8898a1690922cac711c486540b7a3ba3edc0c3ac 100644 (file)
@@ -1,3 +1,15 @@
+2009-01-09  Glenn Morris  <rgm@gnu.org>
+
+       * commands.texi (Command Loop Info): Say that last-command-char and
+       last-input-char are obsolete aliases.
+
+       * edebug.texi (Edebug Recursive Edit): Remove separate references to
+       last-input-char and last-command-char, since they are just aliases for
+       last-input-event and last-command-event.
+
+       * minibuf.texi (Minibuffer Commands): Use last-command-event rather than
+       last-command-char.
+
 2009-01-08  Chong Yidong  <cyd@stupidchicken.com>
 
        * elisp.texi: Update node listing.
index ea4801e774f8522cc34117431ffae28182886898..2066da5a35d77f5155a1dd4fe686c8aafd1549f5 100644 (file)
@@ -898,8 +898,7 @@ last-command-event
 @noindent
 The value is 5 because that is the @acronym{ASCII} code for @kbd{C-e}.
 
-The alias @code{last-command-char} exists for compatibility with
-Emacs version 18.
+The alias @code{last-command-char} is obsolete.
 @end defvar
 
 @c Emacs 19 feature
@@ -2658,8 +2657,7 @@ this expression) remains the value of @code{last-command-event}.
 @end group
 @end example
 
-The alias @code{last-input-char} exists for compatibility with
-Emacs version 18.
+The alias @code{last-input-char} is obsolete.
 @end defvar
 
 @defmac while-no-input body@dots{}