(menu-bar-games-menu): Fix typo in menu help string.
This commit is contained in:
parent
cc398b83aa
commit
df9b6d77fe
1 changed files with 1 additions and 1 deletions
|
@ -1099,7 +1099,7 @@ by \"Save Options\" in Custom buffers.")
|
|||
:help "Move snake around avoiding collisions"))
|
||||
(define-key menu-bar-games-menu [mult]
|
||||
'(menu-item "Multiplication Puzzle" mpuz
|
||||
:help "Excercise brain with multiplication"))
|
||||
:help "Exercise brain with multiplication"))
|
||||
(define-key menu-bar-games-menu [life]
|
||||
'(menu-item "Life" life
|
||||
:help "Watch how John Conway's cellular automaton evolves"))
|
||||
|
|
Loading…
Add table
Reference in a new issue