Skip to content

Commit

Permalink
Make checkdoc happy
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Feb 20, 2025
1 parent 7b62d7e commit 96a9b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion borg.el
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ otherwise."
This function is to be used only with `--batch'."
(unless noninteractive
(error "borg-batch-recompile-init is to be used only with --batch"))
(error "`borg-batch-recompile-init' is to be used only with --batch"))
(borg-silencio "\\`%s\\.\\.\\.\\(done\\)?" ; silence use-package
(let ((default-directory borg-user-emacs-directory))
(dolist (file (or command-line-args-left
Expand Down

0 comments on commit 96a9b6e

Please sign in to comment.