summaryrefslogtreecommitdiff
path: root/lisp/recentf.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/recentf.el')
-rw-r--r--lisp/recentf.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el
index dc9489752fb..e30e6468ebb 100644
--- a/lisp/recentf.el
+++ b/lisp/recentf.el
@@ -1124,8 +1124,9 @@ IGNORE arguments."
(recentf-dialog (format "*%s - Edit list*" recentf-menu-title)
(set (make-local-variable 'recentf-edit-list) nil)
(widget-insert
- "Click on OK to delete selected files from the recent list.
-Click on Cancel or type `q' to cancel.\n")
+ (format-message
+ "Click on OK to delete selected files from the recent list.
+Click on Cancel or type `q' to cancel.\n"))
;; Insert the list of files as checkboxes
(dolist (item recentf-list)
(widget-create 'checkbox