diff options
| -rw-r--r-- | lispref/keymaps.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lispref/keymaps.texi b/lispref/keymaps.texi index 59e2e19966d..e1784dd10a0 100644 --- a/lispref/keymaps.texi +++ b/lispref/keymaps.texi | |||
| @@ -1909,6 +1909,10 @@ This property provides a way to compute the menu item dynamically. | |||
| 1909 | The property value @var{filter-fn} should be a function of one argument; | 1909 | The property value @var{filter-fn} should be a function of one argument; |
| 1910 | when it is called, its argument will be @var{real-binding}. The | 1910 | when it is called, its argument will be @var{real-binding}. The |
| 1911 | function should return the binding to use instead. | 1911 | function should return the binding to use instead. |
| 1912 | |||
| 1913 | Emacs can call this function at any time that it does redisplay or | ||
| 1914 | operates on menu data structures, so you should write it so it can | ||
| 1915 | safely be called at any time. | ||
| 1912 | @end table | 1916 | @end table |
| 1913 | 1917 | ||
| 1914 | @node Menu Separators | 1918 | @node Menu Separators |