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 | b70c3b0ed21d86b576688990733fd779917497a8 (patch) | |
tree | e2e86e00b594e7aa897015a68f75c27aee323444 /lisp/mouse.el | |
parent | a5f7cb26edfbe40b892d0ef248f40dd4332939f9 (diff) | |
download | emacs-b70c3b0ed21d86b576688990733fd779917497a8.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") |