diff options
author | Erik Naggum <erik@naggum.no> | 1996-05-18 16:38:57 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-05-18 16:38:57 +0000 |
commit | 4f0a10eb40f227ee6df3af3e9da7cf119d70bbe7 (patch) | |
tree | c45081b6d332feb3fb2fb1891fcc4c42f0ff3e73 /lisp/sun-curs.el | |
parent | a86873970649c122acca90d3fe87b1fdf201dafe (diff) | |
download | emacs-4f0a10eb40f227ee6df3af3e9da7cf119d70bbe7.tar.gz |
(sc::menu): Fix typo.
Diffstat (limited to 'lisp/sun-curs.el')
-rw-r--r-- | lisp/sun-curs.el | 2 |
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) ) |