diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-13 07:56:02 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-13 07:56:02 +0000 |
commit | 6c6df20266ffb28df036dae0642203b618104d95 (patch) | |
tree | b05aa88593274b8a6bc1e15632e75bc4ee81e098 /lisp/mouse.el | |
parent | d65920f34914f244625971692c59719608ffe4a3 (diff) | |
download | emacs-6c6df20266ffb28df036dae0642203b618104d95.tar.gz |
Fix typo.
Diffstat (limited to 'lisp/mouse.el')
-rw-r--r-- | lisp/mouse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mouse.el b/lisp/mouse.el index 4ca47e5ccc8..7af34c20935 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -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") |