aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index a36789b4a92..792f94189d1 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1892,7 +1892,7 @@ Lisp_Object merge ();
1892DEFUN ("sort", Fsort, Ssort, 2, 2, 0, 1892DEFUN ("sort", Fsort, Ssort, 2, 2, 0,
1893 doc: /* Sort LIST, stably, comparing elements using PREDICATE. 1893 doc: /* Sort LIST, stably, comparing elements using PREDICATE.
1894Returns the sorted list. LIST is modified by side effects. 1894Returns the sorted list. LIST is modified by side effects.
1895PREDICATE is called with two elements of LIST, and should return t 1895PREDICATE is called with two elements of LIST, and should return non-nil
1896if the first element is "less" than the second. */) 1896if the first element is "less" than the second. */)
1897 (list, predicate) 1897 (list, predicate)
1898 Lisp_Object list, predicate; 1898 Lisp_Object list, predicate;