emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106520: Spelling fixes.
Date: Sat, 26 Nov 2011 00:26:37 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106520
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2011-11-26 00:26:37 -0800
message:
  Spelling fixes.
modified:
  etc/themes/deeper-blue-theme.el
  etc/themes/light-blue-theme.el
  lib-src/ChangeLog
  lisp/emulation/viper-macs.el
  lisp/gnus/gnus-start.el
  lisp/ldefs-boot.el
  lisp/net/dbus.el
  lisp/progmodes/ada-xref.el
  lisp/progmodes/make-mode.el
  lisp/progmodes/prolog.el
  lisp/tutorial.el
  nt/ChangeLog
  src/ChangeLog.8
=== modified file 'etc/themes/deeper-blue-theme.el'
--- a/etc/themes/deeper-blue-theme.el   2011-10-18 06:17:05 +0000
+++ b/etc/themes/deeper-blue-theme.el   2011-11-26 08:26:37 +0000
@@ -22,7 +22,7 @@
 ;;; Code:
 
 (deftheme deeper-blue
-  "Face colors using a deep blue backgound.")
+  "Face colors using a deep blue background.")
 
 (let ((class '((class color) (min-colors 89))))
   (custom-theme-set-faces

=== modified file 'etc/themes/light-blue-theme.el'
--- a/etc/themes/light-blue-theme.el    2011-06-14 05:06:26 +0000
+++ b/etc/themes/light-blue-theme.el    2011-11-26 08:26:37 +0000
@@ -26,7 +26,7 @@
 ;;; Code:
 
 (deftheme light-blue
-  "Face colors utilizing a light blue backgound.")
+  "Face colors utilizing a light blue background.")
 
 (let ((class '((class color) (min-colors 89))))
   (custom-theme-set-faces

=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-11-24 07:32:40 +0000
+++ b/lib-src/ChangeLog 2011-11-26 08:26:37 +0000
@@ -4271,7 +4271,7 @@
 
 1998-12-08  Geoff Voelker  <address@hidden>
 
-       * makefile.nt: Do string comparision of _NMAKE_VER.
+       * makefile.nt: Do string comparison of _NMAKE_VER.
 
 1998-11-03  Theodore Jump  <address@hidden>
 

=== modified file 'lisp/emulation/viper-macs.el'
--- a/lisp/emulation/viper-macs.el      2011-01-25 04:08:28 +0000
+++ b/lisp/emulation/viper-macs.el      2011-11-26 08:26:37 +0000
@@ -319,7 +319,7 @@
 
 ;; Accepts as macro names: strings and vectors.
 ;; strings must be strings of characters; vectors must be vectors of keys
-;; in canonic form.  The canonic form is essentially the form used in XEmacs
+;; in canonical form, which is essentially the form used in XEmacs.
 ;; More general definitions are inherited by more specific scopes:
 ;; global->major mode->buffer. More specific definitions override more general
 (defun viper-record-kbd-macro (macro-name state macro-body &optional scope)

=== modified file 'lisp/gnus/gnus-start.el'
--- a/lisp/gnus/gnus-start.el   2011-11-14 23:59:56 +0000
+++ b/lisp/gnus/gnus-start.el   2011-11-26 08:26:37 +0000
@@ -2533,7 +2533,7 @@
        ((or (eq symbol options-symbol)
            (eq symbol Options-symbol))
        (setq gnus-newsrc-options
-             ;; This concating is quite inefficient, but since our
+             ;; This concatting is quite inefficient, but since our
              ;; thorough studies show that approx 99.37% of all
              ;; .newsrc files only contain a single options line, we
              ;; don't give a damn, frankly, my dear.

=== modified file 'lisp/ldefs-boot.el'
--- a/lisp/ldefs-boot.el        2011-11-25 07:14:48 +0000
+++ b/lisp/ldefs-boot.el        2011-11-26 08:26:37 +0000
@@ -5677,7 +5677,7 @@
  dcl-block-begin-regexp
  dcl-block-end-regexp
     Regexps that match command lines that begin and end, respectively,
-    a block of commmand lines that will be given extra indentation.
+    a block of command lines that will be given extra indentation.
     Command lines between THEN-ELSE-ENDIF are always indented; these variables
     make it possible to define other places to indent.
     Set to nil to disable this feature.

=== modified file 'lisp/net/dbus.el'
--- a/lisp/net/dbus.el  2011-11-16 12:34:47 +0000
+++ b/lisp/net/dbus.el  2011-11-26 08:26:37 +0000
@@ -150,7 +150,7 @@
     ;; entry has the structure ((UNAME SERVICE PATH MEMBER [RULE]) ...).
     ;; MEMBER is either a string (the handler), or a cons cell (a
     ;; property value).  UNAME and property values are not taken into
-    ;; account for comparision.
+    ;; account for comparison.
 
     ;; Loop over the registered functions.
     (dolist (elt entry)

=== modified file 'lisp/progmodes/ada-xref.el'
--- a/lisp/progmodes/ada-xref.el        2011-11-17 09:09:20 +0000
+++ b/lisp/progmodes/ada-xref.el        2011-11-26 08:26:37 +0000
@@ -1357,7 +1357,7 @@
                          (or executable-name
                              (file-name-sans-extension (buffer-file-name))))))
 
-    ;;  For gvd, add an extra switch so that the Emacs window is completly
+    ;;  For gvd, add an extra switch so that the Emacs window is completely
     ;;  swallowed inside the Gvd one
     (if (and ada-tight-gvd-integration
             (string-match "^[^ \t]*gvd" cmd))
@@ -1783,7 +1783,7 @@
            )
          )
 
-      ;; Last check to be completly sure we have found the correct line (the
+      ;; Last check to be completely sure we have found the correct line (the
       ;; ali might not be up to date for instance)
       (if declaration-found
          (progn

=== modified file 'lisp/progmodes/make-mode.el'
--- a/lisp/progmodes/make-mode.el       2011-11-17 17:40:48 +0000
+++ b/lisp/progmodes/make-mode.el       2011-11-26 08:26:37 +0000
@@ -1278,7 +1278,7 @@
      ((or (eq (char-before (line-end-position 1)) ?\\)
          (eq (char-before (line-end-position 0)) ?\\))
       ;; A backslash region.  Find beginning and end, remove
-      ;; backslashes, fill, and then reapply backslahes.
+      ;; backslashes, fill, and then reapply backslashes.
       (end-of-line)
       (let ((beginning
             (save-excursion

=== modified file 'lisp/progmodes/prolog.el'
--- a/lisp/progmodes/prolog.el  2011-11-23 07:03:56 +0000
+++ b/lisp/progmodes/prolog.el  2011-11-26 08:26:37 +0000
@@ -1569,7 +1569,7 @@
          limit t)
         (setq filepath (match-string 2)))
 
-      ;; ###### Does this work with SICStus under Windows (i.e. backslahes and 
stuff?)
+      ;; ###### Does this work with SICStus under Windows (i.e. backslashes 
and stuff?)
       (if (string-match "\\(.*/\\)\\([^/]*\\)$" filepath)
           (progn
             (setq dir (match-string 1 filepath))

=== modified file 'lisp/tutorial.el'
--- a/lisp/tutorial.el  2011-10-30 01:56:03 +0000
+++ b/lisp/tutorial.el  2011-11-26 08:26:37 +0000
@@ -182,7 +182,7 @@
                 (equal (car x) (car y)))
       (setq x (cdr x))
       (setq y (cdr y)))
-    ;; Try to make a comparision that is useful for presentation (this
+    ;; Try to make a comparison that is useful for presentation (this
     ;; could be made nicer perhaps):
     (let ((cx (car x))
           (cy (car y)))

=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2011-11-25 13:26:30 +0000
+++ b/nt/ChangeLog      2011-11-26 08:26:37 +0000
@@ -1792,7 +1792,7 @@
 
 1998-12-08  Geoff Voelker  <address@hidden>
 
-       * makefile.nt: Do string comparision of _NMAKE_VER.
+       * makefile.nt: Do string comparison of _NMAKE_VER.
 
 1998-12-02  Geoff Voelker  <address@hidden>
 

=== modified file 'src/ChangeLog.8'
--- a/src/ChangeLog.8   2011-11-25 07:14:48 +0000
+++ b/src/ChangeLog.8   2011-11-26 08:26:37 +0000
@@ -12766,7 +12766,7 @@
 
 1998-12-08  Geoff Voelker  <address@hidden>
 
-       * makefile.nt: Do string comparision of _NMAKE_VER.
+       * makefile.nt: Do string comparison of _NMAKE_VER.
 
 1998-12-06  Eli Zaretskii  <address@hidden>
 


reply via email to

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