]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Nov 2011 10:04:08 +0000 (02:04 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 11 Nov 2011 10:04:08 +0000 (02:04 -0800)
14 files changed:
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

index 1cfb3d9ffe91fcd599cc4a857515f4b2afbf2533..c2242c444dd6b5c41fed552a04c1ff9b6ff1805f 100644 (file)
@@ -99,7 +99,7 @@ ERC distribution).
 
 @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 @@ Emacs.
 
 @item
 Karel KlĂ­@v{c} 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
index c76ddb2485e03d10be06d0ac74165b60d2b2f4df..f4cfb14de6290e5a4884ec0664f6e094e56245b6 100644 (file)
@@ -2047,7 +2047,7 @@ standard fontset are created automatically.
 
 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'.
 
index d2fb066515b5f3de39a4c3ecfec9d52d68750c5e..d7645bc97edfebe55fbea51830a630b2bc3cf224 100644 (file)
@@ -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.
 
index 42a20cc4a1a1c2ed7d2c8f471af84c9e1b38a887..66c7106336330dc53685eaaf3c53b716f2075a1d 100644 (file)
@@ -217,7 +217,7 @@ is found, such as a `-version' variable, or the standard header."
       (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"))))
index 7f7e82a95c20de735c16d4f24095a0b2e077eeb8..307071e743c10b0a4eed7444b9e237b3584b4e1c 100644 (file)
@@ -427,7 +427,7 @@ See `semantic-edits-change-leaf-tag' for details on parents."
            ;; 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
index dba4b876edbe05e6b200ca1b8aafe4b765ed3b49..80e6f9d8d1cc5eb9b54dc006bac30a0049e38777 100644 (file)
@@ -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
index 02eeef064fe18c83e86b7c357d7dfd4746b664f8..93d9e7948cfd4ab6738a7cb55ebcbedd44491adb 100644 (file)
@@ -523,7 +523,7 @@ LOCATION can be one of 'random, 'left-right, or 'top-bottom."
            (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)
index 2f4b7413dcc10b0992f43548ee47742d0557db05..d410b8eb51a69278b9405d4f37c7808a4cb44b51 100644 (file)
@@ -1742,7 +1742,7 @@ If SYNTACTIC-KEYWORDS is non-nil, it means these keywords are used for
         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)
index 944a412fb63bb623b0ae70ef3d42d7b81dbf4b30..543539421fe5cc04ee39a0bbaa7f28ef8b801b54 100644 (file)
@@ -2016,7 +2016,7 @@ extension EXTN.  Normally EXTN is given as the regular expression
           ((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)
index c77ee4b76a9fa9fb2d483dfc105453512218a9ba..95f67a6bf664f8ccb3d76638703411eb829b380f 100644 (file)
@@ -8961,7 +8961,7 @@ This expects NAME TYPE IDLWAVE-TWIN-CLASS to be bound to the right values."
     (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))
index 57ed13969b4296ee75f61e95817840688d912c97..67e3c4a18b4b97a68bac2079f39fb0b6577cb2e2 100644 (file)
@@ -227,7 +227,7 @@ will do all lineups."
   :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)
 
index 9b2048eae836778b260c46de7b47e08bd7e47af1..b1d7d7bfb9e82a43a568fbef66ec997bb272e331 100644 (file)
@@ -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
index 11c37d14f64a065ed51cda94d7cb44d1c8a65024..f8c31af3fbef481e07776e58a3d57d8d16c0b787 100644 (file)
@@ -8133,7 +8133,7 @@ parse_tool_bar_item (Lisp_Object key, Lisp_Object item)
   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.  */
index 26bf4207de519d87921ed2796e47e634ba43aa17..365f8b78a5e6a1cdf7097bd04ae8ce8a7ba2b8f4 100644 (file)
@@ -2221,7 +2221,7 @@ font_supported_scripts (FONTSIGNATURE * sig)
      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 @@ font_supported_scripts (FONTSIGNATURE * sig)
   /* 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