From: Glenn Morris Date: Sat, 10 Jan 2009 21:57:00 +0000 (+0000) Subject: Comment (fix typo). X-Git-Tag: emacs-pretest-23.0.90~547 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb2bae29bafd9cf7d0e4a1701cedd32badc790b3;p=emacs.git Comment (fix typo). --- 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." ;; These aliases exist in Emacs 19.34, and probably before, but were ;; only marked as obsolete in 23.1. -;; The lisp manual (since at least Emacs 21) descrribes them as +;; The lisp manual (since at least Emacs 21) describes them as ;; existing "for compatibility with Emacs version 18". (define-obsolete-variable-alias 'last-input-char 'last-input-event "at least 19.34")