emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108002: Spelling fixes.
Date: Sun, 22 Apr 2012 22:44:49 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108002
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2012-04-22 22:44:49 -0700
message:
  Spelling fixes.
modified:
  doc/misc/dbus.texi
  lisp/abbrev.el
  lisp/net/dbus.el
  src/alloc.c
  src/keyboard.c
  src/term.c
=== modified file 'doc/misc/dbus.texi'
--- a/doc/misc/dbus.texi        2012-04-22 14:11:43 +0000
+++ b/doc/misc/dbus.texi        2012-04-23 05:44:49 +0000
@@ -1707,7 +1707,7 @@
 @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

=== modified file 'lisp/abbrev.el'
--- a/lisp/abbrev.el    2012-04-18 16:43:23 +0000
+++ b/lisp/abbrev.el    2012-04-23 05:44:49 +0000
@@ -135,7 +135,7 @@
              (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))

=== modified file 'lisp/net/dbus.el'
--- a/lisp/net/dbus.el  2012-04-22 14:11:43 +0000
+++ b/lisp/net/dbus.el  2012-04-23 05:44:49 +0000
@@ -564,7 +564,7 @@
 `: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

=== modified file 'src/alloc.c'
--- a/src/alloc.c       2012-04-22 07:50:17 +0000
+++ b/src/alloc.c       2012-04-23 05:44:49 +0000
@@ -5838,7 +5838,7 @@
 }
 
 /* Mark the Lisp pointers in the terminal objects.
-   Called by the Fgarbage_collector.  */
+   Called by Fgarbage_collect.  */
 
 static void
 mark_terminals (void)

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2012-04-23 04:08:51 +0000
+++ b/src/keyboard.c    2012-04-23 05:44:49 +0000
@@ -12393,7 +12393,7 @@
 }
 
 /* Mark the pointers in the kboard objects.
-   Called by the Fgarbage_collector.  */
+   Called by Fgarbage_collect.  */
 void
 mark_kboards (void)
 {

=== modified file 'src/term.c'
--- a/src/term.c        2012-01-19 07:21:25 +0000
+++ b/src/term.c        2012-04-23 05:44:49 +0000
@@ -3601,7 +3601,7 @@
 
 
 /* Mark the pointers in the tty_display_info objects.
-   Called by the Fgarbage_collector.  */
+   Called by Fgarbage_collect.  */
 
 void
 mark_ttys (void)


reply via email to

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