summaryrefslogtreecommitdiff
path: root/lisp/sort.el
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
commitb3f5660628e095d3b670c61e1b6c18c50edf663a (patch)
tree777f6b46aa448e4883cc9363060332448f365367 /lisp/sort.el
parente3b9649c22e22719c09e6593121667ba9d34593a (diff)
downloademacs-b3f5660628e095d3b670c61e1b6c18c50edf663a.tar.gz
(sort-subr): Doc fixes.
Diffstat (limited to 'lisp/sort.el')
-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.