mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 02:31:03 -08:00
(mismatch): Doc fix.
This commit is contained in:
parent
818cd248c3
commit
d22f8da480
2 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
2002-01-25 Eli Zaretskii <eliz@is.elta.co.il>
|
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:
|
Support for more than 8 colors on character terminals:
|
||||||
|
|
||||||
* term/rxvt.el: New file.
|
* term/rxvt.el: New file.
|
||||||
|
|
|
||||||
|
|
@ -536,7 +536,7 @@ Keywords supported: :key :start :end"
|
||||||
(defun mismatch (cl-seq1 cl-seq2 &rest cl-keys)
|
(defun mismatch (cl-seq1 cl-seq2 &rest cl-keys)
|
||||||
"Compare SEQ1 with SEQ2, return index of first mismatching element.
|
"Compare SEQ1 with SEQ2, return index of first mismatching element.
|
||||||
Return nil if the sequences match. If one sequence is a prefix of the
|
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"
|
Keywords supported: :test :test-not :key :start1 :end1 :start2 :end2 :from-end"
|
||||||
(cl-parsing-keywords (:test :test-not :key :from-end
|
(cl-parsing-keywords (:test :test-not :key :from-end
|
||||||
(:start1 0) :end1 (:start2 0) :end2) ()
|
(:start1 0) :end1 (:start2 0) :end2) ()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue