]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorroot <root>
Tue, 11 Dec 1990 13:43:28 +0000 (13:43 +0000)
committerroot <root>
Tue, 11 Dec 1990 13:43:28 +0000 (13:43 +0000)
lisp/sort.el

index f16c85622efd56e738cc777fc76b8f24c583321b..d494b2e757c92b292a5bc481d1d92b6f1d9551aa 100644 (file)
@@ -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.