Skip to content

Commit 96a9b6e

Browse files
committed
Make checkdoc happy
1 parent 7b62d7e commit 96a9b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

borg.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ otherwise."
571571
572572
This function is to be used only with `--batch'."
573573
(unless noninteractive
574-
(error "borg-batch-recompile-init is to be used only with --batch"))
574+
(error "`borg-batch-recompile-init' is to be used only with --batch"))
575575
(borg-silencio "\\`%s\\.\\.\\.\\(done\\)?" ; silence use-package
576576
(let ((default-directory borg-user-emacs-directory))
577577
(dolist (file (or command-line-args-left

0 commit comments

Comments
 (0)