summaryrefslogtreecommitdiff
path: root/lisp/recentf.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-20 18:59:32 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-20 18:59:32 +0000
commit0ff9b955fe8d8032f5c139dcc86990f0177b646f (patch)
treeca703702f9fd7d7a9a15f77cb5cdc28c5767bdc2 /lisp/recentf.el
parent3c08498acc0ad4b82ffa5e13b87f098cdb5fcda8 (diff)
downloademacs-0ff9b955fe8d8032f5c139dcc86990f0177b646f.tar.gz
Doc fixes.
Diffstat (limited to 'lisp/recentf.el')
-rw-r--r--lisp/recentf.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el
index dc79e6c0bc9..44e41454741 100644
--- a/lisp/recentf.el
+++ b/lisp/recentf.el
@@ -135,7 +135,7 @@ list of recently opened files."
(defcustom recentf-menu-filter nil
"*Function used to filter files displayed in the recentf menu.
-Nil means no filter. The following functions are predefined:
+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,7 +562,7 @@ defined."
(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
+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)