diff lisp/term/sun-mouse.el @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents a4f53d9b3154
children 8626e4521993
line wrap: on
line diff
--- a/lisp/term/sun-mouse.el	Mon Aug 13 11:01:58 2007 +0200
+++ b/lisp/term/sun-mouse.el	Mon Aug 13 11:03:08 2007 +0200
@@ -538,7 +538,7 @@
 
 (defun describe-mouse-briefly (mouse-list)
   "Print a short description of the function bound to MOUSE-LIST."
-  (interactive "xDescribe mouse list briefly: ")
+  (interactive "xDescibe mouse list briefly: ")
   (let ((function (mouse-lookup (mouse-list-to-mouse-code mouse-list))))
     (if function
 	(message "%s runs the command %s" mouse-list function)