]> git.eshelyaron.com Git - emacs.git/commitdiff
(sc::menu): Fix typo.
authorErik Naggum <erik@naggum.no>
Sat, 18 May 1996 16:38:57 +0000 (16:38 +0000)
committerErik Naggum <erik@naggum.no>
Sat, 18 May 1996 16:38:57 +0000 (16:38 +0000)
lisp/sun-curs.el

index b7f7087d20623eb16bb10c61603a587e98485ea8..4118bd74c7b79c21e2a7e9a7a8bd21da9c317421 100644 (file)
@@ -119,7 +119,7 @@ Otherwise, ICON should be a vector or the name of a vector of [x y 32-chars]"
   ("Set Cursor" sc:set-cursor
                (sc::menu-choose-cursor *menu-window* *menu-x* *menu-y*)) 
   ("Reset Cursor" sc:set-cursor nil)
-  ("Help". sc::edit-icon-help-menu)
+  ("Help" sc::edit-icon-help-menu)
   ("Quit" sc::quit-edit)
   )