Ihor Radchenko <[email protected]> writes:
> Applied, onto bugfix.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=50b33e2d55
Thanks!
>>> - ["Complete Lisp Symbol" lisp-complete-symbol t]
>>> + ["Complete Lisp Symbol" completion-at-point t]
>>
>> (The final `t' there is redundant and can be left out.)
>
> What you are saying is against the docstring. It does not say that
> ENABLE is optional:
>
> easy-menu-define is a macro defined in easymenu.el.
> ...
> The rest of the elements in MENU are menu items.
> A menu item can be a vector of three elements:
>
> [NAME CALLBACK ENABLE]
See further down:
Alternatively, a menu item may have the form:
[ NAME CALLBACK [ KEYWORD ARG ]... ]
I'll look into improving the docstring.