From 55312bfc647622ed5bbd091091f8b4072da38c17 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 10 Feb 2003 21:36:03 +0000 Subject: [PATCH] Remove redundant docstring info. --- lisp/sort.el | 1 - 1 file changed, 1 deletion(-) 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 -- 2.39.5