We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b62d7e commit 96a9b6eCopy full SHA for 96a9b6e
borg.el
@@ -571,7 +571,7 @@ otherwise."
571
572
This function is to be used only with `--batch'."
573
(unless noninteractive
574
- (error "borg-batch-recompile-init is to be used only with --batch"))
+ (error "`borg-batch-recompile-init' is to be used only with --batch"))
575
(borg-silencio "\\`%s\\.\\.\\.\\(done\\)?" ; silence use-package
576
(let ((default-directory borg-user-emacs-directory))
577
(dolist (file (or command-line-args-left
0 commit comments