Index: emacs/lispref/keymaps.texi
diff -c emacs/lispref/keymaps.texi:1.61 emacs/lispref/keymaps.texi:1.62
*** emacs/lispref/keymaps.texi:1.61     Mon Mar 28 03:17:53 2005
--- emacs/lispref/keymaps.texi  Tue May 10 09:15:49 2005
***************
*** 1909,1914 ****
--- 1909,1918 ----
  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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to