aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2017-10-18 18:43:00 -0700
committerPaul Eggert2017-10-18 18:43:44 -0700
commit6f1dea5c74057707bf367f863a8be5750bbb6094 (patch)
tree5dc940394adf43f12da44de7047e8a0a55087012
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.
-rw-r--r--ChangeLog.36
-rw-r--r--doc/misc/flymake.texi4
-rw-r--r--lib-src/ChangeLog.12
-rw-r--r--lisp/cedet/semantic/analyze/refs.el2
-rw-r--r--msdos/sedlibmk.inp2
5 files changed, 8 insertions, 8 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
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 05d879d8f4b..99ab1271ac9 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -560,7 +560,7 @@ Binding,,, elisp, The Emacs Lisp Reference Manual}) to be active.
560 560
561(defun ruby-flymake (report-fn &rest _args) 561(defun ruby-flymake (report-fn &rest _args)
562 ;; Not having a ruby interpreter is a serious problem which should cause 562 ;; Not having a ruby interpreter is a serious problem which should cause
563 ;; the backend to disable itself, so an @code{error} is signalled. 563 ;; the backend to disable itself, so an @code{error} is signaled.
564 ;; 564 ;;
565 (unless (executable-find 565 (unless (executable-find
566 "ruby") (error "Cannot find a suitable ruby")) 566 "ruby") (error "Cannot find a suitable ruby"))
@@ -625,7 +625,7 @@ Binding,,, elisp, The Emacs Lisp Reference Manual}) to be active.
625 msg) 625 msg)
626 into diags 626 into diags
627 finally (funcall report-fn diags))) 627 finally (funcall report-fn diags)))
628 (flymake-log :warning "Cancelling obsolete check %s" 628 (flymake-log :warning "Canceling obsolete check %s"
629 proc)) 629 proc))
630 ;; Cleanup the temporary buffer used to hold the 630 ;; Cleanup the temporary buffer used to hold the
631 ;; check's output. 631 ;; check's output.
diff --git a/lib-src/ChangeLog.1 b/lib-src/ChangeLog.1
index 4b5422e712c..5a370035d70 100644
--- a/lib-src/ChangeLog.1
+++ b/lib-src/ChangeLog.1
@@ -5643,7 +5643,7 @@
56431998-04-06 Andreas Schwab <schwab@gnu.org> 56431998-04-06 Andreas Schwab <schwab@gnu.org>
5644 5644
5645 Silence -Wimplicit: 5645 Silence -Wimplicit:
5646 * movemail.c: Move cancelations up. Include <stdlib.h> if 5646 * movemail.c: Move cancellations up. Include <stdlib.h> if
5647 available. 5647 available.
5648 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid. 5648 * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
5649 (parse_header): Explicitly declare return type. 5649 (parse_header): Explicitly declare return type.
diff --git a/lisp/cedet/semantic/analyze/refs.el b/lisp/cedet/semantic/analyze/refs.el
index a58479f5054..6ebf130d305 100644
--- a/lisp/cedet/semantic/analyze/refs.el
+++ b/lisp/cedet/semantic/analyze/refs.el
@@ -348,7 +348,7 @@ Only works for tags in the global namespace."
348 348
349 (push-mark) 349 (push-mark)
350 (semantic-go-to-tag target) 350 (semantic-go-to-tag target)
351 (pop-to-buffer-same-windown (current-buffer)) 351 (pop-to-buffer-same-window (current-buffer))
352 (semantic-momentary-highlight-tag target)) 352 (semantic-momentary-highlight-tag target))
353 ) 353 )
354 354
diff --git a/msdos/sedlibmk.inp b/msdos/sedlibmk.inp
index 30776b46d7e..27072e25a6c 100644
--- a/msdos/sedlibmk.inp
+++ b/msdos/sedlibmk.inp
@@ -45,7 +45,7 @@
45# ifneq (,$(GL_GENERATE_xxxx_H)) 45# ifneq (,$(GL_GENERATE_xxxx_H))
46# Depending on whether DJGPP uses the corresponding header, these 46# Depending on whether DJGPP uses the corresponding header, these
47# should be edited either to 1 (thus exposing the recipe) or 47# should be edited either to 1 (thus exposing the recipe) or
48# to notyhing, which makes Make bypass the recipe away. Example: 48# to nothing, which makes Make bypass the recipe away. Example:
49# 49#
50# s/^@GL_GENERATE_STDBOOL_H@/1/ 50# s/^@GL_GENERATE_STDBOOL_H@/1/
51# s/^@GL_GENERATE_STDINT_H@// 51# s/^@GL_GENERATE_STDINT_H@//