summaryrefslogtreecommitdiff
path: root/lisp/sun-curs.el
diff options
context:
space:
mode:
authorErik Naggum <erik@naggum.no>1996-05-18 16:38:57 +0000
committerErik Naggum <erik@naggum.no>1996-05-18 16:38:57 +0000
commitd906166b34d4f3e4a008f9dad123da8d7baa02cf (patch)
treef7fb3c41cadf9c97330fe43ced81220e82531f99 /lisp/sun-curs.el
parent65b3ec1efafa5840211c181baad4e01f2080e9d3 (diff)
downloademacs-d906166b34d4f3e4a008f9dad123da8d7baa02cf.tar.gz
(sc::menu): Fix typo.
Diffstat (limited to 'lisp/sun-curs.el')
-rw-r--r--lisp/sun-curs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/sun-curs.el b/lisp/sun-curs.el
index b7f7087d206..4118bd74c7b 100644
--- a/lisp/sun-curs.el
+++ b/lisp/sun-curs.el
@@ -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)
)