emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/recentf.el


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/lisp/recentf.el
Date: Thu, 20 Dec 2001 13:44:10 -0500

Index: emacs/lisp/recentf.el
diff -c emacs/lisp/recentf.el:1.18 emacs/lisp/recentf.el:1.19
*** emacs/lisp/recentf.el:1.18  Thu Aug  2 06:54:25 2001
--- emacs/lisp/recentf.el       Thu Dec 20 13:44:10 2001
***************
*** 135,141 ****
  
  (defcustom recentf-menu-filter nil
    "*Function used to filter files displayed in the recentf menu.
! Nil means no filter.  The following functions are predefined:
  
  - `recentf-sort-ascending' to sort menu items in ascending order.
  - `recentf-sort-descending' to sort menu items in descending order.
--- 135,141 ----
  
  (defcustom recentf-menu-filter nil
    "*Function used to filter files displayed in the recentf menu.
! nil means no filter.  The following functions are predefined:
  
  - `recentf-sort-ascending' to sort menu items in ascending order.
  - `recentf-sort-descending' to sort menu items in descending order.
***************
*** 562,568 ****
  
  (defcustom recentf-arrange-by-rule-subfilter nil
    "*Function used by `recentf-arrange-by-rule' to filter sub-menu elements.
! Nil means no filter.  See also `recentf-menu-filter'.  You can't use
  `recentf-arrange-by-rule' itself here!"
    :group 'recentf-filters
    :type '(choice (const nil) function)
--- 562,568 ----
  
  (defcustom recentf-arrange-by-rule-subfilter nil
    "*Function used by `recentf-arrange-by-rule' to filter sub-menu elements.
! nil means no filter.  See also `recentf-menu-filter'.  You can't use
  `recentf-arrange-by-rule' itself here!"
    :group 'recentf-filters
    :type '(choice (const nil) function)



reply via email to

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