[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r111193: Spelling fixes.
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r111193: Spelling fixes. |
Date: |
Tue, 11 Dec 2012 10:09:55 -0800 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 111193
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2012-12-11 10:09:55 -0800
message:
Spelling fixes.
modified:
doc/lispref/ChangeLog
doc/lispref/control.texi
src/ChangeLog
src/w32notify.c
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-12-11 00:13:44 +0000
+++ b/doc/lispref/ChangeLog 2012-12-11 18:09:55 +0000
@@ -6,7 +6,7 @@
2012-12-10 Stefan Monnier <address@hidden>
- * control.texi (Pattern maching case statement): New node.
+ * control.texi (Pattern matching case statement): New node.
* customize.texi (Variable Definitions): Mention the default :group
for defcustoms (bug#13093).
=== modified file 'doc/lispref/control.texi'
--- a/doc/lispref/control.texi 2012-12-09 15:36:46 +0000
+++ b/doc/lispref/control.texi 2012-12-11 18:09:55 +0000
@@ -286,11 +286,11 @@
@end example
@menu
-* Pattern maching case statement::
+* Pattern matching case statement::
@end menu
address@hidden Pattern maching case statement
address@hidden Pattern maching case statement
address@hidden Pattern matching case statement
address@hidden Pattern matching case statement
@cindex pcase
@cindex pattern matching
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2012-12-11 16:29:13 +0000
+++ b/src/ChangeLog 2012-12-11 18:09:55 +0000
@@ -1710,7 +1710,7 @@
2012-10-19 Stefan Monnier <address@hidden>
- * fns.c (Fnreverse): Include the problem element when signalling an
+ * fns.c (Fnreverse): Include the problem element when signaling an
error (bug#12677).
2012-10-18 Jan Djärv <address@hidden>
=== modified file 'src/w32notify.c'
--- a/src/w32notify.c 2012-12-10 12:38:49 +0000
+++ b/src/w32notify.c 2012-12-11 18:09:55 +0000
@@ -217,7 +217,7 @@
/* We've been called because the main thread told us to issue
CancelIo on the directory we watch, and watch_end did so.
The directory handle is already closed. We should clean up
- and exit, signalling to the thread worker routine not to
+ and exit, signaling to the thread worker routine not to
issue another call to ReadDirectoryChangesW. Note that we
don't free the dirwatch object itself nor the memory consumed
by its buffers; this is done by the main thread in
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r111193: Spelling fixes.,
Paul Eggert <=