diff lisp/term/sun-mouse.el @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 5a88923fcbfe
children cc15677e0335
line wrap: on
line diff
--- a/lisp/term/sun-mouse.el	Mon Aug 13 11:00:13 2007 +0200
+++ b/lisp/term/sun-mouse.el	Mon Aug 13 11:01:07 2007 +0200
@@ -538,7 +538,7 @@
 
 (defun describe-mouse-briefly (mouse-list)
   "Print a short description of the function bound to MOUSE-LIST."
-  (interactive "xDescibe mouse list briefly: ")
+  (interactive "xDescribe 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)