changeset 36468:80a057b7576b

(event-basic-type): Doc fix.
author Dave Love <fx@gnu.org>
date Thu, 01 Mar 2001 18:30:44 +0000
parents 3030a4b3fa3f
children 30b2f9d3d959
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Thu Mar 01 18:21:06 2001 +0000
+++ b/lisp/subr.el	Thu Mar 01 18:30:44 2001 +0000
@@ -534,7 +534,7 @@
 
 (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)