]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Dec 2016 18:13:46 +0000 (10:13 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 22 Dec 2016 18:14:11 +0000 (10:14 -0800)
19 files changed:
ChangeLog.2
doc/lispref/streams.texi
doc/lispref/variables.texi
etc/NEWS
lisp/bookmark.el
lisp/cedet/semantic/db-global.el
lisp/image-dired.el
lisp/vc/diff-mode.el
lisp/vc/ediff-init.el
lisp/vc/ediff-ptch.el
src/ChangeLog.13
src/ChangeLog.3
src/process.c
src/systhread.c
src/thread.c
src/thread.h
test/lisp/net/tramp-tests.el
test/lisp/vc/vc-tests.el
test/src/thread-tests.el

index 0b73dc2f84144408e3d32f6186689872e4b48aa1..de67bbf6609ee12787f8f838afd576a2ec86c8d1 100644 (file)
 
 2015-08-07  Phillip Lord  <phillip.lord@newcastle.ac.uk>
 
-       Improve error signalling for seq-subseq
+       Improve error signaling for seq-subseq
        * lisp/emacs-lisp/seq.el (seq-subseq): The existing behavior is to error
        when indexes are too large, but to silently ignore numbers which
        are too negative for lists.  String and vector handling errors in
index 41bc71e6aea0b4f05129afb22c0d80b94f478337..757e0e831be1dbc3376ca4bc1c957fdd0d69e374 100644 (file)
@@ -639,7 +639,7 @@ spacing between calls.
 This function outputs a newline to @var{stream}.  The name stands for
 ``terminate print''.  If @var{ensure} is non-@code{nil} no newline is printed
 if @var{stream} is already at the beginning of a line.  Note in this
-case @var{stream} can not be a function and an error is signalled if
+case @var{stream} can not be a function and an error is signaled if
 it is.  This function returns @code{t} if a newline is printed.
 @end defun
 
index 40738e61f6b0dd0a7f2f11977d963ca88e59cbb9..d9096dac018a0ccd13a1c68045bfc956163e3736 100644 (file)
@@ -809,7 +809,7 @@ functions.
 
 @subsection Limitations
 
-There are a couple of ways in which a variable could be modifed (or at
+There are a couple of ways in which a variable could be modified (or at
 least appear to be modified) without triggering a watchpoint.
 
 Since watchpoints are attached to symbols, modification to the
index 9fbbf5cc42ba6293629bf2c11aaefed168df3a8b..8306a66e4d93b50fcb3d614c589c7aca182eeff1 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -512,7 +512,7 @@ instead of shell command strings.  This change affects
 'image-dired-cmd-pngnq-options', 'image-dired-cmd-pngcrush-options',
 'image-dired-cmd-create-standard-thumbnail-options'
 
-*** Recognizes more tools by default, including pngnq-s9, optipng, and gm
+*** Recognizes more tools by default, including pngnq-s9, OptiPNG, and gm
 
 *** 'find-file' and related commands now work on thumbnails and
 displayed images, providing a default argument of the original file name
index f3c8b2a755f8a6bbf0eadca9d0e76ccc6a18e69f..7d45832f58cbcdd4ae62c2aa6e184374ec9df2e4 100644 (file)
@@ -2123,7 +2123,7 @@ To carry out the deletions that you've marked, use \\<bookmark-bmenu-mode-map>\\
                            (current-buffer))))
           (read-string "Pattern: ")
           (when timer (cancel-timer timer) (setq timer nil)))
-      (when timer ;; Signalled an error or a `quit'.
+      (when timer ;; Signaled an error or a `quit'.
         (cancel-timer timer)
         (bookmark-bmenu-list)
         (bookmark-bmenu-goto-bookmark bmk)))))
index 03a21b0ee0d8057f7acdb4237547a48bbac6f92e..4793c53f80dcdeb6e8af8da640e48a63bc147c34 100644 (file)
@@ -47,7 +47,7 @@ in a GNU Global supported hierarchy.
 
 Two sanity checks are performed to assure (a) that GNU global program exists
 and (b) that the GNU global program version is compatibility with the database
-version.  If optional NOERROR is nil, then an error may be signalled on version
+version.  If optional NOERROR is nil, then an error may be signaled on version
 mismatch.  If NOERROR is not nil, then no error will be signaled.  Instead
 return value will indicate success or failure with non-nil or nil respective
 values."
index 560cadbe75b7ac3b70aafe5dae478458a80af8c8..2af72fc452739e8ff046fe04a1469498112eb4e8 100644 (file)
@@ -262,7 +262,7 @@ is replaced by the file name of the temporary file."
       (executable-find "pngnq-s9"))
   "The file name of the `pngnq' program.
 It quantizes colors of PNG images down to 256 colors or fewer
-using the Neuquant procedure."
+using the NeuQuant algorithm."
   :version "26.1"
   :type '(choice (const :tag "Not Set" nil) file)
   :group 'image-dired)
@@ -702,7 +702,7 @@ Increase at own risk.")
     process))
 
 (defun image-dired-pngcrush-thumb (spec)
-  "Optimize thumbnail decsribed by format SPEC with pngcrush(1)."
+  "Optimize thumbnail described by format SPEC with pngcrush(1)."
   ;; If pngnq wasn't run, then the THUMB-nq8.png file does not exist.
   ;; pngcrush needs an infile and outfile, so we just copy THUMB to
   ;; THUMB-nq8.png and use the latter as a temp file.
@@ -727,7 +727,7 @@ Increase at own risk.")
     process))
 
 (defun image-dired-optipng-thumb (spec)
-  "Optimize thumbnail decsribed by format SPEC with optipng(1)."
+  "Optimize thumbnail described by format SPEC with optipng(1)."
   (let ((process
          (apply #'start-process "image-dired-optipng" nil
                 image-dired-cmd-optipng-program
@@ -765,7 +765,7 @@ Increase at own risk.")
       (make-directory thumbnail-dir t)
       (set-file-modes thumbnail-dir #o700))
 
-    ;; Thumbnail file creation processes begin here and are marshalled
+    ;; Thumbnail file creation processes begin here and are marshaled
     ;; in a queue by `image-dired-create-thumb'.
     (setq process
           (apply #'start-process "image-dired-create-thumbnail" nil
index 5b48c8d93dfab57476f7251e3337a011f79e0837..d5ea002fa8242227b6882ccc5a2b870f567e4976 100644 (file)
@@ -1884,7 +1884,7 @@ With a prefix argument, REVERSE the hunk."
       ;; Advance to the next hunk with skip-hunk-start set to t
       ;; because we want the behavior of moving to the next logical
       ;; hunk, not the original behavior where were would sometimes
-      ;; stay on the curent hunk.  This is the behavior we get when
+      ;; stay on the current hunk.  This is the behavior we get when
       ;; navigating through hunks interactively, and we want it when
       ;; applying hunks too (see http://debbugs.gnu.org/17544).
       (when diff-advance-after-apply-hunk
index b0d5d2fabc49e8c3a7f89b963683c4df4cfb09a8..c96a9684ac88caba048cd7396cd7f6f81408c44d 100644 (file)
@@ -318,7 +318,7 @@ It needs to be killed when we quit the session.")
 (defsubst ediff-patch-metajob (&optional metajob)
   (memq (or metajob ediff-metajob-name)
        '(ediff-multifile-patch)))
-;; metajob involving only one group of files, such as multipatch or directory
+;; metajob involving only one group of files, such as multi-patch or directory
 ;; revision
 (defsubst ediff-one-filegroup-metajob (&optional metajob)
   (or (ediff-revision-metajob metajob)
index 3effd9b2cf9a3cf9b3ecd3a716637eaeed3b45df..9f0e1dcf4f736983d4cb4bcd9b343bf44185b554 100644 (file)
@@ -431,15 +431,15 @@ Please advise:
                 (f2-exists (setcar session-file-object file2))
                 (f1-exists (setcar session-file-object file1))
                 (t
-                  ;; TODO: Often for multipaches the file doesn't exist because the
-                  ;; directory part is wrong; for instance, if the patch need to
-                  ;; be applied into
+                  ;; TODO: Often for multi-patches the file doesn't exist
+                  ;; because the directory part is wrong; for instance, if the
+                  ;; patch needs to be applied into
                   ;; (expand-file-name "lisp/vc/ediff-ptch.el" source-directory)
                   ;; and default-directory is
                   ;; (expand-file-name "lisp" source-directory)
                   ;; then Ediff assumes the wrong file:
                   ;; (expand-file-name "lisp/ediff-ptch.el" source-directory).
-                  ;; We might identify these common failoures and suggest
+                  ;; We might identify these common failures and suggest
                   ;; in the prompt the possible corrected file. --Tino
                  (with-output-to-temp-buffer ediff-msg-buffer
                    (ediff-with-current-buffer standard-output
index 9e99895236139fe5c90293843d13a2deaa6dff5b..e8ab5e01ea735d819b9c598ae90c8586c00e2f56 100644 (file)
 2013-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * minibuf.c (Fread_minibuffer, Feval_minibuffer): Move to Elisp.
-       (syms_of_minibuf): Adjust accodingly.
+       (syms_of_minibuf): Adjust accordingly.
        * lread.c (Fread):
        * callint.c (Fcall_interactively): Adjust calls accordingly.
 
index a62aee7517b903a61e991bfbc7afa4891fb47964..256e4b78598b140fabad97130ccfd400b05ac96e 100644 (file)
 
        * fileio.c (Fcopy_file): Always close descriptors.
 
-       * s-sunos4.h: read, write, open and close are interruptable.
+       * s-sunos4.h: read, write, open and close are interruptible.
 
 1991-01-09  Jim Blandy  (jimb@churchy.ai.mit.edu)
 
index 9139a36d4fd7232b21ddf02e88c2540063c83b34..c5a46f992d7ef2323af8daae9b5c6bf5f3ba5e44 100644 (file)
@@ -4557,23 +4557,22 @@ from PROCESS only, suspending reading output from other processes.
 If JUST-THIS-ONE is an integer, don't run any timers either.
 Return non-nil if we received any output from PROCESS (or, if PROCESS
 is nil, from any process) before the timeout expired.  */)
-  (register Lisp_Object process, Lisp_Object seconds, Lisp_Object millisec, Lisp_Object just_this_one)
+  (Lisp_Object process, Lisp_Object seconds, Lisp_Object millisec,
+   Lisp_Object just_this_one)
 {
   intmax_t secs;
   int nsecs;
 
   if (! NILP (process))
     {
-      struct Lisp_Process *procp;
-
       CHECK_PROCESS (process);
-      procp = XPROCESS (process);
+      struct Lisp_Process *proc = XPROCESS (process);
 
       /* Can't wait for a process that is dedicated to a different
         thread.  */
-      if (!EQ (procp->thread, Qnil) && !EQ (procp->thread, Fcurrent_thread ()))
+      if (!EQ (proc->thread, Qnil) && !EQ (proc->thread, Fcurrent_thread ()))
        error ("Attempt to accept output from process %s locked to thread %s",
-              SDATA (procp->name), SDATA (XTHREAD (procp->thread)->name));
+              SDATA (proc->name), SDATA (XTHREAD (proc->thread)->name));
     }
   else
     just_this_one = Qnil;
index 369d8f8b5e56b2519532693e0126d5bcbf190c92..a2c556fd8e3fa5626ed80712b3f13ae1e34c59fc 100644 (file)
@@ -219,7 +219,7 @@ void
 sys_mutex_lock (sys_mutex_t *mutex)
 {
   /* FIXME: What happens if the owning thread exits without releasing
-     the mutex?  Accoding to MSDN, the result is undefined behavior.  */
+     the mutex?  According to MSDN, the result is undefined behavior.  */
   EnterCriticalSection ((LPCRITICAL_SECTION)mutex);
 }
 
index 6966df31d375502455052a40a0d17b1407a6c906..9613d1435f700a83e93547b8dd711178b3c1ee05 100644 (file)
@@ -257,7 +257,7 @@ If the current thread already owns MUTEX, increment the count and
 return.
 Otherwise, if no thread owns MUTEX, make the current thread own it.
 Otherwise, block until MUTEX is available, or until the current thread
-is signalled using `thread-signal'.
+is signaled using `thread-signal'.
 Note that calls to `mutex-lock' and `mutex-unlock' must be paired.  */)
   (Lisp_Object mutex)
 {
@@ -363,8 +363,7 @@ condition_wait_callback (void *arg)
   XSETCONDVAR (cond, cvar);
   self->event_object = cond;
   saved_count = lisp_mutex_unlock_for_wait (&mutex->mutex);
-  /* If we were signalled while unlocking, we skip the wait, but we
-     still must reacquire our lock.  */
+  /* If signaled while unlocking, skip the wait but reacquire the lock.  */
   if (NILP (self->error_symbol))
     {
       self->wait_condvar = &cvar->cond;
@@ -384,7 +383,7 @@ The mutex associated with COND must be held when this is called.
 It is an error if it is not held.
 
 This releases the mutex and waits for COND to be notified or for
-this thread to be signalled with `thread-signal'.  When
+this thread to be signaled with `thread-signal'.  When
 `condition-wait' returns, COND's mutex will again be locked by
 this thread.  */)
   (Lisp_Object cond)
@@ -404,7 +403,7 @@ this thread.  */)
   return Qnil;
 }
 
-/* Used to communicate argumnets to condition_notify_callback.  */
+/* Used to communicate arguments to condition_notify_callback.  */
 struct notify_args
 {
   struct Lisp_CondVar *cvar;
@@ -814,7 +813,7 @@ or `thread-join' in the target thread.  */)
   if (tstate == current_thread)
     Fsignal (error_symbol, data);
 
-  /* What to do if thread is already signalled?  */
+  /* What to do if thread is already signaled?  */
   /* What if error_symbol is Qnil?  */
   tstate->error_symbol = error_symbol;
   tstate->error_data = data;
index 0090652b3580f1918e89f0638191207a01e43734..33f8ea706360db576ecca87eea00a5b241656f5a 100644 (file)
@@ -48,7 +48,7 @@ struct thread_state
   /* The thread's function.  */
   Lisp_Object function;
 
-  /* If non-nil, this thread has been signalled.  */
+  /* If non-nil, this thread has been signaled.  */
   Lisp_Object error_symbol;
   Lisp_Object error_data;
 
@@ -60,7 +60,7 @@ struct thread_state
   /* A list of currently active byte-code execution value stacks.
      Fbyte_code adds an entry to the head of this list before it starts
      processing byte-code, and it removed the entry again when it is
-     done.  Signalling an error truncates the list.  */
+     done.  Signaling an error truncates the list.  */
   struct byte_stack *m_byte_stack_list;
 #define byte_stack_list (current_thread->m_byte_stack_list)
 
index 2884187fa0a80b4ecf9189344901e24ac3e4266a..3d92dff38113a0c09144009c5efc44ff54aa9bac 100644 (file)
@@ -2138,7 +2138,7 @@ This does not support special file names."
 
 (defun tramp--test-windows-nt-and-batch ()
   "Check, whether the locale host runs MS Windows in batch mode.
-This does not support scpecial characters."
+This does not support special characters."
   (and (eq system-type 'windows-nt) noninteractive))
 
 (defun tramp--test-windows-nt-and-pscp-psftp-p ()
index 8dc72cd7c8120875fb51303b30075ae868e7ad3d..b54a45dd3231eeb0d091194c9d831866dc9775e5 100644 (file)
@@ -206,7 +206,7 @@ For backends which dont support it, it is emulated."
 ;; FIXME: Why isn't there `vc-unregister'?
 (defun vc-test--unregister-function (backend file)
   "Run the `vc-unregister' backend function.
-For backends which don't support it, `vc-not-supported' is signalled."
+For backends which don't support it, `vc-not-supported' is signaled."
   ;; CVS, SVN, SCCS, SRC and Mtn are not supported, and will signal
   ;; `vc-not-supported'.
   (prog1
index 26c0b725ff882c9f33b783a8761969408d3ba251..73da72e836985425a7494ce78628c15c96b5c2fa 100644 (file)
   (mutex-lock threads-mutex))
 
 (ert-deftest threads-mutex-signal ()
-  "test signalling a blocked thread"
+  "test signaling a blocked thread"
   (should
    (progn
      (setq threads-mutex (make-mutex))