emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/keymaps.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/keymaps.texi
Date: Tue, 10 May 2005 05:15:49 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]