aboutsummaryrefslogtreecommitdiff
path: root/compat-25.el
diff options
context:
space:
mode:
Diffstat (limited to 'compat-25.el')
-rw-r--r--compat-25.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat-25.el b/compat-25.el
index 8f216e8..4fa47b6 100644
--- a/compat-25.el
+++ b/compat-25.el
@@ -42,7 +42,7 @@ usage: (bool-vector &rest OBJECTS)"
;;;; Defined in fns.c
(compat-defun sort (seq predicate) ;; <compat-tests:sort>
- "Extend `sort' to sort SEQ as a vector."
+ "Handle vector SEQ."
:explicit t
(cond
((listp seq)