diff options
| author | Glenn Morris | 2009-01-09 05:22:19 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-09 05:22:19 +0000 |
| commit | ab756fb3788a831e8ad24e72415626ec8815cc6c (patch) | |
| tree | 322e435306247099d101a4ebc131d7ed5b1a1704 | |
| parent | 21e96f8f7f23366491b8515b4618cd9add012b8a (diff) | |
| download | emacs-ab756fb3788a831e8ad24e72415626ec8815cc6c.tar.gz emacs-ab756fb3788a831e8ad24e72415626ec8815cc6c.zip | |
(Command Loop Info): Say that last-command-char and last-input-char
are obsolete aliases.
| -rw-r--r-- | doc/lispref/ChangeLog | 12 | ||||
| -rw-r--r-- | doc/lispref/commands.texi | 6 |
2 files changed, 14 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b1e855c24b7..8898a169092 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2009-01-09 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * commands.texi (Command Loop Info): Say that last-command-char and | ||
| 4 | last-input-char are obsolete aliases. | ||
| 5 | |||
| 6 | * edebug.texi (Edebug Recursive Edit): Remove separate references to | ||
| 7 | last-input-char and last-command-char, since they are just aliases for | ||
| 8 | last-input-event and last-command-event. | ||
| 9 | |||
| 10 | * minibuf.texi (Minibuffer Commands): Use last-command-event rather than | ||
| 11 | last-command-char. | ||
| 12 | |||
| 1 | 2009-01-08 Chong Yidong <cyd@stupidchicken.com> | 13 | 2009-01-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 14 | ||
| 3 | * elisp.texi: Update node listing. | 15 | * elisp.texi: Update node listing. |
diff --git a/doc/lispref/commands.texi b/doc/lispref/commands.texi index ea4801e774f..2066da5a35d 100644 --- a/doc/lispref/commands.texi +++ b/doc/lispref/commands.texi | |||
| @@ -898,8 +898,7 @@ last-command-event | |||
| 898 | @noindent | 898 | @noindent |
| 899 | The value is 5 because that is the @acronym{ASCII} code for @kbd{C-e}. | 899 | The value is 5 because that is the @acronym{ASCII} code for @kbd{C-e}. |
| 900 | 900 | ||
| 901 | The alias @code{last-command-char} exists for compatibility with | 901 | The alias @code{last-command-char} is obsolete. |
| 902 | Emacs version 18. | ||
| 903 | @end defvar | 902 | @end defvar |
| 904 | 903 | ||
| 905 | @c Emacs 19 feature | 904 | @c Emacs 19 feature |
| @@ -2658,8 +2657,7 @@ this expression) remains the value of @code{last-command-event}. | |||
| 2658 | @end group | 2657 | @end group |
| 2659 | @end example | 2658 | @end example |
| 2660 | 2659 | ||
| 2661 | The alias @code{last-input-char} exists for compatibility with | 2660 | The alias @code{last-input-char} is obsolete. |
| 2662 | Emacs version 18. | ||
| 2663 | @end defvar | 2661 | @end defvar |
| 2664 | 2662 | ||
| 2665 | @defmac while-no-input body@dots{} | 2663 | @defmac while-no-input body@dots{} |