From: Dave Love Date: Thu, 1 Mar 2001 18:30:44 +0000 (+0000) Subject: (event-basic-type): Doc fix. X-Git-Tag: emacs-pretest-21.0.99~59 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7a0485b2bf09903147efdcd06c27e6ce9c3348c3;p=emacs.git (event-basic-type): Doc fix. --- diff --git a/lisp/subr.el b/lisp/subr.el index 269ff1f2b1f..1a2ac5df1cd 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -534,7 +534,7 @@ and `down'." (defun event-basic-type (event) "Returns the basic type of the given event (all modifiers removed). -The value is an ASCII printing character (not upper case) or a symbol." +The value is a printing character (not upper case) or a symbol." (if (consp event) (setq event (car event))) (if (symbolp event)