diff options
| author | Glenn Morris | 2009-01-10 21:57:00 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-10 21:57:00 +0000 |
| commit | fb2bae29bafd9cf7d0e4a1701cedd32badc790b3 (patch) | |
| tree | b07c4eaf8cc52ba38a025b57fd6f878a61a6161e | |
| parent | c3fba29dba097f91449a3b0cda2041e96edaf709 (diff) | |
| download | emacs-fb2bae29bafd9cf7d0e4a1701cedd32badc790b3.tar.gz emacs-fb2bae29bafd9cf7d0e4a1701cedd32badc790b3.zip | |
Comment (fix typo).
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index c2d3e074fcc..18c365d4d55 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -1062,7 +1062,7 @@ to reread, so it now uses nil to mean `no event', instead of -1." | |||
| 1062 | 1062 | ||
| 1063 | ;; These aliases exist in Emacs 19.34, and probably before, but were | 1063 | ;; These aliases exist in Emacs 19.34, and probably before, but were |
| 1064 | ;; only marked as obsolete in 23.1. | 1064 | ;; only marked as obsolete in 23.1. |
| 1065 | ;; The lisp manual (since at least Emacs 21) descrribes them as | 1065 | ;; The lisp manual (since at least Emacs 21) describes them as |
| 1066 | ;; existing "for compatibility with Emacs version 18". | 1066 | ;; existing "for compatibility with Emacs version 18". |
| 1067 | (define-obsolete-variable-alias 'last-input-char 'last-input-event | 1067 | (define-obsolete-variable-alias 'last-input-char 'last-input-event |
| 1068 | "at least 19.34") | 1068 | "at least 19.34") |