diff options
| -rw-r--r-- | lisp/menu-bar.el | 2 |
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). | |||
| 557 | DOC is the text to use the menu entry. | 557 | DOC is the text to use the menu entry. |
| 558 | HELP is the text to use for the tooltip. | 558 | HELP is the text to use for the tooltip. |
| 559 | PROPS are additional properties." | 559 | PROPS 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) |