diff options
Diffstat (limited to 'lisp/sort.el')
-rw-r--r-- | lisp/sort.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/sort.el b/lisp/sort.el index e7390aed512..84a2f9eec81 100644 --- a/lisp/sort.el +++ b/lisp/sort.el @@ -42,7 +42,6 @@ ;;;###autoload (defun sort-subr (reverse nextrecfun endrecfun &optional startkeyfun endkeyfun) "General text sorting routine to divide buffer into records and sort them. -Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN. We divide the accessible portion of the buffer into disjoint pieces called sort records. A portion of each sort record (perhaps all of |