comparison lisp/sort.el @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 09bba81c038f
children 6a22eb586080
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
329 (skip-chars-forward " \t"))) 329 (skip-chars-forward " \t")))
330 330
331 331
332 ;;;###autoload 332 ;;;###autoload
333 (defun sort-regexp-fields (reverse record-regexp key-regexp beg end) 333 (defun sort-regexp-fields (reverse record-regexp key-regexp beg end)
334 "Sort the region lexicographically as specifed by RECORD-REGEXP and KEY. 334 "Sort the region lexicographically as specified by RECORD-REGEXP and KEY.
335 RECORD-REGEXP specifies the textual units which should be sorted. 335 RECORD-REGEXP specifies the textual units which should be sorted.
336 For example, to sort lines RECORD-REGEXP would be \"^.*$\" 336 For example, to sort lines RECORD-REGEXP would be \"^.*$\"
337 KEY specifies the part of each record (ie each match for RECORD-REGEXP) 337 KEY specifies the part of each record (ie each match for RECORD-REGEXP)
338 is to be used for sorting. 338 is to be used for sorting.
339 If it is \"\\digit\" then the digit'th \"\\(...\\)\" match field from 339 If it is \"\\digit\" then the digit'th \"\\(...\\)\" match field from