Mercurial > emacs
changeset 136:4d8caa5e2cba
*** empty log message ***
author | root <root> |
---|---|
date | Tue, 11 Dec 1990 13:43:28 +0000 |
parents | e1b5a59d0f91 |
children | 6e5406a8359d |
files | lisp/sort.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/sort.el Mon Dec 10 18:52:37 1990 +0000 +++ b/lisp/sort.el Tue Dec 11 13:43:28 1990 +0000 @@ -93,7 +93,7 @@ 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.