diff options
| author | root | 1990-12-11 13:43:28 +0000 |
|---|---|---|
| committer | root | 1990-12-11 13:43:28 +0000 |
| commit | e453d35a8b551fe901985a77d2f836f08065a01f (patch) | |
| tree | a0c2ac34206000f53da6878925937ffca0656b21 | |
| parent | d9a55d3237f7c12b60435ca6a4f0840d84ca0e7c (diff) | |
| download | emacs-e453d35a8b551fe901985a77d2f836f08065a01f.tar.gz emacs-e453d35a8b551fe901985a77d2f836f08065a01f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/sort.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 93 | nil) | 93 | nil) |
| 94 | 94 | ||
| 95 | ;; Parse buffer into records using the arguments as Lisp expressions; | 95 | ;; Parse buffer into records using the arguments as Lisp expressions; |
| 96 | ;; return a list of records. Each record looks like (KEY STARTPOS ENDPOS) | 96 | ;; return a list of records. Each record looks like (KEY STARTPOS . ENDPOS) |
| 97 | ;; where KEY is the sort key (a number or string), | 97 | ;; where KEY is the sort key (a number or string), |
| 98 | ;; and STARTPOS and ENDPOS are the bounds of this record in the buffer. | 98 | ;; and STARTPOS and ENDPOS are the bounds of this record in the buffer. |
| 99 | 99 | ||