summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-27 02:14:52 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-27 02:14:52 +0000
commit04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (patch)
treeffeae66e55a3c7757fac38c639292dce799c6fa7 /lisp
parent5618fbd2c79e982d717eaaec749eeb16382ddc04 (diff)
American English spelling fix.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.122
-rw-r--r--lisp/ChangeLog.132
-rw-r--r--lisp/ChangeLog.52
-rw-r--r--lisp/ChangeLog.92
-rw-r--r--lisp/kmacro.el2
-rw-r--r--lisp/mwheel.el2
-rw-r--r--lisp/net/tramp.el2
-rw-r--r--lisp/nxml/rng-valid.el2
-rw-r--r--lisp/subr.el2
-rw-r--r--lisp/url/url-gw.el5
10 files changed, 12 insertions, 11 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12
index 53feb90c0d..1ab643c9ff 100644
--- a/lisp/ChangeLog.12
+++ b/lisp/ChangeLog.12
@@ -12372,7 +12372,7 @@
(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>
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13
index 9bcf436c73..43ccb0b4ff 100644
--- a/lisp/ChangeLog.13
+++ b/lisp/ChangeLog.13
@@ -4554,7 +4554,7 @@
* 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}.
diff --git a/lisp/ChangeLog.5 b/lisp/ChangeLog.5
index b795bfc491..ee88e5b073 100644
--- a/lisp/ChangeLog.5
+++ b/lisp/ChangeLog.5
@@ -291,7 +291,7 @@
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.
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index e752a2c308..7134dcbb6b 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -9989,7 +9989,7 @@
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>
diff --git a/lisp/kmacro.el b/lisp/kmacro.el
index e9b2676acf..1abe3178cc 100644
--- a/lisp/kmacro.el
+++ b/lisp/kmacro.el
@@ -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
diff --git a/lisp/mwheel.el b/lisp/mwheel.el
index 7e38b2e843..75d6a44ccb 100644
--- a/lisp/mwheel.el
+++ b/lisp/mwheel.el
@@ -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
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 5918db6df4..6dd76abc61 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -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
diff --git a/lisp/nxml/rng-valid.el b/lisp/nxml/rng-valid.el
index 74e18cde5b..eac8172b2b 100644
--- a/lisp/nxml/rng-valid.el
+++ b/lisp/nxml/rng-valid.el
@@ -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
diff --git a/lisp/subr.el b/lisp/subr.el
index 8c9491a719..b673980510 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -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
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el
index 17f7b77b17..e5021bec52 100644
--- a/lisp/url/url-gw.el
+++ b/lisp/url/url-gw.el
@@ -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))