aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/cl-seq.el
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2002-01-25 18:47:33 +0000
committerEli Zaretskii <[email protected]>2002-01-25 18:47:33 +0000
commitd22f8da480cc4307f4ababa76732645b431c3fa7 (patch)
tree73f8f261e21abb27589b52969ed176a50ee1744d /lisp/emacs-lisp/cl-seq.el
parent818cd248c3a22df7517554a00fa065e77eecf788 (diff)
(mismatch): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/cl-seq.el')
-rw-r--r--lisp/emacs-lisp/cl-seq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl-seq.el b/lisp/emacs-lisp/cl-seq.el
index bea91dc309..014bf4786d 100644
--- a/lisp/emacs-lisp/cl-seq.el
+++ b/lisp/emacs-lisp/cl-seq.el
@@ -536,7 +536,7 @@ Keywords supported: :key :start :end"
(defun mismatch (cl-seq1 cl-seq2 &rest cl-keys)
"Compare SEQ1 with SEQ2, return index of first mismatching element.
Return nil if the sequences match. If one sequence is a prefix of the
-other, the return value indicates the end of the shorted sequence.
+other, the return value indicates the end of the shorter sequence.
Keywords supported: :test :test-not :key :start1 :end1 :start2 :end2 :from-end"
(cl-parsing-keywords (:test :test-not :key :from-end
(:start1 0) :end1 (:start2 0) :end2) ()