summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1993-02-03 04:33:30 +0000
committerRichard M. Stallman <rms@gnu.org>1993-02-03 04:33:30 +0000
commit13f4b6b3371e064f5331f1853e99be05dfc1d570 (patch)
treec4de4f0388d3132fca4267cb0418f36e6194686e /lisp
parenta59de7ab62c0ec2915ad3e6cb19ead2016ad0dab (diff)
downloademacs-13f4b6b3371e064f5331f1853e99be05dfc1d570.tar.gz
(sort-subr): Doc fixes.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/sort.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/sort.el b/lisp/sort.el
index 4405b6e77c0..89957618b6b 100644
--- a/lisp/sort.el
+++ b/lisp/sort.el
@@ -46,11 +46,11 @@ It should move point to the end of the buffer if there are no more records.
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.