emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112008: * control.texi (Pattern matc


From: Ted Zlatanov
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112008: * control.texi (Pattern matching case statement): Fix typo.
Date: Mon, 11 Mar 2013 13:05:30 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112008
committer: Ted Zlatanov <address@hidden>
branch nick: quickfixes
timestamp: Mon 2013-03-11 13:05:30 -0400
message:
  * control.texi (Pattern matching case statement): Fix typo.
modified:
  doc/lispref/ChangeLog
  doc/lispref/control.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2013-03-11 16:31:55 +0000
+++ b/doc/lispref/ChangeLog     2013-03-11 17:05:30 +0000
@@ -1,3 +1,7 @@
+2013-03-11  Teodor Zlatanov  <address@hidden>
+
+       * control.texi (Pattern matching case statement): Fix typo.
+
 2013-03-04  Paul Eggert  <address@hidden>
 
        * elisp.texi, intro.texi: Switch from Latin-1 to UTF-8.

=== modified file 'doc/lispref/control.texi'
--- a/doc/lispref/control.texi  2013-01-02 16:13:04 +0000
+++ b/doc/lispref/control.texi  2013-03-11 17:05:30 +0000
@@ -373,7 +373,7 @@
 in the @var{body-forms} or also later in the pattern.
 @item _
 This so-called @emph{don't care} pattern matches anything, like the previous
-one, but unless symbol patterns it does not bind any variable.
+one, but unlike symbol patterns it does not bind any variable.
 @item (pred @var{pred})
 This pattern matches if the function @var{pred} returns address@hidden when
 called with the object being matched.


reply via email to

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