diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1894,7 +1894,7 @@ DEFUN ("sort", Fsort, Ssort, 2, 2, 0, | |||
| 1894 | doc: /* Sort LIST, stably, comparing elements using PREDICATE. | 1894 | doc: /* Sort LIST, stably, comparing elements using PREDICATE. |
| 1895 | Returns the sorted list. LIST is modified by side effects. | 1895 | Returns the sorted list. LIST is modified by side effects. |
| 1896 | PREDICATE is called with two elements of LIST, and should return non-nil | 1896 | PREDICATE is called with two elements of LIST, and should return non-nil |
| 1897 | if the first element is "less" than the second. */) | 1897 | if the first element should sort before the second. */) |
| 1898 | (list, predicate) | 1898 | (list, predicate) |
| 1899 | Lisp_Object list, predicate; | 1899 | Lisp_Object list, predicate; |
| 1900 | { | 1900 | { |