From: Paul Eggert Date: Mon, 23 Apr 2012 05:44:49 +0000 (-0700) Subject: Spelling fixes. X-Git-Tag: emacs-24.2.90~471^2~305 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0ba2624f7dd2253853c6caf4fbfdc272822de3e3;p=emacs.git Spelling fixes. --- 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)