emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106373: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106373: Spelling fixes.
Date: Mon, 14 Nov 2011 12:23:26 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106373
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2011-11-14 12:23:26 -0800
message:
  Spelling fixes.
modified:
  doc/lispintro/emacs-lisp-intro.texi
  doc/misc/ada-mode.texi
  doc/misc/ert.texi
  doc/misc/sem-user.texi
  etc/JOKES
  etc/NEWS
  etc/NEWS.23
  etc/TODO
  lib-src/emacsclient.c
  lisp/ChangeLog
  lisp/ChangeLog.1
  lisp/ChangeLog.10
  lisp/ChangeLog.12
  lisp/ChangeLog.13
  lisp/ChangeLog.14
  lisp/ChangeLog.15
  lisp/ChangeLog.8
  lisp/ChangeLog.9
  lisp/calc/calc-help.el
  lisp/calendar/icalendar.el
  lisp/cedet/ede/pconf.el
  lisp/cedet/mode-local.el
  lisp/cedet/semantic/bovine/c.el
  lisp/cedet/semantic/bovine/el.el
  lisp/cedet/srecode/dictionary.el
  lisp/emacs-lisp/eieio-base.el
  lisp/emacs-lisp/eieio.el
  lisp/emacs-lisp/ert.el
  lisp/emulation/viper-util.el
  lisp/erc/ChangeLog.01
  lisp/erc/ChangeLog.03
  lisp/eshell/em-hist.el
  lisp/files.el
  lisp/gnus/gnus-uu.el
  lisp/gnus/gnus-win.el
  lisp/info.el
  lisp/language/vietnamese.el
  lisp/mail/rmail.el
  lisp/mail/rmailmm.el
  lisp/mpc.el
  lisp/net/snmp-mode.el
  lisp/net/soap-client.el
  lisp/net/xesam.el
  lisp/net/zeroconf.el
  lisp/org/ChangeLog
  lisp/org/org-list.el
  lisp/org/org.el
  lisp/progmodes/cc-cmds.el
  lisp/progmodes/cc-defs.el
  lisp/progmodes/gdb-mi.el
  lisp/progmodes/idlwave.el
  lisp/progmodes/verilog-mode.el
  lisp/view.el
  lisp/window.el
  lisp/woman.el
  src/ChangeLog.1
  src/ChangeLog.10
  src/ChangeLog.11
  src/ChangeLog.2
  src/ChangeLog.3
  src/ChangeLog.8
  src/bytecode.c
  src/character.c
  src/data.c
  src/regex.h
  src/s/msdos.h
  src/window.c
  src/xdisp.c
  test/automated/ert-tests.el
=== modified file 'doc/lispintro/emacs-lisp-intro.texi'
--- a/doc/lispintro/emacs-lisp-intro.texi       2011-11-14 06:27:12 +0000
+++ b/doc/lispintro/emacs-lisp-intro.texi       2011-11-14 20:23:26 +0000
@@ -8200,7 +8200,7 @@
      ;;    it will be set in an error
      (setq this-command 'kill-region)
      ;;    Finally, in the then-part, send a message if you may copy
-     ;;    the text to the kill ring without signally an error, but
+     ;;    the text to the kill ring without signaling an error, but
      ;;    don't if you may not.
 @end group
 @group

=== modified file 'doc/misc/ada-mode.texi'
--- a/doc/misc/ada-mode.texi    2011-02-19 19:40:59 +0000
+++ b/doc/misc/ada-mode.texi    2011-11-14 20:23:26 +0000
@@ -209,7 +209,7 @@
 that ends with either @file{.adb}, @file{_b.ada} or
 @file{.body}.
 
-Simililarly, if Ada mode is looking for a spec, it will look for
+Similarly, if Ada mode is looking for a spec, it will look for
 @file{.ads} or @file{_s.ada}.
 
 If the filename is not derived from the Ada name following the GNAT

=== modified file 'doc/misc/ert.texi'
--- a/doc/misc/ert.texi 2011-11-14 06:27:12 +0000
+++ b/doc/misc/ert.texi 2011-11-14 20:23:26 +0000
@@ -389,7 +389,7 @@
 @code{arith-error}.  The @code{:type} argument to @code{should-error}
 is optional; if absent, any type of error is accepted.
 @code{should-error} returns an error description of the error that was
-signalled, to allow additional checks to be made.  The error
+signaled, to allow additional checks to be made.  The error
 description has the format @code{(ERROR-SYMBOL . DATA)}.
 
 There is no @code{should-not-error} macro since tests that signal an

=== modified file 'doc/misc/sem-user.texi'
--- a/doc/misc/sem-user.texi    2011-01-25 04:08:28 +0000
+++ b/doc/misc/sem-user.texi    2011-11-14 20:23:26 +0000
@@ -608,7 +608,7 @@
 @node Debugging Idle Time Issues
 @subsection Debugging Idle Time Issues
 
-If you see an error signalled during idle time, it could be an
+If you see an error signaled during idle time, it could be an
 indication of a more serious issue elsewhere.  It is not enough to
 enable @code{debug-on-error}, because the idle scheduler inhibits the
 debugger.  Instead, use the following commands to debug the error:

=== modified file 'etc/JOKES'
--- a/etc/JOKES 2007-02-27 03:37:51 +0000
+++ b/etc/JOKES 2011-11-14 20:23:26 +0000
@@ -197,7 +197,7 @@
 Manual's
 Audience is
 Completely
-Stupified
+Stupefied
 
 Emacs
 Means
@@ -333,7 +333,7 @@
 Mangles,
 Aborts,
 Crashes and
-Stupifies
+Stupefies
 
 Extraneous
 Macros

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2011-11-09 14:04:13 +0000
+++ b/etc/NEWS  2011-11-14 20:23:26 +0000
@@ -172,7 +172,7 @@
 *** New emacsclient argument --frame-parameters can be used to set the
 frame parameters of a newly-created graphical frame.
 +++
-*** If emacsclient shuts down as a result of Emacs signalling an
+*** If emacsclient shuts down as a result of Emacs signaling an
 error, its exit status is 1.
 +++
 *** New emacsclient argument --parent-id ID.
@@ -1243,7 +1243,7 @@
 
 ** `facemenu-read-color' is now an alias for `read-color'.
 The command `read-color' now requires a match for a color name or RGB
-triplet, instead of signalling an error if the user provides a invalid
+triplet, instead of signaling an error if the user provides a invalid
 input.
 
 ** Tool-bars can display separators.

=== modified file 'etc/NEWS.23'
--- a/etc/NEWS.23       2011-05-05 04:00:38 +0000
+++ b/etc/NEWS.23       2011-11-14 20:23:26 +0000
@@ -1182,7 +1182,7 @@
 matches a regexp.
 
 *** The value of comment-style now defaults to `indent'.
-Thefore, comment-start markers are inserted at the current indentation
+Therefore, comment-start markers are inserted at the current indentation
 of the region to comment, rather than the leftmost column.
 
 *** The new commands `pp-macroexpand-expression' and
@@ -2529,4 +2529,3 @@
 mode: outline
 paragraph-separate: "[         ]*$"
 end:
-

=== modified file 'etc/TODO'
--- a/etc/TODO  2011-07-14 17:28:42 +0000
+++ b/etc/TODO  2011-11-14 20:23:26 +0000
@@ -165,7 +165,7 @@
 like make-backup-file-name-function for non-numeric backup files.
 
 ** `dired-mode' should specify the semantics of `buffer-modified-p' for
-dired buffers and DTRT WRT `auto-revert-mode'. 
+dired buffers and DTRT WRT `auto-revert-mode'.
 
 ** Check uses of prin1 for error-handling.
 http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg00456.html
@@ -1043,7 +1043,7 @@
 
 **** Better recovery from ill-formed XML declarations.
 
-*** Useability improvements
+*** Usability improvements
 
 **** Should print a "Parsing..." message during long movements.
 
@@ -1243,4 +1243,3 @@
 
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-

=== modified file 'lib-src/emacsclient.c'
--- a/lib-src/emacsclient.c     2011-10-27 00:59:21 +0000
+++ b/lib-src/emacsclient.c     2011-11-14 20:23:26 +0000
@@ -1193,7 +1193,7 @@
     send_to_emacs (emacs_socket, "-suspend \n");
 
   /* Unblock this signal and call the default handler by temporarily
-     changing the handler and resignalling. */
+     changing the handler and resignaling.  */
   sigprocmask (SIG_BLOCK, NULL, &set);
   sigdelset (&set, signalnum);
   signal (signalnum, SIG_DFL);

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-11-14 09:22:45 +0000
+++ b/lisp/ChangeLog    2011-11-14 20:23:26 +0000
@@ -3876,7 +3876,7 @@
        for list)" (bug#6475).
 
        * files.el (file-expand-wildcards): Ignore non-readable
-       sub-directories while trying to find matches instead of signalling
+       sub-directories while trying to find matches instead of signaling
        an error (bug#6297).
 
        * man.el (Man-reference-regexp): Allow matching possible

=== modified file 'lisp/ChangeLog.1'
--- a/lisp/ChangeLog.1  2011-01-26 08:36:39 +0000
+++ b/lisp/ChangeLog.1  2011-11-14 20:23:26 +0000
@@ -1947,7 +1947,7 @@
        elements of command-history are expressions.
 
        * simple.el (error):
-       Just keep signalling if user tries to continue.
+       Just keep signaling if user tries to continue.
 
 1985-09-07  Richard M. Stallman  (address@hidden)
 

=== modified file 'lisp/ChangeLog.10'
--- a/lisp/ChangeLog.10 2011-11-14 06:27:12 +0000
+++ b/lisp/ChangeLog.10 2011-11-14 20:23:26 +0000
@@ -3516,7 +3516,7 @@
 2003-04-23  Stefan Monnier  <address@hidden>
 
        * newcomment.el (comment-normalize-vars): Prompt the user for
-       the comment-start to use rather than signalling an error.  Fix regexp.
+       the comment-start to use rather than signaling an error.  Fix regexp.
        (uncomment-region): Don't leave half-removed comment markers.
 
 2003-04-23  Richard M. Stallman  <address@hidden>

=== modified file 'lisp/ChangeLog.12'
--- a/lisp/ChangeLog.12 2011-11-11 23:34:43 +0000
+++ b/lisp/ChangeLog.12 2011-11-14 20:23:26 +0000
@@ -7561,7 +7561,7 @@
        * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
        doesn't look like a file name.
 
-       * complete.el (PC-expand-many-files): Avoid signalling an error when
+       * complete.el (PC-expand-many-files): Avoid signaling an error when
        the current directory doesn't exist.  Reported by Michaël Cadilhac.
 
 2006-08-02  Andreas Schwab  <address@hidden>
@@ -33362,4 +33362,3 @@
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-

=== modified file 'lisp/ChangeLog.13'
--- a/lisp/ChangeLog.13 2011-09-28 00:59:28 +0000
+++ b/lisp/ChangeLog.13 2011-11-14 20:23:26 +0000
@@ -1673,7 +1673,7 @@
        x-resolve-font-name.
        (x-complement-fontset-spec): Never prepend an ASCII font.
        (create-fontset-from-fontset-spec): If a fontset of the same name
-       already exists, override it instead of signalling an error.  Don't
+       already exists, override it instead of signaling an error.  Don't
        turn `ascii' into `latin'.  Don't update fontset-alias-alist here.
 
        * international/mule-conf.el (unicode-bmp): Delete duplicated

=== modified file 'lisp/ChangeLog.14'
--- a/lisp/ChangeLog.14 2011-09-23 07:30:26 +0000
+++ b/lisp/ChangeLog.14 2011-11-14 20:23:26 +0000
@@ -7913,7 +7913,7 @@
        ignored while matching, replace the entire filename with completion.
 
        * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
-       flyspell-pre-point is valid to avoid signalling an error in
+       flyspell-pre-point is valid to avoid signaling an error in
        post-command-hook.
 
 2008-08-26  Johan Bockgård  <address@hidden>
@@ -20567,4 +20567,3 @@
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-

=== modified file 'lisp/ChangeLog.15'
--- a/lisp/ChangeLog.15 2011-11-11 23:34:43 +0000
+++ b/lisp/ChangeLog.15 2011-11-14 20:23:26 +0000
@@ -11215,7 +11215,7 @@
        * bindings.el (complete-symbol): Move into minibuffer.el.
 
        * minibuffer.el (complete-tag): Move from etags.el.  If tags
-       completion cannot be performed, return nil instead of signalling
+       completion cannot be performed, return nil instead of signaling
        an error.
        (completion-at-point): Make it an alias for complete-symbol.
        (complete-symbol): Move from bindings.el, and replace with the
@@ -13311,7 +13311,7 @@
 
 2010-01-29  Chong Yidong  <address@hidden>
 
-       * dirtrack.el (dirtrack): Warn instead of signalling error if the
+       * dirtrack.el (dirtrack): Warn instead of signaling error if the
        regexp is incorrect (Bug#5476).
 
 2010-01-29  Michael Albinus  <address@hidden>

=== modified file 'lisp/ChangeLog.8'
--- a/lisp/ChangeLog.8  2011-01-25 04:08:28 +0000
+++ b/lisp/ChangeLog.8  2011-11-14 20:23:26 +0000
@@ -8317,7 +8317,7 @@
 1998-11-11  Sam Steingold  <address@hidden>
 
        * inf-lisp.el (switch-to-lisp): If no inferior lisp present, call
-       `run-lisp' instead of signalling an error.
+       `run-lisp' instead of signaling an error.
 
 1998-11-11  Karl Heuer  <address@hidden>
 
@@ -10009,4 +10009,3 @@
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-

=== modified file 'lisp/ChangeLog.9'
--- a/lisp/ChangeLog.9  2011-11-14 06:27:12 +0000
+++ b/lisp/ChangeLog.9  2011-11-14 20:23:26 +0000
@@ -135,7 +135,7 @@
 
        * net/ange-ftp.el (ange-ftp-raw-send-cmd, ange-ftp-wait-not-busy):
        Use with-current-buffer.
-       (ange-ftp-cd): New arg `noerror' to prevent signalling an error.
+       (ange-ftp-cd): New arg `noerror' to prevent signaling an error.
        (ange-ftp-send-cmd): If a `cd' is used (because of a space in the
        filename), catch any error that occurs in `ange-ftp-cd'.
        If an error happened, don't bother sending `cmd' at all.
@@ -12638,7 +12638,7 @@
        (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
        just do a recursive call if we need to retry.
        (vc-rcs-checkout): Handle the case where rcs is missing by making
-       the buffer read-write if requested and re-signalling the error.
+       the buffer read-write if requested and re-signaling the error.
 
        * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
 

=== modified file 'lisp/calc/calc-help.el'
--- a/lisp/calc/calc-help.el    2011-03-17 01:30:08 +0000
+++ b/lisp/calc/calc-help.el    2011-11-14 20:23:26 +0000
@@ -683,7 +683,7 @@
   (calc-do-prefix-help
    '("Pack, Unpack, Identity, Diagonal, indeX, Build"
      "Row, Column, Subvector; Length; Find; Mask, Expand"
-     "Tranpose, Arrange, reVerse; Head, Kons; rNorm"
+     "Transpose, Arrange, reVerse; Head, Kons; rNorm"
      "SHIFT + Det, & (inverse), LUD, Trace, conJtrn, Cross"
      "SHIFT + Sort, Grade, Histogram; cNorm"
      "SHIFT + Apply, Map, Reduce, accUm, Inner-, Outer-prod"

=== modified file 'lisp/calendar/icalendar.el'
--- a/lisp/calendar/icalendar.el        2011-07-26 15:36:04 +0000
+++ b/lisp/calendar/icalendar.el        2011-11-14 20:23:26 +0000
@@ -234,7 +234,7 @@
   "Enable icalendar debug messages.")
 
 ;; ======================================================================
-;; NO USER SERVICABLE PARTS BELOW THIS LINE
+;; NO USER SERVICEABLE PARTS BELOW THIS LINE
 ;; ======================================================================
 
 (defconst icalendar--weekday-array ["SU" "MO" "TU" "WE" "TH" "FR" "SA"])
@@ -915,7 +915,7 @@
   "Export diary file to iCalendar format.
 All diary entries in the file DIARY-FILENAME are converted to iCalendar
 format.  The result is appended to the file ICAL-FILENAME."
-  (interactive "FExport diary data from file: 
+  (interactive "FExport diary data from file:
 Finto iCalendar file: ")
   (save-current-buffer
     (set-buffer (find-file diary-filename))
@@ -1557,9 +1557,9 @@
 
 (defun icalendar--convert-float-to-ical (nonmarker entry-main)
   "Convert float diary entry to icalendar format -- partially unsupported!
-  
+
   FIXME! DAY from diary-float yet unimplemented.
-  
+
   NONMARKER is a regular expression matching the start of non-marking
   entries.  ENTRY-MAIN is the first line of the diary entry."
   (if (string-match (concat nonmarker "%%\\((diary-float .+\\) ?$") entry-main)
@@ -1794,8 +1794,8 @@
 Argument DIARY-FILENAME input `diary-file'.
 Optional argument NON-MARKING determines whether events are created as
 non-marking or not."
-  (interactive "fImport iCalendar data from file: 
-Finto diary file: 
+  (interactive "fImport iCalendar data from file:
+Finto diary file:
 p")
   ;; clean up the diary file
   (save-current-buffer

=== modified file 'lisp/cedet/ede/pconf.el'
--- a/lisp/cedet/ede/pconf.el   2011-04-23 03:07:16 +0000
+++ b/lisp/cedet/ede/pconf.el   2011-11-14 20:23:26 +0000
@@ -149,7 +149,7 @@
          ))))
 
 (defmethod ede-proj-configure-recreate ((this ede-proj-project))
-  "Delete project THISes configure script and start over."
+  "Delete project THIS's configure script and start over."
   (if (not (ede-proj-configure-file this))
       (error "Could not determine configure.ac for %S" (object-name this)))
   (let ((b (get-file-buffer (ede-proj-configure-file this))))

=== modified file 'lisp/cedet/mode-local.el'
--- a/lisp/cedet/mode-local.el  2011-01-26 08:36:39 +0000
+++ b/lisp/cedet/mode-local.el  2011-11-14 20:23:26 +0000
@@ -656,7 +656,7 @@
      table)
     ;; Print symbols by type
     (when us
-      (princ "\n  !! Unpecified symbols\n")
+      (princ "\n  !! Unspecified symbols\n")
       (mapc 'mode-local-print-binding us))
     (when mc
       (princ "\n  ** Mode local constants\n")

=== modified file 'lisp/cedet/semantic/bovine/c.el'
--- a/lisp/cedet/semantic/bovine/c.el   2011-11-14 06:27:12 +0000
+++ b/lisp/cedet/semantic/bovine/c.el   2011-11-14 20:23:26 +0000
@@ -240,7 +240,7 @@
                        (goto-char (match-end 0))
                        (looking-at "(")))
           (semantic-lex-spp-replacements-enabled nil)
-          ;; Temporarilly override the lexer to include
+          ;; Temporarily override the lexer to include
           ;; special items needed inside a macro
           (semantic-lex-analyzer #'semantic-cpp-lexer)
           (raw-stream

=== modified file 'lisp/cedet/semantic/bovine/el.el'
--- a/lisp/cedet/semantic/bovine/el.el  2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/semantic/bovine/el.el  2011-11-14 20:23:26 +0000
@@ -534,9 +534,9 @@
                     (t
                      (setq d (documentation-property
                               sym 'variable-documentation)))))
-            ;; Label it as system doc.. perhaps just for debugging
+            ;; Label it as system doc. perhaps just for debugging
             ;; purposes.
-            (if d (setq d (concat "Sytem Doc: \n" d)))
+            (if d (setq d (concat "System Doc: \n" d)))
             ))
       )
 

=== modified file 'lisp/cedet/srecode/dictionary.el'
--- a/lisp/cedet/srecode/dictionary.el  2011-11-03 20:03:45 +0000
+++ b/lisp/cedet/srecode/dictionary.el  2011-11-14 20:23:26 +0000
@@ -436,7 +436,7 @@
 
 ;;; COMPOUND VALUE METHODS
 ;;
-;; Compound values must provide at least the toStriong method
+;; Compound values must provide at least the toString method
 ;; for use in converting the compound value into sometehing insertable.
 
 (defmethod srecode-compound-toString ((cp srecode-dictionary-compound-value)

=== modified file 'lisp/emacs-lisp/eieio-base.el'
--- a/lisp/emacs-lisp/eieio-base.el     2011-01-25 04:08:28 +0000
+++ b/lisp/emacs-lisp/eieio-base.el     2011-11-14 20:23:26 +0000
@@ -54,7 +54,7 @@
 
 (defmethod slot-unbound ((object eieio-instance-inheritor) class slot-name fn)
   "If a slot OBJECT in this CLASS is unbound, try to inherit, or throw a 
signal.
-SLOT-NAME is the offending slot.  FN is the function signalling the error."
+SLOT-NAME is the offending slot.  FN is the function signaling the error."
   (if (slot-boundp object 'parent-instance)
       ;; It may not look like it, but this line recurses back into this
       ;; method if the parent instance's slot is unbound.

=== modified file 'lisp/emacs-lisp/eieio.el'
--- a/lisp/emacs-lisp/eieio.el  2011-11-13 07:48:23 +0000
+++ b/lisp/emacs-lisp/eieio.el  2011-11-14 20:23:26 +0000
@@ -395,7 +395,7 @@
          (aset newc class-parent (cons SC (aref newc class-parent)))
          )
 
-       ;; turn this into a useable self-pointing symbol
+       ;; turn this into a usable self-pointing symbol
        (set cname cname)
 
        ;; Store the new class vector definition into the symbol.  We need to
@@ -509,7 +509,7 @@
        ;; save parent in child
        (aset newc class-parent (list eieio-default-superclass))))
 
-    ;; turn this into a useable self-pointing symbol
+    ;; turn this into a usable self-pointing symbol
     (set cname cname)
 
     ;; These two tests must be created right away so we can have self-

=== modified file 'lisp/emacs-lisp/ert.el'
--- a/lisp/emacs-lisp/ert.el    2011-10-15 19:24:14 +0000
+++ b/lisp/emacs-lisp/ert.el    2011-11-14 20:23:26 +0000
@@ -248,7 +248,7 @@
     ;; We disallow nil since `ert-test-at-point' and related functions
     ;; want to return a test name, but also need an out-of-band value
     ;; on failure.  Nil is the most natural out-of-band value; using 0
-    ;; or "" or signalling an error would be too awkward.
+    ;; or "" or signaling an error would be too awkward.
     ;;
     ;; Note that nil is still a valid value for the `name' slot in
     ;; ert-test objects.  It designates an anonymous test.
@@ -448,7 +448,7 @@
 is an expression equivalent to FORM, and FORM-DESCRIPTION-FORM is
 an expression that returns a description of FORM.  INNER-EXPANDER
 should return code that calls INNER-FORM and performs the checks
-and error signalling specific to the particular variant of
+and error signaling specific to the particular variant of
 `should'.  The code that INNER-EXPANDER returns must not call
 FORM-DESCRIPTION-FORM before it has called INNER-FORM."
   (lexical-let ((inner-expander inner-expander))
@@ -489,17 +489,17 @@
 
 Determines whether CONDITION matches TYPE and EXCLUDE-SUBTYPES,
 and aborts the current test as failed if it doesn't."
-  (let ((signalled-conditions (get (car condition) 'error-conditions))
+  (let ((signaled-conditions (get (car condition) 'error-conditions))
         (handled-conditions (etypecase type
                               (list type)
                               (symbol (list type)))))
-    (assert signalled-conditions)
-    (unless (ert--intersection signalled-conditions handled-conditions)
+    (assert signaled-conditions)
+    (unless (ert--intersection signaled-conditions handled-conditions)
       (ert-fail (append
                  (funcall form-description-fn)
                  (list
                   :condition condition
-                  :fail-reason (concat "the error signalled did not"
+                  :fail-reason (concat "the error signaled did not"
                                        " have the expected type")))))
     (when exclude-subtypes
       (unless (member (car condition) handled-conditions)
@@ -507,7 +507,7 @@
                    (funcall form-description-fn)
                    (list
                     :condition condition
-                    :fail-reason (concat "the error signalled was a subtype"
+                    :fail-reason (concat "the error signaled was a subtype"
                                          " of the expected type"))))))))
 
 ;; FIXME: The expansion will evaluate the keyword args (if any) in
@@ -515,7 +515,7 @@
 (defmacro* should-error (form &rest keys &key type exclude-subtypes)
   "Evaluate FORM and check that it signals an error.
 
-The error signalled needs to match TYPE.  TYPE should be a list
+The error signaled needs to match TYPE.  TYPE should be a list
 of condition names.  (It can also be a non-nil symbol, which is
 equivalent to a singleton list containing that symbol.)  If
 EXCLUDE-SUBTYPES is nil, the error matches TYPE if one of its
@@ -523,7 +523,7 @@
 non-nil, the error matches TYPE if it is an element of TYPE.
 
 If the error matches, returns (ERROR-SYMBOL . DATA) from the
-error.  If not, or if no error was signalled, abort the test as
+error.  If not, or if no error was signaled, abort the test as
 failed."
   (unless type (setq type ''error))
   (ert--expand-should
@@ -2120,7 +2120,7 @@
 
 EWOC-FN specifies the direction and should be either `ewoc-prev'
 or `ewoc-next'.  If there are no more nodes in that direction, an
-error is signalled with the message ERROR-MESSAGE."
+error is signaled with the message ERROR-MESSAGE."
   (loop
    (setq node (funcall ewoc-fn ert--results-ewoc node))
    (when (null node)

=== modified file 'lisp/emulation/viper-util.el'
--- a/lisp/emulation/viper-util.el      2011-05-23 17:57:17 +0000
+++ b/lisp/emulation/viper-util.el      2011-11-14 20:23:26 +0000
@@ -1112,7 +1112,7 @@
        lis)))
 
 
-;; Smoothes out the difference between Emacs' unread-command-events
+;; Smooths out the difference between Emacs' unread-command-events
 ;; and XEmacs unread-command-event.  Arg is a character, an event, a list of
 ;; events or a sequence of keys.
 ;;

=== modified file 'lisp/erc/ChangeLog.01'
--- a/lisp/erc/ChangeLog.01     2011-02-28 01:07:29 +0000
+++ b/lisp/erc/ChangeLog.01     2011-11-14 20:23:26 +0000
@@ -160,9 +160,9 @@
 
        * debian/control 1.3: integrated erc-speak back into erc
 
-       * debian/maint/conffiles 1.3, debian/maint/conffiles.in 1.2, 
debian/maint/postinst 1.3, 
-         debian/maint/postinst.in 1.2, debian/maint/prerm 1.3, 
debian/maint/prerm.in 1.2, 
-         debian/scripts/install 1.3, debian/scripts/install.in 1.3, 
debian/scripts/remove 1.3, 
+       * debian/maint/conffiles 1.3, debian/maint/conffiles.in 1.2, 
debian/maint/postinst 1.3,
+         debian/maint/postinst.in 1.2, debian/maint/prerm 1.3, 
debian/maint/prerm.in 1.2,
+         debian/scripts/install 1.3, debian/scripts/install.in 1.3, 
debian/scripts/remove 1.3,
          debian/scripts/remove.in 1.2, debian/scripts/startup.erc-speak 1.2:
        since erc-speak is gone, resurrect the static files, and update them to 
support the latest erc
 
@@ -220,7 +220,7 @@
        * erc.el 1.149:
        * Applied antifuchs/mhp patches, the latest on erc-help, unmodified
        * New variable: erc-reuse-buffers default to t.
-       * Modified erc-generate-new-buffer-name to use it. it checks if server 
and port are the same, 
+       * Modified erc-generate-new-buffer-name to use it. it checks if server 
and port are the same,
          then one can assume thats the same channel/query target again.
 
 2001-11-23  Mario Lang  <address@hidden>
@@ -238,7 +238,7 @@
 
        * erc.el 1.146: * New local variable, erc-announced-server-name
        * erc-mode-line-format supports a new symbol, target-and/or-server
-       * The mode-line displays the announced server name now (for autojoin 
later..., 
+       * The mode-line displays the announced server name now (for autojoin 
later...,
          greets Adam)
        * New macro, erc-server-hook-list for a nice way to define the 
defcustoms of the erc-server-*-hook's
          Thanks go to the guy from #emacs who helped with that
@@ -603,11 +603,11 @@
 
        * debian/control 1.2: added the new erc-speak package
 
-       * debian/README.erc-speak 1.1, debian/maint/postinst.in 1.1, 
debian/maint/prerm.in 1.1, 
+       * debian/README.erc-speak 1.1, debian/maint/postinst.in 1.1, 
debian/maint/prerm.in 1.1,
          debian/scripts/install.in 1.1, debian/scripts/remove.in 1.1:
        new file
 
-       * debian/maint/postinst 1.2, debian/maint/prerm 1.2, 
debian/scripts/install 1.2, 
+       * debian/maint/postinst 1.2, debian/maint/prerm 1.2, 
debian/scripts/install 1.2,
          debian/scripts/remove 1.2:
        removed, superseded by its .in counterpart
 
@@ -625,7 +625,7 @@
 2001-10-23  Mario Lang  <address@hidden>
 
        * erc-speak.el 1.14:
-       * Added a new personality for channel name announcement, This makes 
streams of flooded channels much easier to listen to, 
+       * Added a new personality for channel name announcement, This makes 
streams of flooded channels much easier to listen to,
          especially if you are on more than one channel simultaneously.
 
        * erc.el 1.75:
@@ -643,7 +643,7 @@
        * Removed now really obsolete code. Package size reduced by 50%
 
        * erc-speak.el 1.10:
-       * Very important fix! Now erc-speak is really complete. Messages don't 
get cut anymore. Be sure to use auditory icons, 
+       * Very important fix! Now erc-speak is really complete. Messages don't 
get cut anymore. Be sure to use auditory icons,
          it's reallllly cool now!!!
 
        * erc-speak.el 1.9: *** empty log message ***
@@ -655,9 +655,9 @@
 
        * debian/changelog 1.2: oops, silly typo
 
-       * debian/changelog 1.1, debian/control 1.1, debian/copyright 1.1, 
-         debian/maint/conffiles 1.1, debian/maint/postinst 1.1, 
debian/maint/prerm 1.1, 
-         debian/rules 1.1, debian/scripts/install 1.1, debian/scripts/remove 
1.1, 
+       * debian/changelog 1.1, debian/control 1.1, debian/copyright 1.1,
+         debian/maint/conffiles 1.1, debian/maint/postinst 1.1, 
debian/maint/prerm 1.1,
+         debian/rules 1.1, debian/scripts/install 1.1, debian/scripts/remove 
1.1,
          debian/scripts/startup 1.1:
        initial check-in
 
@@ -666,7 +666,7 @@
        * erc.el 1.73:
        * Changed erc-insert-hook to get two arguments, START and END of the 
region
          which got inserted. CAREFUL! This could break stuff, but it makes the 
hook
-         much more useable.
+         much more usable.
 
        * erc.el 1.72:
        * Made erc-smiley a new option, currently set to t to showoff this 
feature. :)
@@ -830,7 +830,7 @@
        * Fix for custom problem with :must-match on XEmacs (thanks shapr)
        * Added /COUNTRY command using (what-domain) from package mail-extr 
(shapr)
        * Fix for case-sensitivity problem with pals (they are now all 
downcased)
-       * Different (erc-version) function which now can take prefix argument 
to insert the version information into the current buffer, 
+       * Different (erc-version) function which now can take prefix argument 
to insert the version information into the current buffer,
          instead of just displaying it in the minibuffer.
 
 2001-09-10  Mario Lang  <address@hidden>
@@ -1055,4 +1055,3 @@
 ;; Local Variables:
 ;; coding: utf-8
 ;; End:
-

=== modified file 'lisp/erc/ChangeLog.03'
--- a/lisp/erc/ChangeLog.03     2011-01-25 04:08:28 +0000
+++ b/lisp/erc/ChangeLog.03     2011-11-14 20:23:26 +0000
@@ -323,7 +323,7 @@
 
        * erc.el 1.559 (erc-modules): Add some more symbols to the set
 
-       * erc.el 1.558 (erc-modules):   * erc.el 1.558 (erc-modules): Add 
:greedy t to the set in 
+       * erc.el 1.558 (erc-modules):   * erc.el 1.558 (erc-modules): Add 
:greedy t to the set in
 
        * erc-dcc.el 1.77:
        More autoloads which make dcc autoload upon ctcp dcc query received.
@@ -744,7 +744,7 @@
 
 2003-04-27  Damien Elmes  <address@hidden>
 
-       * erc.el 1.522: * erc.el 1.522: erc-modules: added 
+       * erc.el 1.522: * erc.el 1.522: erc-modules: added
 
 2003-04-27  Alex Schroeder  <address@hidden>
 
@@ -1232,7 +1232,7 @@
 
 2003-01-19  Mario Lang  <address@hidden>
 
-       * debian/README.Debian 1.6, debian/changelog 1.20, 
debian/scripts/install 1.11, 
+       * debian/README.Debian 1.6, debian/changelog 1.20, 
debian/scripts/install 1.11,
          debian/scripts/startup.erc 1.4, Makefile 1.13:
        Prepare for 20030119 debian package
 
@@ -1609,7 +1609,7 @@
        POS in any case, otherwise, linewrap occurs.
 
        * erc-dcc.el 1.56:
-       * Fixed the unibyte-multibyte problem (now a dcc get buffer is 
(set-buffer-multibyte nil), 
+       * Fixed the unibyte-multibyte problem (now a dcc get buffer is 
(set-buffer-multibyte nil),
          and saves correctly (tried with 21.3.50). Thanks to Eli for 
suggesting it!
        * Added :start-time plist property/value to GET handling so that we can 
calculate elapsed-time.
        * Some (unwind-protect (progn (set-buffer ...) ...)) constructs 
replaced with (with-current-buffer ...)
@@ -1691,12 +1691,12 @@
 
 2003-01-11  Mario Lang  <address@hidden>
 
-       * erc-dcc.el 1.48:      * erc-dcc.el 1.48: * (erc-dcc-do-LIST-command): 
Fix 
+       * erc-dcc.el 1.48:      * erc-dcc.el 1.48: * (erc-dcc-do-LIST-command): 
Fix
 
        * erc-dcc.el 1.47:
        * buffer-local variables erc-dcc-sent-marker and erc-dcc-send-confirmed 
marker removed
          Keep This info in erc-dcc-member :sent and :confirmed plist values
-       * :     * :buffer plist for :type 'SEND removed, since we can get this 
with (marker-buffer 
+       * :     * :buffer plist for :type 'SEND removed, since we can get this 
with (marker-buffer
        * erc-dcc-send-connect-hook: New hook, defaults to erc-dcc-send-block 
and erc-dcc-send-connected, which now prints a msg...
 
        * erc-dcc.el 1.46:
@@ -1985,7 +1985,7 @@
        (erc-server-PRIVMSG-or-NOTICE): Capitalized first word in message to 
user.
 
        * erc.el 1.409 (erc-scroll-to-bottom):
-       Temporarilly bind resize-mini-windows to nil so that
+       Temporarily bind resize-mini-windows to nil so that
            users who have it set to a non-nil value will not suffer from 
premature
            minibuffer shrinkage due to the below recenter call.  I have no 
idea why
            this works, but it solves the problem, and has no negative side 
effects.
@@ -2160,4 +2160,3 @@
 ;; Local Variables:
 ;; coding: utf-8
 ;; End:
-

=== modified file 'lisp/eshell/em-hist.el'
--- a/lisp/eshell/em-hist.el    2011-03-05 04:11:05 +0000
+++ b/lisp/eshell/em-hist.el    2011-11-14 20:23:26 +0000
@@ -609,7 +609,7 @@
                                           history))))
                 (setq index (1- index)))
               (let ((fhist (list t)))
-                ;; uniqify the list, but preserve the order
+                ;; uniquify the list, but preserve the order
                 (while history
                   (unless (member (car history) fhist)
                     (nconc fhist (list (car history))))

=== modified file 'lisp/files.el'
--- a/lisp/files.el     2011-11-10 02:17:45 +0000
+++ b/lisp/files.el     2011-11-14 20:23:26 +0000
@@ -2603,7 +2603,7 @@
                   (if (looking-at auto-mode-interpreter-regexp)
                       (match-string 2)
                     ""))
-           ;; Map interpreter name to a mode, signalling we're done at the
+           ;; Map interpreter name to a mode, signaling we're done at the
            ;; same time.
            done (assoc (file-name-nondirectory mode)
                        interpreter-mode-alist))
@@ -6500,7 +6500,7 @@
                                 (setq tries 0 success t))
                             (file-already-exists nil))
                     (setq tries (1- tries))
-                    ;; Uniqify new-fn.  (Some file managers do not
+                    ;; Uniquify new-fn.  (Some file managers do not
                     ;; like Emacs-style backup file names---e.g. bug
                     ;; 170956 in Konqueror bug tracker.)
                     (setq new-fn (make-temp-name (concat base-fn "_")))))

=== modified file 'lisp/gnus/gnus-uu.el'
--- a/lisp/gnus/gnus-uu.el      2011-09-28 09:03:55 +0000
+++ b/lisp/gnus/gnus-uu.el      2011-11-14 20:23:26 +0000
@@ -41,7 +41,7 @@
   :group 'gnus)
 
 (defgroup gnus-extract-view nil
-  "Viewwing extracted files."
+  "Viewing extracted files."
   :group 'gnus-extract)
 
 (defgroup gnus-extract-archive nil

=== modified file 'lisp/gnus/gnus-win.el'
--- a/lisp/gnus/gnus-win.el     2011-10-06 22:11:15 +0000
+++ b/lisp/gnus/gnus-win.el     2011-11-14 20:23:26 +0000
@@ -54,7 +54,7 @@
   :type 'boolean)
 
 (defcustom gnus-use-frames-on-any-display nil
-  "*If non-nil, frames on all displays will be considered useable by Gnus.
+  "*If non-nil, frames on all displays will be considered usable by Gnus.
 When nil, only frames on the same display as the selected frame will be
 used to display Gnus windows."
   :version "22.1"

=== modified file 'lisp/info.el'
--- a/lisp/info.el      2011-10-24 05:47:05 +0000
+++ b/lisp/info.el      2011-11-14 20:23:26 +0000
@@ -3328,7 +3328,7 @@
        (Info-directory)
        ;; current-node and current-file are nil when they invoke info-apropos
        ;; as the first Info command, i.e. info-apropos loads info.el.  In that
-       ;; case, we use (DIR)Top instead, to avoid signalling an error after
+       ;; case, we use (DIR)Top instead, to avoid signaling an error after
        ;; the search is complete.
        (when (null current-node)
          (setq current-file Info-current-file)

=== modified file 'lisp/language/vietnamese.el'
--- a/lisp/language/vietnamese.el       2011-01-26 08:36:39 +0000
+++ b/lisp/language/vietnamese.el       2011-11-14 20:23:26 +0000
@@ -28,7 +28,7 @@
 
 ;;; Commentary:
 
-;; For Vietnames, the character sets VISCII, VSCII and TCVN-5712 are
+;; For Vietnamese, the character sets VISCII, VSCII and TCVN-5712 are
 ;; supported.
 
 ;;; Code:

=== modified file 'lisp/mail/rmail.el'
--- a/lisp/mail/rmail.el        2011-11-14 17:45:14 +0000
+++ b/lisp/mail/rmail.el        2011-11-14 20:23:26 +0000
@@ -2071,7 +2071,7 @@
 (defun rmail-add-mbox-headers ()
   "Validate the RFC2822 format for the new messages.
 Point should be at the first new message.
-An error is signalled if the new messages are not RFC2822
+An error is signaled if the new messages are not RFC2822
 compliant.
 Unless an Rmail attribute header already exists, add it to the
 new messages.  Return the number of new messages."
@@ -2440,7 +2440,7 @@
        ;; the entry for message N+1, which marks
        ;; the end of message N.  (N = number of messages).
        (setq messages-head (list (point-marker)))
-       (setq messages-after-point 
+       (setq messages-after-point
              (or (rmail-set-message-counters-counter (min (point) point-save))
                  0))
 
@@ -3096,7 +3096,7 @@
     ;; correspond to the lines in the inbox file.
     (goto-char (point-min))
     (if header-field
-       (progn 
+       (progn
          (re-search-forward (concat "^" (regexp-quote header-field)) nil t)
          (forward-line line-number-within))
       (search-forward "\n\n" nil t)

=== modified file 'lisp/mail/rmailmm.el'
--- a/lisp/mail/rmailmm.el      2011-09-09 08:59:51 +0000
+++ b/lisp/mail/rmailmm.el      2011-11-14 20:23:26 +0000
@@ -882,7 +882,7 @@
             ;; We're handling what's left of a truncated message.
             (setq next (point-max-marker)))
            (t
-            ;; The original code signalled an error as below, but
+            ;; The original code signaled an error as below, but
             ;; this line may be a boundary of nested multipart.  So,
             ;; we just set `next' to nil to skip this line
             ;; (rmail-mm-get-boundary-error-message

=== modified file 'lisp/mpc.el'
--- a/lisp/mpc.el       2011-10-14 18:37:53 +0000
+++ b/lisp/mpc.el       2011-11-14 20:23:26 +0000
@@ -2358,7 +2358,7 @@
         (let* ((currenttime (float-time))
                (last-time (- currenttime (car mpc-last-seek-time))))
           (if (< last-time (* 0.9 repeat-delay))
-              nil ;; Trottle
+              nil ;; Throttle
             (let* ((status (if (< last-time 1.0)
                                mpc-status (mpc-cmd-status)))
                    (songid (cdr (assq 'songid status)))

=== modified file 'lisp/net/snmp-mode.el'
--- a/lisp/net/snmp-mode.el     2011-01-25 04:08:28 +0000
+++ b/lisp/net/snmp-mode.el     2011-11-14 20:23:26 +0000
@@ -676,7 +676,7 @@
 ;; v2 SMI TEXTUAL-CONVENTION macro template
 ;;
 (tempo-define-template "snmpv2-textual-convention"
-  '(> (P "Texual Convention Type: ") " ::= TEXTUAL-CONVENTION" n>
+  '(> (P "Textual Convention Type: ") " ::= TEXTUAL-CONVENTION" n>
     "STATUS  "
     (if tempo-interactive
         (snmp-completing-read "Status: " snmp-mode-status-list nil t)

=== modified file 'lisp/net/soap-client.el'
--- a/lisp/net/soap-client.el   2011-11-13 07:48:23 +0000
+++ b/lisp/net/soap-client.el   2011-11-14 20:23:26 +0000
@@ -373,7 +373,7 @@
 
 (defstruct (soap-sequence-type (:include soap-element))
   parent                                ; OPTIONAL WSDL-TYPE name
-  elements                              ; LIST of SOAP-SEQUCENCE-ELEMENT
+  elements                              ; LIST of SOAP-SEQUENCE-ELEMENT
   )
 
 (defstruct (soap-array-type (:include soap-element))

=== modified file 'lisp/net/xesam.el'
--- a/lisp/net/xesam.el 2011-10-20 00:26:14 +0000
+++ b/lisp/net/xesam.el 2011-11-14 20:23:26 +0000
@@ -409,7 +409,7 @@
        (setq vendor-id (xesam-get-property engine "vendor.id")
              hit-fields (xesam-get-property engine "hit.fields"))
 
-       ;; Ususally, `hit.fields' shall describe supported fields.
+       ;; Usually, `hit.fields' shall describe supported fields.
        ;; That is not the case now, so we set it ourselves.
        ;; Hopefully, this will change later.
        (setq hit-fields

=== modified file 'lisp/net/zeroconf.el'
--- a/lisp/net/zeroconf.el      2011-01-25 04:08:28 +0000
+++ b/lisp/net/zeroconf.el      2011-11-14 20:23:26 +0000
@@ -486,7 +486,7 @@
   (nth 9 (zeroconf-resolve-service service)))
 
 
-;;; Services signalling.
+;;; Services signaling.
 
 ;; Register for the service type browser.  Service registrations will
 ;; happen in `zeroconf-service-type-browser-handler', when there is an

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2011-11-11 23:34:43 +0000
+++ b/lisp/org/ChangeLog        2011-11-14 20:23:26 +0000
@@ -5020,7 +5020,7 @@
        with code implementing the writing of graohical output to file.
        (org-babel-execute:R): Use `org-babel-R-graphical-output-file' to
        determine whether R is taking responsibility for writing output to
-       file; if so, this is signalled to ob.el by returning a nil result.
+       file; if so, this is signaled to ob.el by returning a nil result.
 
 2011-07-28  Dan Davison  <address@hidden>
 
@@ -18037,4 +18037,3 @@
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-

=== modified file 'lisp/org/org-list.el'
--- a/lisp/org/org-list.el      2011-11-11 23:17:16 +0000
+++ b/lisp/org/org-list.el      2011-11-14 20:23:26 +0000
@@ -2642,7 +2642,7 @@
 (defvar org-tab-ind-state)
 (defun org-cycle-item-indentation ()
   "Cycle levels of indentation of an empty item.
-The first run indents the item, if applicable.  Subsequents runs
+The first run indents the item, if applicable.  Subsequent runs
 outdent it at meaningful levels in the list.  When done, item is
 put back at its original position with its original bullet.
 

=== modified file 'lisp/org/org.el'
--- a/lisp/org/org.el   2011-09-27 16:46:17 +0000
+++ b/lisp/org/org.el   2011-11-14 20:23:26 +0000
@@ -2681,7 +2681,7 @@
 you specify dates outside the 1970-2037 range, so it is certain that
 these dates will work in whatever version of Emacs you are
 running, and also that you can move a file from one Emacs implementation
-to another.  WHenever Org is forcing the year for you, it will display
+to another.  Whenever Org is forcing the year for you, it will display
 a message and beep.
 
 When this variable is nil, Org will check if the date is

=== modified file 'lisp/progmodes/cc-cmds.el'
--- a/lisp/progmodes/cc-cmds.el 2011-10-28 14:34:39 +0000
+++ b/lisp/progmodes/cc-cmds.el 2011-11-14 20:23:26 +0000
@@ -2969,7 +2969,7 @@
 move backward across a preprocessor conditional.
 
 If there aren't enough conditionals after \(or before) point, an
-error is signalled.
+error is signaled.
 
 \"#elif\" is treated like \"#else\" followed by \"#if\", except that
 the nesting level isn't changed when tracking subconditionals.
@@ -4094,7 +4094,7 @@
 ;                  (or (<= (- (cdr c-lit-limits) 2) (point))
 ; 2010-10-17  Construct removed.
 ;                  (or (< (- (cdr c-lit-limits) 2) (point))
-                   (and 
+                   (and
                     (search-forward-regexp
                      (concat "\\=[ \t]*\\(" c-current-comment-prefix "\\)")
                      (- (cdr c-lit-limits) 2) t)

=== modified file 'lisp/progmodes/cc-defs.el'
--- a/lisp/progmodes/cc-defs.el 2011-10-28 16:16:02 +0000
+++ b/lisp/progmodes/cc-defs.el 2011-11-14 20:23:26 +0000
@@ -555,7 +555,7 @@
   `(c-forward-sexp ,(if (numberp count) (- count) `(- ,count))))
 
 (defmacro c-safe-scan-lists (from count depth &optional limit)
-  "Like `scan-lists' but returns nil instead of signalling errors
+  "Like `scan-lists' but returns nil instead of signaling errors
 for unbalanced parens.
 
 A limit for the search may be given.  FROM is assumed to be on the
@@ -760,7 +760,7 @@
 ;; non-nil if point (or the optional parameter POS) is at a VS, nil otherwise.
 ;;
 ;; The language specific function might well do extensive analysis of the
-;; source text, and may use a cacheing scheme to speed up repeated calls.
+;; source text, and may use a caching scheme to speed up repeated calls.
 ;;
 ;; The "virtual semicolon" lies just after the last non-ws token on the line.
 ;; Like POINT, it is considered to lie between two characters.  For example,
@@ -784,7 +784,7 @@
 ;; `c-beginning-of-statement-1'.  `c-vsemi-status-unknown-p' may not itself
 ;; call `c-beginning-of-statement-1'.
 ;;
-;; The macro `c-vsemi-status-unknown-p' will typically check the cacheing
+;; The macro `c-vsemi-status-unknown-p' will typically check the caching
 ;; scheme used by the `c-at-vsemi-p-fn', hence the name - the status is
 ;; "unknown" if there is no cache entry current for the line.
 
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

=== modified file 'lisp/progmodes/gdb-mi.el'
--- a/lisp/progmodes/gdb-mi.el  2011-11-09 06:10:51 +0000
+++ b/lisp/progmodes/gdb-mi.el  2011-11-14 20:23:26 +0000
@@ -350,7 +350,7 @@
 
 This setting is used in non-stop mode only. In all-stop mode,
 Emacs always switches to the thread which caused the stop."
-  ;; exited, exited-normally and exited-signalled are not
+  ;; exited, exited-normally and exited-signaled are not
   ;; thread-specific stop reasons and therefore are not included in
   ;; this list
   :type '(choice

=== modified file 'lisp/progmodes/idlwave.el'
--- a/lisp/progmodes/idlwave.el 2011-11-11 10:04:08 +0000
+++ b/lisp/progmodes/idlwave.el 2011-11-14 20:23:26 +0000
@@ -7206,7 +7206,7 @@
 ;;----------------------------------------------------------------------
 
 ;;; ------------------------------------------------------------------------
-;;; Stucture parsing code, and code to manage class info
+;;; Structure parsing code, and code to manage class info
 
 ;;
 ;; - Go again over the documentation how to write a completion

=== modified file 'lisp/progmodes/verilog-mode.el'
--- a/lisp/progmodes/verilog-mode.el    2011-06-24 12:13:35 +0000
+++ b/lisp/progmodes/verilog-mode.el    2011-11-14 20:23:26 +0000
@@ -2709,7 +2709,7 @@
        (remove-text-properties (point-min) (point-max) '(v-cmt nil))
        (verilog-scan-region (point-min) (point-max))
        (setq verilog-scan-cache-tick (buffer-chars-modified-tick))
-       (when verilog-debug (message "Scaning... done"))))))
+       (when verilog-debug (message "Scanning... done"))))))
 
 (defun verilog-inside-comment-p ()
   "Check if point inside a comment.
@@ -11958,7 +11958,7 @@
     (mouse-set-point event)
     (verilog-load-file-at-point t)))
 
-;; ffap isn't useable for Verilog mode. It uses library paths.
+;; ffap isn't usable for Verilog mode. It uses library paths.
 ;; so define this function to do more or less the same as ffap
 ;; but first resolve filename...
 (defun verilog-load-file-at-point (&optional warn)

=== modified file 'lisp/view.el'
--- a/lisp/view.el      2011-10-19 12:54:24 +0000
+++ b/lisp/view.el      2011-11-14 20:23:26 +0000
@@ -925,7 +925,7 @@
 
 (defun view-search (times regexp)
   ;; This function does the job for all the View-search- commands.
-  ;; Search for the TIMESt match for REGEXP.  If TIMES is negative
+  ;; Search for the TIMESth match for REGEXP.  If TIMES is negative
   ;; search backwards.  If REGEXP is nil use `view-last-regexp'.
   ;; Characters "!" and "@" have a special meaning at the beginning of
   ;; REGEXP and are removed from REGEXP before the search "!" means

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2011-11-12 09:55:50 +0000
+++ b/lisp/window.el    2011-11-14 20:23:26 +0000
@@ -5409,7 +5409,7 @@
 ;;; of buffer).
 
 (defcustom scroll-error-top-bottom nil
-  "Move point to top/bottom of buffer before signalling a scrolling error.
+  "Move point to top/bottom of buffer before signaling a scrolling error.
 A value of nil means just signal an error if no more scrolling possible.
 A value of t means point moves to the beginning or the end of the buffer
 \(depending on scrolling direction) when no more scrolling possible.

=== modified file 'lisp/woman.el'
--- a/lisp/woman.el     2011-11-09 06:10:51 +0000
+++ b/lisp/woman.el     2011-11-14 20:23:26 +0000
@@ -1439,7 +1439,7 @@
          (push (woman-topic-all-completions-1 dir path-index)
                files))
       (setq path-index (1+ path-index)))
-    ;; Uniquefy topics:
+    ;; Uniquify topics:
     ;; Concatenate all lists with a single nconc call to
     ;; avoid retraversing the first lists repeatedly  -- dak
     (woman-topic-all-completions-merge

=== modified file 'src/ChangeLog.1'
--- a/src/ChangeLog.1   2011-01-25 04:08:28 +0000
+++ b/src/ChangeLog.1   2011-11-14 20:23:26 +0000
@@ -2375,7 +2375,7 @@
        Often, just return what it returned.
        `error' still never returns to its caller.
 
-       * Signalling Qargs_out_of_range:
+       * Signaling Qargs_out_of_range:
        Use new functions args_out_of_range and args_out_of_range_3
        (in data.c) to do this.
 
@@ -3537,4 +3537,3 @@
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-

=== modified file 'src/ChangeLog.10'
--- a/src/ChangeLog.10  2011-02-28 01:07:29 +0000
+++ b/src/ChangeLog.10  2011-11-14 20:23:26 +0000
@@ -5133,7 +5133,7 @@
        it can be called in a signal handler.
        (x_catch_errors_unwind): Function deleted.
        (x_uncatch_errors): Deallocate last x_error_message_stack struct.
-       (x_check_errors): Call x_uncatch_errors before signalling error.
+       (x_check_errors): Call x_uncatch_errors before signaling error.
 
        (x_load_font, x_term_init, XTmouse_position, handle_one_xevent)
        (x_connection_closed, x_list_fonts): Use new versions of
@@ -27928,4 +27928,3 @@
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-

=== modified file 'src/ChangeLog.11'
--- a/src/ChangeLog.11  2011-11-11 23:17:16 +0000
+++ b/src/ChangeLog.11  2011-11-14 20:23:26 +0000
@@ -11972,7 +11972,7 @@
 
        * image.c (xbm_read_bitmap_data): New arg inhibit_image_error.
        (xbm_load_image): Caller changed.
-       (xbm_file_p): Avoid signalling an image_error (Bug#4107).
+       (xbm_file_p): Avoid signaling an image_error (Bug#4107).
 
 2009-08-13  Nick Roberts  <address@hidden>
 
@@ -16658,7 +16658,7 @@
 2008-08-20  Chong Yidong  <address@hidden>
 
        * xselect.c (x_get_foreign_selection): Return nil if desired
-       selection could not be obtained, instead of signalling an error.
+       selection could not be obtained, instead of signaling an error.
 
 2008-08-20  David Reitter  <address@hidden>
 

=== modified file 'src/ChangeLog.2'
--- a/src/ChangeLog.2   2011-01-25 04:08:28 +0000
+++ b/src/ChangeLog.2   2011-11-14 20:23:26 +0000
@@ -1222,7 +1222,7 @@
 1987-07-10  Chris Hanson  (address@hidden)
 
        * xterm.h: Define macros to abstract control of input signals.
-       Alternate set of macros for hp-ux does no signalling.
+       Alternate set of macros for hp-ux does no signaling.
 
        * xterm.c:
        * xfns.c:
@@ -4787,4 +4787,3 @@
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-

=== modified file 'src/ChangeLog.3'
--- a/src/ChangeLog.3   2011-11-11 23:34:43 +0000
+++ b/src/ChangeLog.3   2011-11-14 20:23:26 +0000
@@ -900,9 +900,9 @@
        invalid overlay.
        (syms_of_buffer): defsubr Soverlayp; initialize Qoverlayp.
        (Fdelete_overlay): Set the overlay's markers to point nowhere.
-       Use CHECK_OVERLAY instead of signalling a special error.
+       Use CHECK_OVERLAY instead of signaling a special error.
        (Fmove_overlay, Foverlay_put): Use CHECK_OVERLAY instead of
-       signalling a special error.
+       signaling a special error.
        (Foverlay_get): Use CHECK_OVERLAY.
        * fns.c (internal_equal): Define this for overlays.
        * buffer.h (OVERLAY_VALID): Define in terms of OVERLAYP.
@@ -5549,7 +5549,7 @@
        h->poll_suppress_count.
 
        * eval.c (Fsignal): It's okay for the debugger to return to the
-       caller if the caller was signalling a quit.
+       caller if the caller was signaling a quit.
 
        * eval.c (unbind_catch): Restore the polling suppression count
        here, instead of in Fsignal and Fthrow.
@@ -10592,7 +10592,7 @@
        (init_x_parm_symbols, x_set_screen_param): Use x_screen_parms
        instead of a large switch statement.
        (x_figure_window_size): Make the default case of the switch call
-       abort instead of signalling an error, since window_prompting's
+       abort instead of signaling an error, since window_prompting's
        value is internally generated.
 
 1991-05-01  Jim Blandy  (address@hidden)
@@ -14884,7 +14884,7 @@
 
 1989-08-07  Richard Stallman  (address@hidden)
 
-       * fileio.c (barf_or_query_if_file_exists): When signalling,
+       * fileio.c (barf_or_query_if_file_exists): When signaling,
        provide the expected args for a file-error.
 
 1989-08-06  Richard Stallman  (address@hidden)

=== modified file 'src/ChangeLog.8'
--- a/src/ChangeLog.8   2011-11-11 23:17:16 +0000
+++ b/src/ChangeLog.8   2011-11-14 20:23:26 +0000
@@ -919,7 +919,7 @@
 1999-11-28  Eli Zaretskii  <address@hidden>
 
        * charset.c (Fmake_char_internal): Print the charset ID when
-       signalling an error.
+       signaling an error.
 
        * emacs.c (synchronize_locale): Avoid compiler warnings about
        pointer type mismatch.
@@ -7367,7 +7367,7 @@
 
        * xfaces.c (free_font): Removed.
        (load_face_font_or_fontset): Renamed from load_font.
-       (load_face_font_or_fontset): Use message2 instead of signalling.
+       (load_face_font_or_fontset): Use message2 instead of signaling.
        (load_color): Likewise.
        (load_pixmap): Likewise.
 

=== modified file 'src/bytecode.c'
--- a/src/bytecode.c    2011-06-24 21:25:22 +0000
+++ b/src/bytecode.c    2011-11-14 20:23:26 +0000
@@ -271,7 +271,7 @@
 /* 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 analoguous to
+   done.  Signaling an error truncates the list analoguous to
    gcprolist.  */
 
 struct byte_stack *byte_stack_list;

=== modified file 'src/character.c'
--- a/src/character.c   2011-08-05 02:15:35 +0000
+++ b/src/character.c   2011-11-14 20:23:26 +0000
@@ -969,7 +969,7 @@
 non-nil, is an index of a target character in the string.
 
 If the current buffer (or STRING) is multibyte, and the target
-character is not ASCII nor 8-bit character, an error is signalled.  */)
+character is not ASCII nor 8-bit character, an error is signaled.  */)
   (Lisp_Object position, Lisp_Object string)
 {
   int c;

=== modified file 'src/data.c'
--- a/src/data.c        2011-07-14 20:40:35 +0000
+++ b/src/data.c        2011-11-14 20:23:26 +0000
@@ -2028,7 +2028,7 @@
 If OBJECT is not a symbol, just return it.  Otherwise, follow all
 function indirections to find the final function binding and return it.
 If the final symbol in the chain is unbound, signal a void-function error.
-Optional arg NOERROR non-nil means to return nil instead of signalling.
+Optional arg NOERROR non-nil means to return nil instead of signaling.
 Signal a cyclic-function-indirection error if there is a loop in the
 function chain of symbols.  */)
   (register Lisp_Object object, Lisp_Object noerror)

=== modified file 'src/regex.h'
--- a/src/regex.h       2011-04-16 18:26:30 +0000
+++ b/src/regex.h       2011-11-14 20:23:26 +0000
@@ -415,7 +415,7 @@
 typedef struct re_pattern_buffer regex_t;
 
 /* Type for byte offsets within the string.  POSIX mandates this to be an int,
-   but the Open Group has signalled its intention to change the requirement to
+   but the Open Group has signaled its intention to change the requirement to
    be that regoff_t be at least as wide as ptrdiff_t and ssize_t.  Current
    gnulib sources also use ssize_t, and we need this for supporting buffers and
    strings > 2GB on 64-bit hosts.  */

=== modified file 'src/s/msdos.h'
--- a/src/s/msdos.h     2011-02-26 12:55:10 +0000
+++ b/src/s/msdos.h     2011-11-14 20:23:26 +0000
@@ -119,7 +119,7 @@
 #ifdef HAVE_X_WINDOWS
 /* We need a little extra space, see ../../lisp/loadup.el and the
    commentary below, in the non-X branch.  The 140KB number was
-   measured on GNU/Linux and on MS-WIndows.  */
+   measured on GNU/Linux and on MS-Windows.  */
 #define SYSTEM_PURESIZE_EXTRA (-170000+140000)
 #else
 /* We need a little extra space, see ../../lisp/loadup.el.
@@ -138,4 +138,3 @@
    registers relevant for conservative garbage collection in the jmp_buf.  */
 #define GC_SETJMP_WORKS 1
 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
-

=== modified file 'src/window.c'
--- a/src/window.c      2011-11-12 09:55:50 +0000
+++ b/src/window.c      2011-11-14 20:23:26 +0000
@@ -2344,7 +2344,7 @@
 others.
 
 If WINDOW is not on the list of windows returned, some other window will
-be listed first but no error is signalled.  */)
+be listed first but no error is signaled.  */)
   (Lisp_Object window, Lisp_Object minibuf, Lisp_Object all_frames)
 {
   return window_list_1 (window, minibuf, all_frames);

=== modified file 'src/xdisp.c'
--- a/src/xdisp.c       2011-11-14 20:15:38 +0000
+++ b/src/xdisp.c       2011-11-14 20:23:26 +0000
@@ -23627,7 +23627,7 @@
     {
       width = it->last_visible_x - it->current_x;
 #ifdef HAVE_WINDOW_SYSTEM
-      /* Subtact one more pixel from the stretch width, but only on
+      /* Subtract one more pixel from the stretch width, but only on
         GUI frames, since on a TTY each glyph is one "pixel" wide.  */
       width -= FRAME_WINDOW_P (it->f);
 #endif

=== modified file 'test/automated/ert-tests.el'
--- a/test/automated/ert-tests.el       2011-03-03 09:01:51 +0000
+++ b/test/automated/ert-tests.el       2011-11-14 20:23:26 +0000
@@ -228,7 +228,7 @@
                   :form (error "Foo")
                   :condition (error "Foo")
                   :fail-reason
-                  "the error signalled did not have the expected type"))))))
+                  "the error signaled did not have the expected type"))))))
   ;; Error of the expected type.
   (let* ((error nil)
          (test (make-ert-test
@@ -258,7 +258,7 @@
                   :form (signal arith-error nil)
                   :condition (arith-error)
                   :fail-reason
-                  "the error signalled did not have the expected type"))))))
+                  "the error signaled did not have the expected type"))))))
   (let ((test (make-ert-test
                :body (lambda ()
                        (should-error (signal 'arith-error nil)
@@ -275,7 +275,7 @@
                   :form (signal arith-error nil)
                   :condition (arith-error)
                   :fail-reason
-                  "the error signalled did not have the expected type"))))))
+                  "the error signaled did not have the expected type"))))))
   (let ((test (make-ert-test
                :body (lambda ()
                        (should-error (signal 'singularity-error nil)
@@ -292,7 +292,7 @@
                   :form (signal singularity-error nil)
                   :condition (singularity-error)
                   :fail-reason
-                  "the error signalled was a subtype of the expected type")))))
+                  "the error signaled was a subtype of the expected type")))))
     ))
 
 (defmacro ert--test-my-list (&rest args)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]