; Fix minor typo in Elisp manual

This commit is contained in:
Simen Heggestøyl 2015-08-21 20:54:49 +02:00
parent 2649105ae3
commit 59f7943043

View file

@ -372,7 +372,7 @@ More specifically, a Q-pattern can take the following forms:
@table @code
@item (@var{qpattern1} . @var{qpattern2})
This pattern matches any cons cell whose @code{car} matches @var{qpattern1} and
whose @code{cdr} matches @var{pattern2}.
whose @code{cdr} matches @var{qpattern2}.
@item [@var{qpattern1} @var{qpattern2} @dots{} @var{qpatternm}]
This pattern matches a vector of length @var{M} whose 0..(@var{M}-1)th
elements match @var{qpattern1}, @var{qpattern2} @dots{} @var{qpatternm},