# HG changeset patch # User Dave Love # Date 983471444 0 # Node ID 80a057b7576b6ce744eeb980118f6f4fb917a5c9 # Parent 3030a4b3fa3fa9bb4a36d479e4b3ab65846e3371 (event-basic-type): Doc fix. diff -r 3030a4b3fa3f -r 80a057b7576b lisp/subr.el --- 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)