# HG changeset patch # User Richard M. Stallman # Date 738108155 0 # Node ID 3bba63e62e588c05c7ff4fc55dbc0320f8d37300 # Parent 79314d830f7de7119584a5eefb0dc282f0bbb646 (event-modifiers): Doc fix. diff -r 79314d830f7d -r 3bba63e62e58 lisp/subr.el --- a/lisp/subr.el Sat May 22 21:45:31 1993 +0000 +++ b/lisp/subr.el Sat May 22 22:02:35 1993 +0000 @@ -252,8 +252,7 @@ (defun event-modifiers (event) "Returns a list of symbols representing the modifier keys in event EVENT. The elements of the list may include `meta', `control', -`shift', `hyper', `super', `alt'. -See also the function `event-modifier-bits'." +`shift', `hyper', `super', `alt', `click', `drag', and `down'." (let ((type event)) (if (listp type) (setq type (car type)))