aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
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'."
534 534
535(defun event-basic-type (event) 535(defun event-basic-type (event)
536 "Returns the basic type of the given event (all modifiers removed). 536 "Returns the basic type of the given event (all modifiers removed).
537The value is an ASCII printing character (not upper case) or a symbol." 537The value is a printing character (not upper case) or a symbol."
538 (if (consp event) 538 (if (consp event)
539 (setq event (car event))) 539 (setq event (car event)))
540 (if (symbolp event) 540 (if (symbolp event)