(format "Error, list is too short: ~s" '(one "two" 3)) ; => "Error, list is too short: (one \"two\" 3))" should be: ; => "Error, list is too short: (one \"two\" 3)" I.e. one fewer right-parenthesis.