comparison lisp/menu-bar.el @ 92350:42d2ac4260eb

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Fri, 29 Feb 2008 23:37:54 +0000
parents 0801285155e7
children 871ad7e118ff
comparison
equal deleted inserted replaced
92349:ac2ad154ea14 92350:42d2ac4260eb
1350 (define-key menu-bar-manuals-menu [emac-lisp-intro] 1350 (define-key menu-bar-manuals-menu [emac-lisp-intro]
1351 '(menu-item "Introduction to Emacs Lisp" menu-bar-read-lispintro 1351 '(menu-item "Introduction to Emacs Lisp" menu-bar-read-lispintro
1352 :help "Read the Introduction to Emacs Lisp Programming")) 1352 :help "Read the Introduction to Emacs Lisp Programming"))
1353 1353
1354 (define-key menu-bar-help-menu [about-gnu-project] 1354 (define-key menu-bar-help-menu [about-gnu-project]
1355 '(menu-item "About GNU" describe-project 1355 '(menu-item "About GNU" describe-gnu-project
1356 :help "About the GNU System, GNU Project, and GNU/Linux")) 1356 :help "About the GNU System, GNU Project, and GNU/Linux"))
1357 (define-key menu-bar-help-menu [about-emacs] 1357 (define-key menu-bar-help-menu [about-emacs]
1358 '(menu-item "About Emacs" about-emacs 1358 '(menu-item "About Emacs" about-emacs
1359 :help "Display version number, copyright info, and basic help")) 1359 :help "Display version number, copyright info, and basic help"))
1360 (define-key menu-bar-help-menu [sep4] 1360 (define-key menu-bar-help-menu [sep4]