]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/control.texi
Merge from origin/emacs-24
[gnu-emacs] / doc / lispref / control.texi
index fa760c45d6ac904ee960e3b33d6de857808437af..1e9f3461d0f19ac2c5609009c32de6df1fb765e7 100644 (file)
@@ -370,8 +370,8 @@ that location.
 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}.
+This pattern matches any cons cell whose @code{car} matches @var{qpattern1} and
+whose @code{cdr} matches @var{pattern2}.
 @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},