aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2012-12-11 10:09:55 -0800
committerPaul Eggert2012-12-11 10:09:55 -0800
commit4a0e1924fc28993d5f95ec58f43b09aa8ee043cb (patch)
tree39496761cb8c7e9e26849386826475c49954358d
parent38e791fdf78ef0f18e26c3866aa20e11c70cf6cb (diff)
downloademacs-4a0e1924fc28993d5f95ec58f43b09aa8ee043cb.tar.gz
emacs-4a0e1924fc28993d5f95ec58f43b09aa8ee043cb.zip
Spelling fixes.
-rw-r--r--doc/lispref/ChangeLog2
-rw-r--r--doc/lispref/control.texi6
-rw-r--r--src/ChangeLog2
-rw-r--r--src/w32notify.c2
4 files changed, 6 insertions, 6 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 43d737b618f..b0727694b3d 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -6,7 +6,7 @@
6 6
72012-12-10 Stefan Monnier <monnier@iro.umontreal.ca> 72012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8 8
9 * control.texi (Pattern maching case statement): New node. 9 * control.texi (Pattern matching case statement): New node.
10 10
11 * customize.texi (Variable Definitions): Mention the default :group 11 * customize.texi (Variable Definitions): Mention the default :group
12 for defcustoms (bug#13093). 12 for defcustoms (bug#13093).
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 00b0a75a3e2..a6d3081c6ba 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -286,11 +286,11 @@ For example:
286@end example 286@end example
287 287
288@menu 288@menu
289* Pattern maching case statement:: 289* Pattern matching case statement::
290@end menu 290@end menu
291 291
292@node Pattern maching case statement 292@node Pattern matching case statement
293@subsection Pattern maching case statement 293@subsection Pattern matching case statement
294@cindex pcase 294@cindex pcase
295@cindex pattern matching 295@cindex pattern matching
296 296
diff --git a/src/ChangeLog b/src/ChangeLog
index c8bf63fe462..3311f7c33a3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1710,7 +1710,7 @@
1710 1710
17112012-10-19 Stefan Monnier <monnier@iro.umontreal.ca> 17112012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
1712 1712
1713 * fns.c (Fnreverse): Include the problem element when signalling an 1713 * fns.c (Fnreverse): Include the problem element when signaling an
1714 error (bug#12677). 1714 error (bug#12677).
1715 1715
17162012-10-18 Jan Djärv <jan.h.d@swipnet.se> 17162012-10-18 Jan Djärv <jan.h.d@swipnet.se>
diff --git a/src/w32notify.c b/src/w32notify.c
index 3095103484a..0b7dc9a1110 100644
--- a/src/w32notify.c
+++ b/src/w32notify.c
@@ -217,7 +217,7 @@ watch_completion (DWORD status, DWORD bytes_ret, OVERLAPPED *io_info)
217 /* We've been called because the main thread told us to issue 217 /* We've been called because the main thread told us to issue
218 CancelIo on the directory we watch, and watch_end did so. 218 CancelIo on the directory we watch, and watch_end did so.
219 The directory handle is already closed. We should clean up 219 The directory handle is already closed. We should clean up
220 and exit, signalling to the thread worker routine not to 220 and exit, signaling to the thread worker routine not to
221 issue another call to ReadDirectoryChangesW. Note that we 221 issue another call to ReadDirectoryChangesW. Note that we
222 don't free the dirwatch object itself nor the memory consumed 222 don't free the dirwatch object itself nor the memory consumed
223 by its buffers; this is done by the main thread in 223 by its buffers; this is done by the main thread in