+2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
+
2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
* vc-hooks.el (vc-before-save): Don't prevent saving the file.
(define-key map [menu-bar emacs-lisp] (cons "Emacs-Lisp" menu-map))
(define-key menu-map [eldoc]
'(menu-item "Auto-Display Documentation Strings" eldoc-mode
- :button (:toggle . eldoc-mode)
+ :button (:toggle . (bound-and-true-p eldoc-mode))
:help "Display the documentation string for the item under cursor"))
(define-key menu-map [checkdoc]
'(menu-item "Check Documentation Strings" checkdoc