aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSimen Heggestøyl2015-08-21 20:54:49 +0200
committerSimen Heggestøyl2015-08-21 20:54:49 +0200
commit59f7943043fa4afb922f4553c9994e20c534fc57 (patch)
tree84542211f06b2bf73936fffdc42cf67b690e1169 /doc
parent2649105ae30edf97ac5f543b269886103c42c91c (diff)
downloademacs-59f7943043fa4afb922f4553c9994e20c534fc57.tar.gz
emacs-59f7943043fa4afb922f4553c9994e20c534fc57.zip
; Fix minor typo in Elisp manual
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/control.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index fb2e1bccb10..17d5c26897f 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -372,7 +372,7 @@ More specifically, a Q-pattern can take the following forms:
372@table @code 372@table @code
373@item (@var{qpattern1} . @var{qpattern2}) 373@item (@var{qpattern1} . @var{qpattern2})
374This pattern matches any cons cell whose @code{car} matches @var{qpattern1} and 374This pattern matches any cons cell whose @code{car} matches @var{qpattern1} and
375whose @code{cdr} matches @var{pattern2}. 375whose @code{cdr} matches @var{qpattern2}.
376@item [@var{qpattern1} @var{qpattern2} @dots{} @var{qpatternm}] 376@item [@var{qpattern1} @var{qpattern2} @dots{} @var{qpatternm}]
377This pattern matches a vector of length @var{M} whose 0..(@var{M}-1)th 377This pattern matches a vector of length @var{M} whose 0..(@var{M}-1)th
378elements match @var{qpattern1}, @var{qpattern2} @dots{} @var{qpatternm}, 378elements match @var{qpattern1}, @var{qpattern2} @dots{} @var{qpatternm},