Looking again, SYMBOL appears to be both a variable and a function, so I was
wrong. Sorry! But it might be helpful to add to the documentation that SYMBOL
also defines a variable.
Francis
From: Eli Zaretskii
Sent: 07 September 2024 6:19 PM
To: Francis Wright
The docstring and the Elisp manual both state that easy-menu-define "defines
SYMBOL as a function for popping up the menu" but it doesn't. It defines SYMBOL
as a variable whose value is the menu, which could be used for popping up the
menu. This behaviour is useful and I use it, so I suggest tha