emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/sort.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/sort.el
Date: Mon, 10 Feb 2003 16:36:03 -0500

Index: emacs/lisp/sort.el
diff -c emacs/lisp/sort.el:1.43 emacs/lisp/sort.el:1.44
*** emacs/lisp/sort.el:1.43     Tue Feb  4 07:05:19 2003
--- emacs/lisp/sort.el  Mon Feb 10 16:36:03 2003
***************
*** 42,48 ****
  ;;;###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
--- 42,47 ----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]