# HG changeset patch # User Eli Zaretskii # Date 1011984397 0 # Node ID 003926a4dc497785f64314e5cec714eecceb13d6 # Parent 019acf15aa7a3359b8ff706e163d7cb2edd59dce (mismatch): Doc fix. diff -r 019acf15aa7a -r 003926a4dc49 lisp/emacs-lisp/cl-seq.el --- a/lisp/emacs-lisp/cl-seq.el Fri Jan 25 17:29:34 2002 +0000 +++ b/lisp/emacs-lisp/cl-seq.el Fri Jan 25 18:46:37 2002 +0000 @@ -536,7 +536,7 @@ (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) ()