diff options
| -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 @@ | |||
| 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. |
| 45 | Arguments are REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN. | ||
| 46 | 45 | ||
| 47 | We divide the accessible portion of the buffer into disjoint pieces | 46 | We divide the accessible portion of the buffer into disjoint pieces |
| 48 | called sort records. A portion of each sort record (perhaps all of | 47 | called sort records. A portion of each sort record (perhaps all of |