aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love <[email protected]>2001-03-01 18:30:44 +0000
committerDave Love <[email protected]>2001-03-01 18:30:44 +0000
commit7a0485b2bf09903147efdcd06c27e6ce9c3348c3 (patch)
treef8bb4d331686013c1b28f1528a35b6a8266de115
parentd617f6df4c9433730060585d8b27ce3d691ade7f (diff)
(event-basic-type): Doc fix.
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el
index 269ff1f2b1..1a2ac5df1c 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)