# HG changeset patch # User Richard M. Stallman # Date 1125796303 0 # Node ID 66bec6e31ceacaedb5aaa324e57255eec7f95b74 # Parent 3c228c69b2e59018cf4145bc58a8491a6b0df931 (Fsort): Doc fix. diff -r 3c228c69b2e5 -r 66bec6e31cea src/fns.c --- a/src/fns.c Sun Sep 04 01:07:27 2005 +0000 +++ b/src/fns.c Sun Sep 04 01:11:43 2005 +0000 @@ -1894,7 +1894,7 @@ 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; {