Fix #2807: not enough args for format string
This commit is contained in:
parent
07e8032291
commit
a381f59261
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ filename of each font. It is used as the source and destination filename."
|
|||
(when known-dest-p
|
||||
(message "Font downloaded, updating font cache... <fc-cache -f -v> ")
|
||||
(shell-command-to-string "fc-cache -f -v"))
|
||||
(message "Successfully %s `%s' fonts to `%s'!%s"
|
||||
(message "Successfully %s `%s' fonts to `%s'!"
|
||||
(if known-dest-p "installed" "downloaded")
|
||||
name font-dest)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue