emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 59f7943: ; Fix minor typo in Elisp manual


From: Simen Heggestøyl
Subject: [Emacs-diffs] master 59f7943: ; Fix minor typo in Elisp manual
Date: Fri, 21 Aug 2015 18:55:34 +0000

branch: master
commit 59f7943043fa4afb922f4553c9994e20c534fc57
Author: Simen Heggestøyl <address@hidden>
Commit: Simen Heggestøyl <address@hidden>

    ; Fix minor typo in Elisp manual
---
 doc/lispref/control.texi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index fb2e1bc..17d5c26 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:
 @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 address@hidden @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},



reply via email to

[Prev in Thread] Current Thread [Next in Thread]