Skip to content

Commit

Permalink
value<: Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
minad committed May 17, 2024
1 parent ec06bc8 commit d59333f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat-30.el
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ Other types are considered unordered and the return value will be ‘nil’."
;; Other values of equal type are considered unordered (return value nil).
((eq (type-of a) (type-of b)) nil)
;; Different types.
(t (error "value< unsupported type: %S %S" a b))))
(t (error "value< type mismatch: %S %S" a b))))

(compat-defun sort (seq &optional lessp &rest rest) ;; <compat-tests:sort>
"Sort function with support for keyword arguments.
Expand Down

0 comments on commit d59333f

Please sign in to comment.