]> git.eshelyaron.com Git - emacs.git/commitdiff
(mismatch): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 25 Jan 2002 18:47:33 +0000 (18:47 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 25 Jan 2002 18:47:33 +0000 (18:47 +0000)
lisp/ChangeLog
lisp/emacs-lisp/cl-seq.el

index 9c32c66bc6605bbc941685cc5d42fb5f0f0e6cd5..cdc2e283ddd6f20822224acc95d355b7857b3e52 100644 (file)
@@ -1,5 +1,7 @@
 2002-01-25  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * emacs-lisp/cl-seq.el (mismatch): Doc fix.
+
        Support for more than 8 colors on character terminals:
 
        * term/rxvt.el: New file.
index bea91dc309895618ff68c711329af0f372ec1594..014bf4786dfbfd73334e45c0c4ff88bd09f857d5 100644 (file)
@@ -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) ()