1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

*** empty log message ***

This commit is contained in:
root 1990-12-11 13:43:28 +00:00
parent d9a55d3237
commit e453d35a8b

View 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.