Mercurial > emacs
changeset 31461:c613942bdf43
(menu-bar-options-menu): Fix the font-lock toggle.
author | Dave Love <fx@gnu.org> |
---|---|
date | Thu, 07 Sep 2000 13:50:53 +0000 |
parents | 30806f88340f |
children | 8fa16830e833 |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Thu Sep 07 13:02:27 2000 +0000 +++ b/lisp/menu-bar.el Thu Sep 07 13:50:53 2000 +0000 @@ -4,7 +4,7 @@ ;; Author: RMS ;; Maintainer: FSF -;; Keywords: internal +;; Keywords: internal, mouse ;; This file is part of GNU Emacs. @@ -634,7 +634,7 @@ "Highlight Syntax (Global Font Lock)" "Syntax Highlighting %s" "Highlights text based on language syntax" - global-font-lock-mode)) + (global-font-lock-mode))) ;; The "Tools" menu items @@ -855,7 +855,7 @@ '(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))