]> git.eshelyaron.com Git - emacs.git/commitdiff
American English spelling fix.
authorGlenn Morris <rgm@gnu.org>
Fri, 27 Jun 2008 02:14:52 +0000 (02:14 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 27 Jun 2008 02:14:52 +0000 (02:14 +0000)
19 files changed:
etc/termcap.src
leim/quail/latin-pre.el
lisp/ChangeLog.12
lisp/ChangeLog.13
lisp/ChangeLog.5
lisp/ChangeLog.9
lisp/kmacro.el
lisp/mwheel.el
lisp/net/tramp.el
lisp/nxml/rng-valid.el
lisp/subr.el
lisp/url/url-gw.el
src/ChangeLog.1
src/ChangeLog.9
src/lread.c
src/process.c
src/w32proc.c
src/w32xfns.c
src/window.c

index def2df31ec944230e95e5d6ea95a86a8b9b936a8..ae7a3e390a34d5bdc3b30019ae476001fa8b1593 100644 (file)
@@ -13980,7 +13980,7 @@ mai|basic4|MAI Basic Four in ansi mode:\
 # The Basis 108 was a Apple II clone, manufactured by the "Basis
 # Mikrocomputer GmbH" in Munster, Germany (the company still exists today,
 # about 1,5 km from where I live, but doesn't build own computers any
-# more). A Basis 108 featured a really heavy (cast aluminium?) case, was
+# more). A Basis 108 featured a really heavy (cast aluminum?) case, was
 # equipped with one or two 5.25" disk drives, had a monochrome and colour
 # video output for a TV set or a dedicated monitor and several slots for
 # Apple II cards. Basis 108 were quite popular at german schools before
index bb4e49303e6d513e75595acebb259c3f0475ebe3..c8040e83157c889b275ec97e086d662d0dea3afa 100644 (file)
@@ -41,7 +41,7 @@
 ;; You might make extra input sequences on the basis of the X
 ;; locale/*/Compose files (which have both prefix and postfix
 ;; sequences), but bear in mind that sequences which are logical in
-;; that context may not be sensible when they're not signalled with
+;; that context may not be sensible when they're not signaled with
 ;; the Compose key.  An example is a double space for NBSP.
 
 ;;; Code:
index 53feb90c0d4a739220b1792fea461cbec925b901..1ab643c9ff5fe78b8bf01184932565c81838f100 100644 (file)
        (gud-watch, gdb-var-create-handler): Display function::var format
        but don't use to create variable object.
        (gdb-var-create-handler): Use message-box in place of message.
-       (gdb-stopped): Call gdb-exited if signalled.
+       (gdb-stopped): Call gdb-exited if signaled.
 
 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
 
index 9bcf436c73d96b6e6eeb68b7424bdd94f0ff66f5..43ccb0b4ff8b1b82ec328a4be77e746ced214e59 100644 (file)
        * doc-view.el (doc-view-scroll-up-or-next-page)
        (doc-view-scroll-down-or-previous-page): Use image-scroll-up and
        image-scroll-down instead of the non-image equivalents.
-       Don't rely on a signalled condition but switch pages when scrolling
+       Don't rely on a signaled condition but switch pages when scrolling
        doesn't change the vertical position anymore.
        (doc-view-mode-map): Remap scroll-{up,down} to
        image-scroll-{up,down}.
index b795bfc4910da045c6a366249412a034490d1b02..ee88e5b073ae8db11fcad45032e0208fa3705d62 100644 (file)
        branch and removes any locks that might remain after check-in.
 
        (vc-cancel-version): Abort with error message in the CVS case.
-       (The error used to be signalled in vc-backend-uncheck, which is
+       (The error used to be signaled in vc-backend-uncheck, which is
        a little too late.)
 
        (vc-minor-revision): Function removed.
index e752a2c308662bf10910180c845123cef0648fd7..7134dcbb6b1de557806dea07745daaf3ae5e0279 100644 (file)
 
 2000-10-19  Jason Rumney  <jasonr@gnu.org>
 
-       * dired.el (dired-insert-directory): Do not let errors signalled by
+       * dired.el (dired-insert-directory): Do not let errors signaled by
        attempt to run dired-free-space-program prevent dired from working.
 
 2000-10-19  Stefan Monnier  <monnier@cs.yale.edu>
index e9b2676acf7b2cad4da4cf511a0762086546aa99..1abe3178cc32140f01f28a4e727fc4890274556d 100644 (file)
@@ -39,7 +39,7 @@
 ;; you can give a numeric prefix argument specifying the number of
 ;; times to repeat the macro.  Macro execution automatically
 ;; terminates when point reaches the end of the buffer or if an error
-;; is signalled by ringing the bell.
+;; is signaled by ringing the bell.
 
 ;; When you define a macro with F3/F4, it is automatically added to
 ;; the head of the "keyboard macro ring", and F4 actually executes the
index 7e38b2e84348e2a083d76a962b3954a251d30b8e..75d6a44ccba8629e335462651da764c18a161fbe 100644 (file)
@@ -220,7 +220,7 @@ This should only be bound to mouse buttons 4 and 5."
                       ;; If the first scroll succeeded, then some scrolling
                       ;; is possible: keep scrolling til the beginning but
                       ;; do not signal an error.  For some reason, we have
-                      ;; to do it even if the first scroll signalled an
+                      ;; to do it even if the first scroll signaled an
                       ;; error, because otherwise the window is recentered
                       ;; for a reason that escapes me.  This problem seems
                       ;; to only affect scroll-down.  --Stef
index 5918db6df4a1baa598916aba32c2bcaf4a4746b4..6dd76abc610f0adfcceb2fce5f5b2bf1345ce1fb 100644 (file)
@@ -4404,7 +4404,7 @@ pass to the OPERATION."
 
 ;; We handle here all file primitives.  Most of them have the file
 ;; name as first parameter; nevertheless we check for them explicitly
-;; in order to be signalled if a new primitive appears.  This
+;; in order to be signaled if a new primitive appears.  This
 ;; scenario is needed because there isn't a way to decide by
 ;; syntactical means whether a foreign method must be called.  It would
 ;; ease the life if `file-name-handler-alist' would support a decision
index 74e18cde5bc5d9b433453d599f6754870591b397..eac8172b2ba4e60807139c5ee0de701bf664fa44 100644 (file)
@@ -481,7 +481,7 @@ The schema is set like `rng-auto-set-schema'."
                 (let ((rng-dt-namespace-context-getter '(nxml-ns-get-context)))
                   (nxml-with-unmodifying-text-property-changes
                     (rng-do-some-validation-1 continue-p-function))))
-         ;; errors signalled from a function run by an idle timer
+         ;; errors signaled from a function run by an idle timer
          ;; are ignored; if we don't catch them, validation
          ;; will get mysteriously stuck at a single place
          (rng-compile-error
index 8c9491a719579c405c26132ab53cd50c1ff3d655..b673980510c6618f726299d54e23ed7ded301eb1 100644 (file)
@@ -2643,7 +2643,7 @@ More specifically if `debug-on-error' is set, then it does not catch any signal.
   "Run BODY and demote any errors to simple messages.
 If `debug-on-error' is non-nil, run BODY without catching its errors.
 This is to be used around code which is not expected to signal an error
-but which should be robust in the unexpected case that an error is signalled."
+but which should be robust in the unexpected case that an error is signaled."
   (declare (debug t) (indent 0))
   (let ((err (make-symbol "err")))
     `(condition-case-no-debug ,err
index 17f7b77b173db378f5ab538eb2cc6fdd1278b6e4..e5021bec52fa2f4928914d371423bdc203981cfe 100644 (file)
@@ -1,6 +1,7 @@
 ;;; url-gw.el --- Gateway munging for URL loading
 
-;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1998, 2004, 2005, 2006, 2007, 2008
+;;   Free Software Foundation, Inc.
 
 ;; Author: Bill Perry <wmperry@gnu.org>
 ;; Keywords: comm, data, processes
@@ -263,7 +264,7 @@ Might do a non-blocking connection; use `process-status' to check."
                          (error "Bad setting of url-gateway-method: %s"
                                 url-gateway-method)))))
         ;; Ignoring errors here seems wrong.  E.g. it'll throw away the
-        ;; error signalled two lines above.  It was also found inconvenient
+        ;; error signaled two lines above.  It was also found inconvenient
         ;; during debugging.
        ;; (error
        ;;  (setq conn nil))
index 80e3ae98db7ce001e2c9067d16777d9d170af84a..6ba90aa56c9db702a108e65d8806b060ca30bd83 100644 (file)
        is non-nil it is silently bashed; else if the function was
        called interactively the user is queried as to whether s/he
        wants to bash the file; otherwise (ok-if-exists nil, non-interactive)
-       a  file-already-exists  error is signalled.
+       a  file-already-exists  error is signaled.
 
        * window.c: Made get-window-buffer return nil if get-buffer of
        its arg returns nil, rather than erring.
index d725e50d9667e682b8f0333141ba348c7b38d013..55ada36099536fd6d5b412ae69f0520ac38f172f 100644 (file)
        * editfns.c (Fchar_after, Fchar_before): Doc fix.
 
        * bytecode.c (Fbyte_code): Use {BEFORE,AFTER}_POTENTIAL_GC where
-       an error may be signalled.
+       an error may be signaled.
 
 2000-01-26  Gerd Moellmann  <gerd@gnu.org>
 
index 3e0bd1ff671ac645f4e5c696cf28e997958015ba..9e543f88faea7e6da3ee6dc5ecc1c6a39eb6609a 100644 (file)
@@ -3104,7 +3104,7 @@ substitute_object_recurse (object, placeholder, subtree)
        else
          /* An unknown pseudovector may contain non-Lisp fields, so we
             can't just blindly traverse all its fields.  We used to call
-            `Flength' which signalled `sequencep', so I just preserved this
+            `Flength' which signaled `sequencep', so I just preserved this
             behavior.  */
          wrong_type_argument (Qsequencep, subtree);
 
index 73bbb34fd01df583c2b056b19cbb5395d1fa9f92..0ddeb51729027cfeaad780073c50cf57765eb47b 100644 (file)
@@ -3511,7 +3511,7 @@ usage: (make-network-process &rest ARGS)  */)
 
       /* Parse network options in the arg list.
         We simply ignore anything which isn't a known option (including other keywords).
-         An error is signalled if setting a known option fails.  */
+         An error is signaled if setting a known option fails.  */
       for (optn = optbits = 0; optn < nargs-1; optn += 2)
        optbits |= set_socket_option (s, args[optn], args[optn+1]);
 
index 56369e6328147b6108ef4b39e660e0fff16c4f71..91722df87aedd467254b817dcd4c7321aac6659e 100644 (file)
@@ -274,7 +274,7 @@ find_child_pid (DWORD pid)
 
 /* Thread proc for child process and socket reader threads. Each thread
    is normally blocked until woken by select() to check for input by
-   reading one char.  When the read completes, char_avail is signalled
+   reading one char.  When the read completes, char_avail is signaled
    to wake up the select emulator and the thread blocks itself again. */
 DWORD WINAPI
 reader_thread (void *arg)
@@ -1088,7 +1088,7 @@ sys_spawnve (int mode, char *cmdname, char **argv, char **envp)
 
    To reduce the number of places in which Emacs can be hung such that
    C-g is not able to interrupt it, we always wait on interrupt_handle
-   (which is signalled by the input thread when C-g is detected).  If we
+   (which is signaled by the input thread when C-g is detected).  If we
    detect that we were woken up by C-g, we return -1 with errno set to
    EINTR as on Unix.  */
 
@@ -1185,7 +1185,7 @@ sys_select (int nfds, SELECT_TYPE *rfds, SELECT_TYPE *wfds, SELECT_TYPE *efds,
                current_status = cp->status;
                if (WaitForSingleObject (cp->char_avail, 0) == WAIT_OBJECT_0)
                  {
-                   /* char_avail has been signalled, so status (which may
+                   /* char_avail has been signaled, so status (which may
                       have changed) should indicate read has completed
                       but has not been acknowledged. */
                    current_status = cp->status;
@@ -1196,9 +1196,9 @@ sys_select (int nfds, SELECT_TYPE *rfds, SELECT_TYPE *wfds, SELECT_TYPE *efds,
                  }
                else
                  {
-                   /* char_avail has not been signalled, so status should
+                   /* char_avail has not been signaled, so status should
                       indicate that read is in progress; small possibility
-                      that read has completed but event wasn't yet signalled
+                      that read has completed but event wasn't yet signaled
                       when we tested it (because a context switch occurred
                       or if running on separate CPUs). */
                    if (current_status != STATUS_READ_READY
@@ -1264,7 +1264,7 @@ count_children:
 
   start_time = GetTickCount ();
 
-  /* Wait for input or child death to be signalled.  If user input is
+  /* Wait for input or child death to be signaled.  If user input is
      allowed, then also accept window messages.  */
   if (FD_ISSET (0, &orfds))
     active = MsgWaitForMultipleObjects (nh + nc, wait_hnd, FALSE, timeout_ms,
@@ -1301,7 +1301,7 @@ count_children:
     abort ();
 
   /* Loop over all handles after active (now officially documented as
-     being the first signalled handle in the array).  We do this to
+     being the first signaled handle in the array).  We do this to
      ensure fairness, so that all channels with data available will be
      processed - otherwise higher numbered channels could be starved. */
   do
index 115b0363dd8c7e1c7cfa3090d1b829a11debd5af..682876c6b25b870f3c6d868e83f0ec82e59e04cc 100644 (file)
@@ -46,12 +46,12 @@ init_crit ()
      when the input queue is empty, so make it a manual reset event. */
   keyboard_handle = input_available = CreateEvent (NULL, TRUE, FALSE, NULL);
 
-  /* interrupt_handle is signalled when quit (C-g) is detected, so that
+  /* interrupt_handle is signaled when quit (C-g) is detected, so that
      blocking system calls can be interrupted.  We make it a manual
      reset event, so that if we should ever have multiple threads
      performing system calls, they will all be interrupted (I'm guessing
      that would the right response).  Note that we use PulseEvent to
-     signal this event, so that it never remains signalled.  */
+     signal this event, so that it never remains signaled.  */
   interrupt_handle = CreateEvent (NULL, TRUE, FALSE, NULL);
 }
 
@@ -75,7 +75,7 @@ delete_crit ()
 void
 signal_quit ()
 {
-  /* Make sure this event never remains signalled; if the main thread
+  /* Make sure this event never remains signaled; if the main thread
      isn't in a blocking call, then this should do nothing.  */
   PulseEvent (interrupt_handle);
 }
index 27db0296dcfd0f1f198dae1a128f42af26a02593..43b965344275eea9c2833adb31c4cee2f005e509 100644 (file)
@@ -4173,7 +4173,7 @@ enlarge_window (window, delta, horiz_flag)
 
             The number of children n equals the number of resizable
             children of this window + 1 because we know window itself
-            is resizable (otherwise we would have signalled an error).
+            is resizable (otherwise we would have signaled an error).
 
             This reasoning is not correct when other windows become too
             small and shrink_windows refuses to delete them.  Below we