# HG changeset patch # User Glenn Morris # Date 1231624620 0 # Node ID a69b4c107ea44a2dec88fac0c20b3f9e92a5a860 # Parent 8c27d59d4504ff187e4beef53c316e53f546e644 Comment (fix typo). diff -r 8c27d59d4504 -r a69b4c107ea4 lisp/subr.el --- a/lisp/subr.el Sat Jan 10 21:56:18 2009 +0000 +++ b/lisp/subr.el Sat Jan 10 21:57:00 2009 +0000 @@ -1062,7 +1062,7 @@ ;; 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")