# HG changeset patch # User Stefan Monnier # Date 1044912963 0 # Node ID c205b3bd7372e10b30b44a69bb6d5ffb8134a90c # Parent 009a9aac441ddc15cea8ed29ab9ec9b58b228c44 Remove redundant docstring info. diff -r 009a9aac441d -r c205b3bd7372 lisp/sort.el --- a/lisp/sort.el Mon Feb 10 14:30:19 2003 +0000 +++ b/lisp/sort.el Mon Feb 10 21:36:03 2003 +0000 @@ -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