diff --git a/lisp/org/org-capture.el b/lisp/org/org-capture.el index 4f97e17ea3c9..08f14a861c57 100644 --- a/lisp/org/org-capture.el +++ b/lisp/org/org-capture.el @@ -513,9 +513,8 @@ Turning on this mode runs the normal hook `org-capture-mode-hook'." (setq-local header-line-format (substitute-command-keys - "\\Capture buffer. Finish \ -`\\[org-capture-finalize]', refile `\\[org-capture-refile]', \ -abort `\\[org-capture-kill]'."))) + "Capture buffer. Finish `\\[org-capture-finalize]', refile \ +`\\[org-capture-refile]', abort `\\[org-capture-kill]'."))) ;;; The main commands