Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4a0e1924
Commit
4a0e1924
authored
Dec 11, 2012
by
Paul Eggert
Browse files
Spelling fixes.
parent
38e791fd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
doc/lispref/ChangeLog
doc/lispref/ChangeLog
+1
-1
doc/lispref/control.texi
doc/lispref/control.texi
+3
-3
src/ChangeLog
src/ChangeLog
+1
-1
src/w32notify.c
src/w32notify.c
+1
-1
No files found.
doc/lispref/ChangeLog
View file @
4a0e1924
...
...
@@ -6,7 +6,7 @@
2012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
* control.texi (Pattern maching case statement): New node.
* control.texi (Pattern ma
t
ching case statement): New node.
* customize.texi (Variable Definitions): Mention the default :group
for defcustoms (bug#13093).
...
...
doc/lispref/control.texi
View file @
4a0e1924
...
...
@@ -286,11 +286,11 @@ For example:
@end example
@menu
* Pattern maching case statement::
* Pattern ma
t
ching case statement::
@end menu
@node Pattern maching case statement
@subsection Pattern maching case statement
@node Pattern ma
t
ching case statement
@subsection Pattern ma
t
ching case statement
@cindex pcase
@cindex pattern matching
...
...
src/ChangeLog
View file @
4a0e1924
...
...
@@ -1710,7 +1710,7 @@
2012-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
* fns.c (Fnreverse): Include the problem element when signal
l
ing 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>
...
...
src/w32notify.c
View file @
4a0e1924
...
...
@@ -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, signal
l
ing 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment