Remove redundant docstring info.
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Feb 2003 21:36:03 +0000 (21:36 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 10 Feb 2003 21:36:03 +0000 (21:36 +0000)
lisp/sort.el

index e7390ae..84a2f9e 100644 (file)
@@ -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