From 71f6424d02e7b287a79d1559df0057acb278ea2a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 4 Sep 2005 01:11:43 +0000 Subject: [PATCH] (Fsort): Doc fix. --- src/fns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fns.c b/src/fns.c index 1e26ec9a392..3c23aef282e 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1894,7 +1894,7 @@ DEFUN ("sort", Fsort, Ssort, 2, 2, 0, doc: /* Sort LIST, stably, comparing elements using PREDICATE. Returns the sorted list. LIST is modified by side effects. PREDICATE is called with two elements of LIST, and should return non-nil -if the first element is "less" than the second. */) +if the first element should sort before the second. */) (list, predicate) Lisp_Object list, predicate; { -- 2.39.2