diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-02-10 21:36:03 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-02-10 21:36:03 +0000 |
commit | 55312bfc647622ed5bbd091091f8b4072da38c17 (patch) | |
tree | 301ff661c2122b043fa3ea66a468ad1fdc12d522 /lisp/sort.el | |
parent | 4dce79e5f3632b68177be403ade620b8b777c8da (diff) | |
download | emacs-55312bfc647622ed5bbd091091f8b4072da38c17.tar.gz |
Remove redundant docstring info.
Diffstat (limited to 'lisp/sort.el')
-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 @@ ;;;###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 |