aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index cc1bd594e6f..9bc71004147 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -557,7 +557,7 @@ FNAME is the minor mode's name (variable and function).
557DOC is the text to use the menu entry. 557DOC is the text to use the menu entry.
558HELP is the text to use for the tooltip. 558HELP is the text to use for the tooltip.
559PROPS are additional properties." 559PROPS are additional properties."
560 `'(menu-item ,doc ',fname 560 `'(menu-item ,doc ,fname
561 ,@(if props props) 561 ,@(if props props)
562 :help ,help 562 :help ,help
563 :button (:toggle . (and (default-boundp ',fname) 563 :button (:toggle . (and (default-boundp ',fname)