aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/sort.el1
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 @@
42;;;###autoload 42;;;###autoload
43(defun sort-subr (reverse nextrecfun endrecfun &optional startkeyfun endkeyfun) 43(defun sort-subr (reverse nextrecfun endrecfun &optional startkeyfun endkeyfun)
44 "General text sorting routine to divide buffer into records and sort them. 44 "General text sorting routine to divide buffer into records and sort them.
45Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN.
46 45
47We divide the accessible portion of the buffer into disjoint pieces 46We divide the accessible portion of the buffer into disjoint pieces
48called sort records. A portion of each sort record (perhaps all of 47called sort records. A portion of each sort record (perhaps all of