summaryrefslogtreecommitdiff
path: root/lisp/tmm.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1996-01-04 23:50:50 +0000
committerKarl Heuer <kwzh@gnu.org>1996-01-04 23:50:50 +0000
commit91a5e36784e6ff8f1a668273de7999fc424a76e9 (patch)
treed069745c173672b024f7d10c8351089213c9315a /lisp/tmm.el
parentac12c077d50f373e6a662216b325511e2ff712cc (diff)
downloademacs-91a5e36784e6ff8f1a668273de7999fc424a76e9.tar.gz
(tmm-get-keybind): Doc fix.
Diffstat (limited to 'lisp/tmm.el')
-rw-r--r--lisp/tmm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/tmm.el b/lisp/tmm.el
index 868b07b98a4..31765b15d90 100644
--- a/lisp/tmm.el
+++ b/lisp/tmm.el
@@ -29,7 +29,7 @@
;;; (global-set-key [f10] 'tmm-menubar)
;;; to your .emacs file. You can also add your own access to different
-;;; menus available in Window System Emacs modelling definition after
+;;; menus available in Window System Emacs modeling definition after
;;; tmm-menubar.
(require 'electric)
@@ -379,7 +379,7 @@ It uses the free variable `tmm-table-undef' to keep undefined keys."
(defun tmm-get-keybind (keyseq)
"Return the current binding of KEYSEQ, merging prefix definitions.
-If KEYSEQ is a prefix key that has local and gloibal bindings,
+If KEYSEQ is a prefix key that has local and global bindings,
we merge them into a single keymap which shows the proper order of the menu.
However, for the menu bar itself, the value does not take account
of `menu-bar-final-items'."