changeset 14011:6427a3484344

(tmm-get-keybind): Doc fix.
author Karl Heuer <kwzh@gnu.org>
date Thu, 04 Jan 1996 23:50:50 +0000
parents d6781ed94da3
children 8ade85f685c2
files lisp/tmm.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/tmm.el	Thu Jan 04 23:50:34 1996 +0000
+++ b/lisp/tmm.el	Thu Jan 04 23:50:50 1996 +0000
@@ -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 @@
 
 (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'."