projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2649105
)
; Fix minor typo in Elisp manual
author
Simen Heggestøyl
<simenheg@gmail.com>
Fri, 21 Aug 2015 18:54:49 +0000
(20:54 +0200)
committer
Simen Heggestøyl
<simenheg@gmail.com>
Fri, 21 Aug 2015 18:54:49 +0000
(20:54 +0200)
doc/lispref/control.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/control.texi
b/doc/lispref/control.texi
index fb2e1bccb1063b8927c022724bfc9ff222d46898..17d5c26897f61bd7ab8794b7d56498a3c43bc7c0 100644
(file)
--- a/
doc/lispref/control.texi
+++ b/
doc/lispref/control.texi
@@
-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{
q
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},