From 7a0485b2bf09903147efdcd06c27e6ce9c3348c3 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Thu, 1 Mar 2001 18:30:44 +0000 Subject: [PATCH] (event-basic-type): Doc fix. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5