diff options
-rw-r--r-- | lisp/recentf.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el index 2afb0955c46..02e7e712399 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -1165,7 +1165,7 @@ IGNORE other arguments." :button-prefix "" :button-suffix "" :button-face default - :format "%[%t%]\n" + :format "%[%t\n%]" :help-echo ,(concat "Open " (cdr menu-element)) :action recentf-open-files-action ,(cdr menu-element)))) |