]> code.delx.au - gnu-emacs/blobdiff - lisp/recentf.el
(xic_create_fontsetname): If ADSTYLE field is not a wild
[gnu-emacs] / lisp / recentf.el
index 2afb0955c46443d03238f827fbb62f1bfcebdeb4..ca288100b981454b9a48481feb093ed5529b1a2f 100644 (file)
@@ -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))))
@@ -1318,9 +1318,7 @@ With prefix argument ARG, turn on if positive, otherwise off.
 Returns non-nil if the new state is enabled.
 
 When recentf mode is enabled, it maintains a menu for visiting files
-that were operated on recently.
-
-\\{recentf-mode-map}"
+that were operated on recently."
   :global t
   :group 'recentf
   :keymap recentf-mode-map