summaryrefslogtreecommitdiff
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-10-18 18:43:00 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-10-18 18:43:44 -0700
commit6f1dea5c74057707bf367f863a8be5750bbb6094 (patch)
tree5dc940394adf43f12da44de7047e8a0a55087012 /ChangeLog.3
parentb8433b0954b26d4620a3154be025fb8a49a73954 (diff)
downloademacs-6f1dea5c74057707bf367f863a8be5750bbb6094.tar.gz
Spelling fixes
* lisp/cedet/semantic/analyze/refs.el: (semantic-analyze-proto-impl-toggle): Fix recently-introduced misspelling of pop-to-buffer-same-window.
Diffstat (limited to 'ChangeLog.3')
-rw-r--r--ChangeLog.36
1 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog.3 b/ChangeLog.3
index 811b6dbad76..2d7f3bbf3a2 100644
--- a/ChangeLog.3
+++ b/ChangeLog.3
@@ -926,7 +926,7 @@
constrained to call REPORT-FN exactly once. It may do so any number
of times, cumulatively reporting diagnostics. Flymake keeps track of
outdated REPORT-FN instances and disconsiders obsolete reports.
- Backends should avoid reporting obsolete data by cancelling any
+ Backends should avoid reporting obsolete data by canceling any
ongoing processing at every renewed call to the backend function.
Consolidated flymake.el internal data structures to require less
@@ -18314,7 +18314,7 @@
Throw a `search-failed' derived error in Info search
- The original fix for Bug#6106 switched from signalling `search-failed'
+ The original fix for Bug#6106 switched from signaling `search-failed'
to `user-error'. However, this breaks incremental searching over
multiple nodes because the isearch code doesn't expect a `user-error'.
@@ -28599,7 +28599,7 @@
http://trac.common-lisp.net/bordeaux-threads/wiki/ApiDocumentation
... but not identically. In particular I chose not to implement
- interrupt-thread or destroy-thread, but instead a thread-signalling
+ interrupt-thread or destroy-thread, but instead a thread-signaling
approach.
I'm still undecided about *default-special-bindings* (which I did not