# HG changeset patch # User Richard M. Stallman # Date 728714010 0 # Node ID fe4f7650a94b92a1124a886b034fac7ed775c957 # Parent 0aa8e261f1745c9a1fe93ade93ac95a278e1c5bb (sort-subr): Doc fixes. diff -r 0aa8e261f174 -r fe4f7650a94b lisp/sort.el --- a/lisp/sort.el Tue Feb 02 20:40:41 1993 +0000 +++ b/lisp/sort.el Wed Feb 03 04:33:30 1993 +0000 @@ -46,11 +46,11 @@ The first record is assumed to start at the position of point when sort-subr is called. -ENDRECFUN is is called with point within the record. +ENDRECFUN is called with point within the record. It should move point to the end of the record. -STARTKEYFUN may moves from the start of the record to the start of the key. -It may return either return a non-nil value to be used as the key, or +STARTKEYFUN moves from the start of the record to the start of the key. +It may return either a non-nil value to be used as the key, or else the key is the substring between the values of point after STARTKEYFUN and ENDKEYFUN are called. If STARTKEYFUN is nil, the key starts at the beginning of the record.