Mercurial > emacs
changeset 42964:003926a4dc49
(mismatch): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 25 Jan 2002 18:46:37 +0000 |
parents | 019acf15aa7a |
children | ae80d436474e |
files | lisp/emacs-lisp/cl-seq.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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) ()