]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Oct 2017 01:43:00 +0000 (18:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 19 Oct 2017 01:43:44 +0000 (18:43 -0700)
* lisp/cedet/semantic/analyze/refs.el:
(semantic-analyze-proto-impl-toggle): Fix recently-introduced
misspelling of pop-to-buffer-same-window.

ChangeLog.3
doc/misc/flymake.texi
lib-src/ChangeLog.1
lisp/cedet/semantic/analyze/refs.el
msdos/sedlibmk.inp

index 811b6dbad76d5b336b29cbf48ab05ac27820c55e..2d7f3bbf3a2b8234c18d01ff6e06c1f11125a3dd 100644 (file)
        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
 
        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'.
 
        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
index 05d879d8f4b18e7028c1e3928322468a43229357..99ab1271ac9ff3129a0ea8f236e8c3dc206a2b5f 100644 (file)
@@ -560,7 +560,7 @@ Binding,,, elisp, The Emacs Lisp Reference Manual}) to be active.
 
 (defun ruby-flymake (report-fn &rest _args)
   ;; Not having a ruby interpreter is a serious problem which should cause
-  ;; the backend to disable itself, so an @code{error} is signalled.
+  ;; the backend to disable itself, so an @code{error} is signaled.
   ;;
   (unless (executable-find
            "ruby") (error "Cannot find a suitable ruby"))
@@ -625,7 +625,7 @@ Binding,,, elisp, The Emacs Lisp Reference Manual}) to be active.
                                                         msg)
                        into diags
                        finally (funcall report-fn diags)))
-                  (flymake-log :warning "Cancelling obsolete check %s"
+                  (flymake-log :warning "Canceling obsolete check %s"
                                proc))
               ;; Cleanup the temporary buffer used to hold the
               ;; check's output.
index 4b5422e712cc6b97dcbe62276ea57c2a03ada558..5a370035d70e36f178359b0231b5398e298f7197 100644 (file)
 1998-04-06  Andreas Schwab  <schwab@gnu.org>
 
        Silence -Wimplicit:
-       * movemail.c: Move cancelations up.  Include <stdlib.h> if
+       * movemail.c: Move cancellations up.  Include <stdlib.h> if
        available.
        * fakemail.c (_XOPEN_SOURCE): Define for declaration of cuserid.
        (parse_header): Explicitly declare return type.
index a58479f5054a22f9b9794f14941cc1ef93ffd01c..6ebf130d305e37481e00b05bdf90fc0d07ba656c 100644 (file)
@@ -348,7 +348,7 @@ Only works for tags in the global namespace."
 
     (push-mark)
     (semantic-go-to-tag target)
-    (pop-to-buffer-same-windown (current-buffer))
+    (pop-to-buffer-same-window (current-buffer))
     (semantic-momentary-highlight-tag target))
   )
 
index 30776b46d7e347ea2bdeca696e4887e7abedd4c6..27072e25a6c768d10164b088336e3c8bbe9f482a 100644 (file)
@@ -45,7 +45,7 @@
 #      ifneq (,$(GL_GENERATE_xxxx_H))
 #    Depending on whether DJGPP uses the corresponding header, these
 #    should be edited either to 1 (thus exposing the recipe) or
-#    to notyhing, which makes Make bypass the recipe away.  Example:
+#    to nothing, which makes Make bypass the recipe away.  Example:
 #
 #       s/^@GL_GENERATE_STDBOOL_H@/1/
 #       s/^@GL_GENERATE_STDINT_H@//