]> code.delx.au - gnu-emacs/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Dec 2012 18:09:55 +0000 (10:09 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 11 Dec 2012 18:09:55 +0000 (10:09 -0800)
doc/lispref/ChangeLog
doc/lispref/control.texi
src/ChangeLog
src/w32notify.c

index 43d737b618f09e38232e9e609a98dfe183380bb8..b0727694b3d33299fe2b5971eab5943641e8a32d 100644 (file)
@@ -6,7 +6,7 @@
 
 2012-12-10  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * 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).
index 00b0a75a3e2186ad0cab6c60f687672c589919d0..a6d3081c6ba4a4f3306c5578210627c3e1ec3118 100644 (file)
@@ -286,11 +286,11 @@ For example:
 @end example
 
 @menu
-* Pattern maching case statement::
+* Pattern matching case statement::
 @end menu
 
-@node Pattern maching case statement
-@subsection Pattern maching case statement
+@node Pattern matching case statement
+@subsection Pattern matching case statement
 @cindex pcase
 @cindex pattern matching
 
index c8bf63fe4628e6afb884f9fbf7101da4f434376c..3311f7c33a35e865d8f1a829bbfece8eb36cbb20 100644 (file)
 
 2012-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
 
-       * 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  <jan.h.d@swipnet.se>
index 3095103484a0a3b90ebb54d2822242ad1dfbfb66..0b7dc9a111086f63fcb09efab7afa7ee50d9e562 100644 (file)
@@ -217,7 +217,7 @@ watch_completion (DWORD status, DWORD bytes_ret, OVERLAPPED *io_info)
       /* 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