emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106681: Spelling fixes.
Date: Thu, 15 Dec 2011 14:14:12 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106681
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2011-12-15 14:14:12 -0800
message:
  Spelling fixes.
modified:
  doc/misc/ede.texi
  leim/quail/persian.el
  lisp/cedet/ede/pmake.el
  lisp/cedet/ede/proj-archive.el
  lisp/cedet/ede/proj-shared.el
  lisp/ido.el
  lisp/ldefs-boot.el
  lisp/loadhist.el
  lisp/progmodes/ebnf2ps.el
  lisp/progmodes/vera-mode.el
  test/cedet/tests/testpolymorph.cpp
=== modified file 'doc/misc/ede.texi'
--- a/doc/misc/ede.texi 2011-12-15 07:24:10 +0000
+++ b/doc/misc/ede.texi 2011-12-15 22:14:12 +0000
@@ -2483,7 +2483,7 @@
 
 @deffn Method ede-proj-makefile-insert-source-variables :PRIMARY this
 Insert bin_PROGRAMS variables needed by target @var{THIS}.
-We aren't acutally inserting SOURCE details, but this is used by the
+We aren't actually inserting SOURCE details, but this is used by the
 Makefile.am generator, so use it to add this important bin program.
 @end deffn
 
@@ -2624,7 +2624,7 @@
 
 @deffn Method ede-proj-makefile-insert-automake-pre-variables :AFTER this
 Insert bin_PROGRAMS variables needed by target @var{THIS}.
-We aren't acutally inserting SOURCE details, but this is used by the
+We aren't actually inserting SOURCE details, but this is used by the
 Makefile.am generator, so use it to add this important bin program.
 @end deffn
 

=== modified file 'leim/quail/persian.el'
--- a/leim/quail/persian.el     2011-12-05 08:55:25 +0000
+++ b/leim/quail/persian.el     2011-12-15 22:14:12 +0000
@@ -27,7 +27,7 @@
 ;;; Commentary:
 ;;
 ;; This file contains a collection of input methods for
-;; Persian languages (Farsi, Urdu, Pashto/Afghanic, ...)
+;; Persian languages - Farsi, Urdu, Pashto (Afghani), ...
 ;;
 ;; At this time, the following input methods are specified:
 ;;

=== modified file 'lisp/cedet/ede/pmake.el'
--- a/lisp/cedet/ede/pmake.el   2011-05-10 13:57:12 +0000
+++ b/lisp/cedet/ede/pmake.el   2011-12-15 22:14:12 +0000
@@ -335,7 +335,7 @@
 ;
 ;         (oref this variables))
 ;
-;     ;; Add in all variables from the configuration not allready covered.
+;     ;; Add in all variables from the configuration not already covered.
 ;     (mapc (lambda (c)
 ;
 ;           (if (member (car c) conf-done)
@@ -372,7 +372,7 @@
                  (setq conf-done (cons (car c) conf-done))))
            (insert (cdr c) "\n"))
          (oref this variables))
-    ;; Add in all variables from the configuration not allready covered.
+    ;; Add in all variables from the configuration not already covered.
     (mapc (lambda (c)
            (if (member (car c) conf-done)
                nil
@@ -430,7 +430,7 @@
                      this (oref proj configuration-default)))
         (conf-done nil)
         )
-    ;; Add in all variables from the configuration not allready covered.
+    ;; Add in all variables from the configuration not already covered.
     (mapc (lambda (c)
            (if (member (car c) conf-done)
                nil

=== modified file 'lisp/cedet/ede/proj-archive.el'
--- a/lisp/cedet/ede/proj-archive.el    2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/ede/proj-archive.el    2011-12-15 22:14:12 +0000
@@ -46,7 +46,7 @@
 (defmethod ede-proj-makefile-insert-source-variables :BEFORE
   ((this ede-proj-target-makefile-archive) &optional moresource)
   "Insert bin_PROGRAMS variables needed by target THIS.
-We aren't acutally inserting SOURCE details, but this is used by the
+We aren't actually inserting SOURCE details, but this is used by the
 Makefile.am generator, so use it to add this important bin program."
   (ede-pmake-insert-variable-shared
       (concat "lib" (ede-name this) "_a_LIBRARIES")

=== modified file 'lisp/cedet/ede/proj-shared.el'
--- a/lisp/cedet/ede/proj-shared.el     2011-11-25 07:14:48 +0000
+++ b/lisp/cedet/ede/proj-shared.el     2011-12-15 22:14:12 +0000
@@ -181,7 +181,7 @@
 (defmethod ede-proj-makefile-insert-automake-pre-variables
   ((this ede-proj-target-makefile-shared-object))
   "Insert bin_PROGRAMS variables needed by target THIS.
-We aren't acutally inserting SOURCE details, but this is used by the
+We aren't actually inserting SOURCE details, but this is used by the
 Makefile.am generator, so use it to add this important bin program."
   (ede-pmake-insert-variable-shared "lib_LTLIBRARIES"
      (insert (concat "lib" (ede-name this) ".la"))))

=== modified file 'lisp/ido.el'
--- a/lisp/ido.el       2011-11-27 04:43:11 +0000
+++ b/lisp/ido.el       2011-12-15 22:14:12 +0000
@@ -308,7 +308,7 @@
 ;; ifindf package back into iswitchb.
 ;;
 ;; This is basically what ido (interactively do) is all about; but I
-;; found it ackward to merge my changes into the "iswitchb-" namespace,
+;; found it awkward to merge my changes into the "iswitchb-" namespace,
 ;; so I invented a common "ido-" namespace for the merged packages.
 ;;
 ;; This version is based on ido.el version 1.57 released on

=== modified file 'lisp/ldefs-boot.el'
--- a/lisp/ldefs-boot.el        2011-12-01 11:22:19 +0000
+++ b/lisp/ldefs-boot.el        2011-12-15 22:14:12 +0000
@@ -3608,7 +3608,7 @@
 ARG := REG | integer
 
 OPERATOR :=
-       ;; Normal arithmethic operators (same meaning as C code).
+       ;; Normal arithmetic operators (same meaning as C code).
        + | - | * | / | %
 
        ;; Bitwise operators (same meaning as C code)

=== modified file 'lisp/loadhist.el'
--- a/lisp/loadhist.el  2011-11-20 07:30:16 +0000
+++ b/lisp/loadhist.el  2011-12-15 22:14:12 +0000
@@ -156,7 +156,7 @@
     (dolist (buffer (buffer-list))
       (set-buffer buffer)
       (let ((proposed major-mode))
-        ;; Look for an antecessor mode not defined in the feature we're 
processing
+        ;; Look for a predecessor mode not defined in the feature we're 
processing
         (while (and proposed (rassq proposed unload-function-defs-list))
           (setq proposed (get proposed 'derived-mode-parent)))
         (unless (eq proposed major-mode)

=== modified file 'lisp/progmodes/ebnf2ps.el'
--- a/lisp/progmodes/ebnf2ps.el 2011-11-18 08:31:02 +0000
+++ b/lisp/progmodes/ebnf2ps.el 2011-12-15 22:14:12 +0000
@@ -3260,7 +3260,7 @@
 
 % --- Corners
 
-%>corner Right Descendent: height arrow corner_RD
+%>corner Right Descendant: height arrow corner_RD
 %   _             | arrow
 %  /   height > 0 |  0 - none
 % |               |  1 - right
@@ -3299,7 +3299,7 @@
  Gstroke
 }def
 
-%>corner Right Ascendent: height arrow corner_RA
+%>corner Right Ascendant: height arrow corner_RA
 %                 | arrow
 %    | height > 0 |  0 - none
 %   /             |  1 - right
@@ -3338,7 +3338,7 @@
  Gstroke
 }def
 
-%>corner Left Descendent: height arrow corner_LD
+%>corner Left Descendant: height arrow corner_LD
 %  _              | arrow
 %   \\  height > 0 |  0 - none
 %    |            |  1 - right
@@ -3377,7 +3377,7 @@
  Gstroke
 }def
 
-%>corner Left Ascendent: height arrow corner_LA
+%>corner Left Ascendant: height arrow corner_LA
 %                 | arrow
 % |    height > 0 |  0 - none
 %  \\              |  1 - right

=== modified file 'lisp/progmodes/vera-mode.el'
--- a/lisp/progmodes/vera-mode.el       2011-10-21 14:48:39 +0000
+++ b/lisp/progmodes/vera-mode.el       2011-12-15 22:14:12 +0000
@@ -427,7 +427,7 @@
     "icompare" "insert" "inst_get_at_least" "inst_get_auto_bin_max"
     "inst_get_collect" "inst_get_cov_weight" "inst_get_coverage_goal"
     "inst_getcross_bin_max" "inst_query" "inst_set_at_least"
-    "inst_set_auto_bin_max" "inst_set_bin_activiation" "inst_set_collect"
+    "inst_set_auto_bin_max" "inst_set_bin_activation" "inst_set_collect"
     "inst_set_cov_weight" "inst_set_coverage_goal" "inst_set_cross_bin_max"
     "itoa"
     "last" "last_index" "len" "load"
@@ -438,7 +438,7 @@
     "push_front" "putc"
     "query" "query_str"
     "rand_mode" "randomize" "reserve" "reverse" "rsort"
-    "search" "set_at_least" "set_auto_bin_max" "set_bin_activiation"
+    "search" "set_at_least" "set_auto_bin_max" "set_bin_activation"
     "set_cov_weight" "set_coverage_goal" "set_cross_bin_max" "set_name" "size"
     "sort" "substr" "sum"
     "thismatch" "tolower" "toupper"

=== modified file 'test/cedet/tests/testpolymorph.cpp'
--- a/test/cedet/tests/testpolymorph.cpp        2011-11-17 09:09:20 +0000
+++ b/test/cedet/tests/testpolymorph.cpp        2011-12-15 22:14:12 +0000
@@ -83,7 +83,7 @@
   };
 }
 
-// Test 5 - Templates w/ full specicialization which may or may not share
+// Test 5 - Templates w/ full specialization which may or may not share
 // common functions.
 namespace template_full_spec {
   template <typename T> class test


reply via email to

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