changeset 2963:3bba63e62e58

(event-modifiers): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 May 1993 22:02:35 +0000
parents 79314d830f7d
children a0ff2bc5dd05
files lisp/subr.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)))