]> git.eshelyaron.com Git - emacs.git/commitdiff
(event-basic-type): Doc fix.
authorDave Love <fx@gnu.org>
Thu, 1 Mar 2001 18:30:44 +0000 (18:30 +0000)
committerDave Love <fx@gnu.org>
Thu, 1 Mar 2001 18:30:44 +0000 (18:30 +0000)
lisp/subr.el

index 269ff1f2b1f274fc5ef1a3445865824ee8fc3011..1a2ac5df1cdb7db6a05c388cff6d279798e629b8 100644 (file)
@@ -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)