summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-04-22 22:44:49 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-04-22 22:44:49 -0700
commit0ba2624f7dd2253853c6caf4fbfdc272822de3e3 (patch)
tree8d5cd8ebc6df0c06f0429f9754b382baab18dd28
parenta74e8e38b9829bf5a5075fbe637e463c5be6114c (diff)
downloademacs-0ba2624f7dd2253853c6caf4fbfdc272822de3e3.tar.gz
Spelling fixes.
-rw-r--r--doc/misc/dbus.texi2
-rw-r--r--lisp/abbrev.el2
-rw-r--r--lisp/net/dbus.el2
-rw-r--r--src/alloc.c2
-rw-r--r--src/keyboard.c2
-rw-r--r--src/term.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/misc/dbus.texi b/doc/misc/dbus.texi
index e99e20b9aa0..865e99a3aa6 100644
--- a/doc/misc/dbus.texi
+++ b/doc/misc/dbus.texi
@@ -1707,7 +1707,7 @@ is as follows:
@code{:pathN} @var{string}:@*
This stands for the Nth argument of the signal. @code{:pathN}
arguments can be used for object path wildcard matches as specified by
-D-Bus, whilest an @code{:argN} argument requires an exact match.
+D-Bus, while an @code{:argN} argument requires an exact match.
@item @code{:arg-namespace} @var{string}:@*
Register for the signals, which first argument defines the service or
diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index 7f54d3dc253..9b82b3bc893 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -135,7 +135,7 @@ Otherwise display all abbrevs."
(insert-abbrev-table-description table t)))
(dolist (table (nreverse empty-tables))
(insert-abbrev-table-description table t)))
- ;; Note: `list-abbrevs' can dispaly only local abbrevs, in
+ ;; Note: `list-abbrevs' can display only local abbrevs, in
;; which case editing could lose abbrevs of other tables. Thus
;; enter `edit-abbrevs-mode' only if LOCAL is nil.
(edit-abbrevs-mode))
diff --git a/lisp/net/dbus.el b/lisp/net/dbus.el
index ee2bdecb1ac..d845a4932e2 100644
--- a/lisp/net/dbus.el
+++ b/lisp/net/dbus.el
@@ -564,7 +564,7 @@ The meaning is as follows:
`:argN' STRING:
`:pathN' STRING: This stands for the Nth argument of the
signal. `:pathN' arguments can be used for object path wildcard
-matches as specified by D-Bus, whilest an `:argN' argument
+matches as specified by D-Bus, while an `:argN' argument
requires an exact match.
`:arg-namespace' STRING: Register for the signals, which first
diff --git a/src/alloc.c b/src/alloc.c
index 6c9af7b71fa..a120ce9b61f 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5838,7 +5838,7 @@ mark_buffer (Lisp_Object buf)
}
/* Mark the Lisp pointers in the terminal objects.
- Called by the Fgarbage_collector. */
+ Called by Fgarbage_collect. */
static void
mark_terminals (void)
diff --git a/src/keyboard.c b/src/keyboard.c
index 6fa0e4afc3f..614746e35b2 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -12393,7 +12393,7 @@ keys_of_keyboard (void)
}
/* Mark the pointers in the kboard objects.
- Called by the Fgarbage_collector. */
+ Called by Fgarbage_collect. */
void
mark_kboards (void)
{
diff --git a/src/term.c b/src/term.c
index 53458c559dd..ce300f9442a 100644
--- a/src/term.c
+++ b/src/term.c
@@ -3601,7 +3601,7 @@ delete_tty (struct terminal *terminal)
/* Mark the pointers in the tty_display_info objects.
- Called by the Fgarbage_collector. */
+ Called by Fgarbage_collect. */
void
mark_ttys (void)