Fix un-updated function call

This commit is contained in:
contrapunctus 2019-08-13 23:33:23 +05:30
parent 41621fe7bc
commit 28d038288a
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ FORMAT-STRING."
(defun chronometrist-report-print-keybind (command &optional description firstonly)
(insert "\n "
(chronometrist-report-format-keybinds command firstonly)
(chronometrist-format-keybinds command firstonly)
" - "
(if description description "")))