]> git.eshelyaron.com Git - emacs.git/commitdiff
(Extended Menu Items): Menu item filter functions
authorRichard M. Stallman <rms@gnu.org>
Tue, 10 May 2005 09:15:49 +0000 (09:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 10 May 2005 09:15:49 +0000 (09:15 +0000)
can be called at any time.

lispref/keymaps.texi

index 59e2e19966d689e97b41549e086461393e64da46..e1784dd10a0b8ab1022ec3f1b51a82f0e6ea6928 100644 (file)
@@ -1909,6 +1909,10 @@ This property provides a way to compute the menu item dynamically.
 The property value @var{filter-fn} should be a function of one argument;
 when it is called, its argument will be @var{real-binding}.  The
 function should return the binding to use instead.
+
+Emacs can call this function at any time that it does redisplay or
+operates on menu data structures, so you should write it so it can
+safely be called at any time.
 @end table
 
 @node Menu Separators