Mercurial > emacs
changeset 63501:2f3481c5ffb3
(menu-bar-games-menu): Fix typo in menu help string.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 16 Jun 2005 16:02:11 +0000 |
parents | d9f403187bdc |
children | f0f76b7d0f74 |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Thu Jun 16 15:05:55 2005 +0000 +++ b/lisp/menu-bar.el Thu Jun 16 16:02:11 2005 +0000 @@ -1099,7 +1099,7 @@ :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"))