diff options
| author | Erik Naggum | 1996-05-18 16:38:57 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-05-18 16:38:57 +0000 |
| commit | 4f0a10eb40f227ee6df3af3e9da7cf119d70bbe7 (patch) | |
| tree | c45081b6d332feb3fb2fb1891fcc4c42f0ff3e73 | |
| parent | a86873970649c122acca90d3fe87b1fdf201dafe (diff) | |
| download | emacs-4f0a10eb40f227ee6df3af3e9da7cf119d70bbe7.tar.gz emacs-4f0a10eb40f227ee6df3af3e9da7cf119d70bbe7.zip | |
(sc::menu): Fix typo.
| -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]" | |||
| 119 | ("Set Cursor" sc:set-cursor | 119 | ("Set Cursor" sc:set-cursor |
| 120 | (sc::menu-choose-cursor *menu-window* *menu-x* *menu-y*)) | 120 | (sc::menu-choose-cursor *menu-window* *menu-x* *menu-y*)) |
| 121 | ("Reset Cursor" sc:set-cursor nil) | 121 | ("Reset Cursor" sc:set-cursor nil) |
| 122 | ("Help". sc::edit-icon-help-menu) | 122 | ("Help" sc::edit-icon-help-menu) |
| 123 | ("Quit" sc::quit-edit) | 123 | ("Quit" sc::quit-edit) |
| 124 | ) | 124 | ) |
| 125 | 125 | ||