]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorPavel Janík <Pavel@Janik.cz>
Thu, 13 Dec 2001 07:56:02 +0000 (07:56 +0000)
committerPavel Janík <Pavel@Janik.cz>
Thu, 13 Dec 2001 07:56:02 +0000 (07:56 +0000)
lisp/mouse.el

index 4ca47e5ccc80279a5fac4e26f88f580dc79ae4f2..7af34c20935f6725ac42595bd2e7312204ca5a62 100644 (file)
@@ -166,7 +166,7 @@ Default to the Edit menu if the major mode doesn't define a menu."
          (lookup-key menubar (vector (car submap)))))))
 
 (defun mouse-popup-menubar (event prefix)
-  "Pops up a menu equiavlent to the menu bar a keyboard EVENT with PREFIX.
+  "Pops up a menu equivalent to the menu bar a keyboard EVENT with PREFIX.
 The contents are the items that would be in the menu bar whether or
 not it is actually displayed."
   (interactive "@e \nP")