aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.3
diff options
context:
space:
mode:
authorPaul Eggert2017-10-18 18:43:00 -0700
committerPaul Eggert2017-10-18 18:43:44 -0700
commit6f1dea5c74057707bf367f863a8be5750bbb6094 (patch)
tree5dc940394adf43f12da44de7047e8a0a55087012 /ChangeLog.3
parentb8433b0954b26d4620a3154be025fb8a49a73954 (diff)
downloademacs-6f1dea5c74057707bf367f863a8be5750bbb6094.tar.gz
emacs-6f1dea5c74057707bf367f863a8be5750bbb6094.zip
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 @@
926 constrained to call REPORT-FN exactly once. It may do so any number 926 constrained to call REPORT-FN exactly once. It may do so any number
927 of times, cumulatively reporting diagnostics. Flymake keeps track of 927 of times, cumulatively reporting diagnostics. Flymake keeps track of
928 outdated REPORT-FN instances and disconsiders obsolete reports. 928 outdated REPORT-FN instances and disconsiders obsolete reports.
929 Backends should avoid reporting obsolete data by cancelling any 929 Backends should avoid reporting obsolete data by canceling any
930 ongoing processing at every renewed call to the backend function. 930 ongoing processing at every renewed call to the backend function.
931 931
932 Consolidated flymake.el internal data structures to require less 932 Consolidated flymake.el internal data structures to require less
@@ -18314,7 +18314,7 @@
18314 18314
18315 Throw a `search-failed' derived error in Info search 18315 Throw a `search-failed' derived error in Info search
18316 18316
18317 The original fix for Bug#6106 switched from signalling `search-failed' 18317 The original fix for Bug#6106 switched from signaling `search-failed'
18318 to `user-error'. However, this breaks incremental searching over 18318 to `user-error'. However, this breaks incremental searching over
18319 multiple nodes because the isearch code doesn't expect a `user-error'. 18319 multiple nodes because the isearch code doesn't expect a `user-error'.
18320 18320
@@ -28599,7 +28599,7 @@
28599 http://trac.common-lisp.net/bordeaux-threads/wiki/ApiDocumentation 28599 http://trac.common-lisp.net/bordeaux-threads/wiki/ApiDocumentation
28600 28600
28601 ... but not identically. In particular I chose not to implement 28601 ... but not identically. In particular I chose not to implement
28602 interrupt-thread or destroy-thread, but instead a thread-signalling 28602 interrupt-thread or destroy-thread, but instead a thread-signaling
28603 approach. 28603 approach.
28604 28604
28605 I'm still undecided about *default-special-bindings* (which I did not 28605 I'm still undecided about *default-special-bindings* (which I did not