From: root Date: Tue, 11 Dec 1990 13:43:28 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~15688 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e453d35a8b551fe901985a77d2f836f08065a01f;p=emacs.git *** empty log message *** --- diff --git a/lisp/sort.el b/lisp/sort.el index f16c85622ef..d494b2e757c 100644 --- a/lisp/sort.el +++ b/lisp/sort.el @@ -93,7 +93,7 @@ same as ENDRECFUN." nil) ;; Parse buffer into records using the arguments as Lisp expressions; -;; return a list of records. Each record looks like (KEY STARTPOS ENDPOS) +;; return a list of records. Each record looks like (KEY STARTPOS . ENDPOS) ;; where KEY is the sort key (a number or string), ;; and STARTPOS and ENDPOS are the bounds of this record in the buffer.