+2000-09-07 Dave Love <fx@gnu.org>
+
+ * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
+
2000-09-07 Kenichi Handa <handa@etl.go.jp>
* international/quail.el (quail-help): Fix previous change.
;; Author: RMS
;; Maintainer: FSF
-;; Keywords: internal
+;; Keywords: internal, mouse
;; This file is part of GNU Emacs.
"Highlight Syntax (Global Font Lock)"
"Syntax Highlighting %s"
"Highlights text based on language syntax"
- global-font-lock-mode))
+ (global-font-lock-mode)))
\f
;; The "Tools" menu items
'(menu-item "Send Bug Report..." report-emacs-bug
:help "Send e-mail to Emacs maintainers"))
(define-key menu-bar-help-menu [emacs-manual]
- '(menu-item "Read the Emacs manual"
+ '(menu-item "Read the Emacs Manual"
(lambda () (interactive) (info "emacs"))))
(define-key menu-bar-help-menu [emacs-problems]
'(menu-item "Emacs Known Problems" view-emacs-problems))