1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(sc::menu): Fix typo.

This commit is contained in:
Erik Naggum 1996-05-18 16:38:57 +00:00
parent a868739706
commit 4f0a10eb40

View 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)
)