emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106349: Spelling fixes.
Date: Fri, 11 Nov 2011 02:04:08 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106349
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Fri 2011-11-11 02:04:08 -0800
message:
  Spelling fixes.
modified:
  doc/emacs/ack.texi
  etc/NEWS.20
  lisp/cedet/cedet.el
  lisp/cedet/ede/proj-elisp.el
  lisp/cedet/semantic/edit.el
  lisp/cedet/srecode/extract.el
  lisp/dframe.el
  lisp/font-lock.el
  lisp/progmodes/gud.el
  lisp/progmodes/idlwave.el
  lisp/progmodes/pascal.el
  lisp/ses.el
  src/keyboard.c
  src/w32font.c
=== modified file 'doc/emacs/ack.texi'
--- a/doc/emacs/ack.texi        2011-07-10 02:38:26 +0000
+++ b/doc/emacs/ack.texi        2011-11-11 10:04:08 +0000
@@ -99,7 +99,7 @@
 
 @item
 Scott Bender, Michael Brouwer, Christophe de Dinechin, Carl Edman,
-Christian Limpach and Adrian Robert developed and maintained the 
+Christian Limpach and Adrian Robert developed and maintained the
 NeXTstep port of Emacs.
 
 @item
@@ -576,7 +576,7 @@
 
 @item
 Karel address@hidden contributed SELinux support, for preserving the
-Security-Enchanced Linux context of files on backup and copy.
+Security-Enhanced Linux context of files on backup and copy.
 
 @item
 Shuhei Kobayashi wrote @file{hex-util.el}, for operating on hexadecimal

=== modified file 'etc/NEWS.20'
--- a/etc/NEWS.20       2011-01-25 04:08:28 +0000
+++ b/etc/NEWS.20       2011-11-11 10:04:08 +0000
@@ -2047,7 +2047,7 @@
 
 If you specify a default ASCII font with the `Font' resource or `-fn'
 argument, a fontset is generated from it.  This works by replacing the
-FOUNDARY, FAMILY, ADD_STYLE, and AVERAGE_WIDTH fields of the font name
+FOUNDRY, FAMILY, ADD_STYLE, and AVERAGE_WIDTH fields of the font name
 with `*' then using this to specify a fontset.  This fontset's short
 name is `fontset-startup'.
 

=== modified file 'lisp/cedet/cedet.el'
--- a/lisp/cedet/cedet.el       2011-01-26 08:36:39 +0000
+++ b/lisp/cedet/cedet.el       2011-11-11 10:04:08 +0000
@@ -75,7 +75,7 @@
 This is used by `semantic-mode' and `global-ede-mode'.")
 
 (defun cedet-version ()
-  "Display all active versions of CEDET and Dependant packages.
+  "Display all active versions of CEDET and Dependent packages.
 
 The PACKAGE column is the name of a given package from CEDET.
 

=== modified file 'lisp/cedet/ede/proj-elisp.el'
--- a/lisp/cedet/ede/proj-elisp.el      2011-04-23 03:07:16 +0000
+++ b/lisp/cedet/ede/proj-elisp.el      2011-11-11 10:04:08 +0000
@@ -217,7 +217,7 @@
       (save-excursion
        (if (file-symlink-p ec)
            (progn
-             ;; Desymlinkafy
+             ;; Desymlinkify
              (rename-file ec (concat ec ".tmp"))
              (copy-file (concat ec ".tmp") ec)
              (delete-file (concat ec ".tmp"))))

=== modified file 'lisp/cedet/semantic/edit.el'
--- a/lisp/cedet/semantic/edit.el       2011-02-28 01:07:29 +0000
+++ b/lisp/cedet/semantic/edit.el       2011-11-11 10:04:08 +0000
@@ -427,7 +427,7 @@
            ;; which must have a value by now.
 
            ;; Loop over the search list to find the preceding CDR.
-           ;; Fortunatly, (car overlapped-tags) happens to be
+           ;; Fortunately, (car overlapped-tags) happens to be
            ;; the first tag positionally.
            (let ((tokstart (semantic-tag-start (car overlapped-tags))))
              (while (and list-to-search

=== modified file 'lisp/cedet/srecode/extract.el'
--- a/lisp/cedet/srecode/extract.el     2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/srecode/extract.el     2011-11-11 10:04:08 +0000
@@ -66,7 +66,7 @@
 
 (defmethod srecode-extract-state-extract ((st srecode-extract-state)
                                          endpoint)
-  "Perform an extraction on the extract state ST with ENDPOITNT.
+  "Perform an extraction on the extract state ST with ENDPOINT.
 If there was no waiting inserter, do nothing."
   (when (oref st lastinserter)
     (save-match-data

=== modified file 'lisp/dframe.el'
--- a/lisp/dframe.el    2011-04-19 13:44:55 +0000
+++ b/lisp/dframe.el    2011-11-11 10:04:08 +0000
@@ -523,7 +523,7 @@
            (funcall f 'default frame)))))
 
 (defun dframe-detach (frame-var cache-var buffer-var)
-  "Detatch the frame in symbol FRAME-VAR.
+  "Detach the frame in symbol FRAME-VAR.
 CACHE-VAR and BUFFER-VAR are symbols as in `dframe-frame-mode'"
   (with-current-buffer (symbol-value buffer-var)
     (rename-buffer (buffer-name) t)

=== modified file 'lisp/font-lock.el'
--- a/lisp/font-lock.el 2011-10-17 22:21:48 +0000
+++ b/lisp/font-lock.el 2011-11-11 10:04:08 +0000
@@ -1742,7 +1742,7 @@
         keyword)))
 
 (defun font-lock-eval-keywords (keywords)
-  "Evalulate KEYWORDS if a function (funcall) or variable (eval) name."
+  "Evaluate KEYWORDS if a function (funcall) or variable (eval) name."
   (if (listp keywords)
       keywords
     (font-lock-eval-keywords (if (fboundp keywords)

=== modified file 'lisp/progmodes/gud.el'
--- a/lisp/progmodes/gud.el     2011-11-09 16:18:33 +0000
+++ b/lisp/progmodes/gud.el     2011-11-11 10:04:08 +0000
@@ -2016,7 +2016,7 @@
           ((looking-at "final")
            (forward-char 5))
 
-          ;; Move point past a ClassDeclaraction, but save the class
+          ;; Move point past a ClassDeclaration, but save the class
           ;; Identifier.
           ((looking-at "class")
            (forward-char 5)

=== modified file 'lisp/progmodes/idlwave.el'
--- a/lisp/progmodes/idlwave.el 2011-10-21 14:48:39 +0000
+++ b/lisp/progmodes/idlwave.el 2011-11-11 10:04:08 +0000
@@ -8961,7 +8961,7 @@
     (nth 1 source)))
 
 (defun idlwave-downcase-safe (string)
-  "Donwcase if string, else return unchanged."
+  "Downcase if string, else return unchanged."
   (if (stringp string)
       (downcase string)
     string))

=== modified file 'lisp/progmodes/pascal.el'
--- a/lisp/progmodes/pascal.el  2011-06-20 16:02:31 +0000
+++ b/lisp/progmodes/pascal.el  2011-11-11 10:04:08 +0000
@@ -227,7 +227,7 @@
   :type '(set :extra-offset 8
              (const :tag "Everything" all)
              (const :tag "Parameter lists" paramlist)
-             (const :tag "Decalrations" declaration)
+             (const :tag "Declarations" declaration)
              (const :tag "Case statements" case))
   :group 'pascal)
 

=== modified file 'lisp/ses.el'
--- a/lisp/ses.el       2011-06-30 02:51:27 +0000
+++ b/lisp/ses.el       2011-11-11 10:04:08 +0000
@@ -43,7 +43,7 @@
 ;; working fine in most cases, however failed in some cases of several path
 ;; racing together.
 ;;
-;; The current algorithm is based on Dijksta algorithm.  The ``cycle length'' 
is
+;; The current algorithm is based on Dijkstra's algorithm.  The cycle length is
 ;; stored in some cell property. In order not to reset in all cells such
 ;; property at each update, the cycle length is stored in this property along
 ;; with some update attempt id that is incremented at each update. The current

=== modified file 'src/keyboard.c'
--- a/src/keyboard.c    2011-11-06 19:42:14 +0000
+++ b/src/keyboard.c    2011-11-11 10:04:08 +0000
@@ -8133,7 +8133,7 @@
   Lisp_Object caption;
   int i, have_label = 0;
 
-  /* Defininition looks like `(menu-item CAPTION BINDING PROPS...)'.
+  /* Definition looks like `(menu-item CAPTION BINDING PROPS...)'.
      Rule out items that aren't lists, don't start with
      `menu-item' or whose rest following `tool-bar-item' is not a
      list.  */

=== modified file 'src/w32font.c'
--- a/src/w32font.c     2011-11-05 18:50:59 +0000
+++ b/src/w32font.c     2011-11-11 10:04:08 +0000
@@ -2221,7 +2221,7 @@
      so don't need to mark them separately.  */
   /* 1: Latin-1 supplement, 2: Latin Extended A, 3: Latin Extended B.  */
   SUBRANGE (4, Qphonetic);
-  /* 5: Spacing and tone modifiers, 6: Combining Diacriticals.  */
+  /* 5: Spacing and tone modifiers, 6: Combining Diacritical Marks.  */
   SUBRANGE (7, Qgreek);
   SUBRANGE (8, Qcoptic);
   SUBRANGE (9, Qcyrillic);
@@ -2311,7 +2311,7 @@
   /* 115: Saurashtra, 116: Kayah Li, 117: Rejang.  */
   SUBRANGE (118, Qcham);
   /* 119: Ancient symbols, 120: Phaistos Disc.  */
-  /* 121: Carian, Lycian, Lydian, 122: Dominos, Mah Jong tiles.  */
+  /* 121: Carian, Lycian, Lydian, 122: Dominoes, Mahjong tiles.  */
   /* 123-127: Reserved.  */
 
   /* There isn't really a main symbol range, so include symbol if any


reply via email to

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