changeset 1836:fe4f7650a94b

(sort-subr): Doc fixes.
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Feb 1993 04:33:30 +0000
parents 0aa8e261f174
children 0b79cade13e3
files lisp/sort.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.