aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-11-11 02:04:08 -0800
committerPaul Eggert2011-11-11 02:04:08 -0800
commitdbdb703130b27983c3848d2a10aa44bc5aa6526e (patch)
treef9b645258d91fbce2d3eb24caa3416af57d22894
parent54f9154ca1ee7cf4ebe8995dae26e945a2817801 (diff)
downloademacs-dbdb703130b27983c3848d2a10aa44bc5aa6526e.tar.gz
emacs-dbdb703130b27983c3848d2a10aa44bc5aa6526e.zip
Spelling fixes.
-rw-r--r--doc/emacs/ack.texi4
-rw-r--r--etc/NEWS.202
-rw-r--r--lisp/cedet/cedet.el2
-rw-r--r--lisp/cedet/ede/proj-elisp.el2
-rw-r--r--lisp/cedet/semantic/edit.el2
-rw-r--r--lisp/cedet/srecode/extract.el2
-rw-r--r--lisp/dframe.el2
-rw-r--r--lisp/font-lock.el2
-rw-r--r--lisp/progmodes/gud.el2
-rw-r--r--lisp/progmodes/idlwave.el2
-rw-r--r--lisp/progmodes/pascal.el2
-rw-r--r--lisp/ses.el2
-rw-r--r--src/keyboard.c2
-rw-r--r--src/w32font.c4
14 files changed, 16 insertions, 16 deletions
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index 1cfb3d9ffe9..c2242c444dd 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -99,7 +99,7 @@ ERC distribution).
99 99
100@item 100@item
101Scott Bender, Michael Brouwer, Christophe de Dinechin, Carl Edman, 101Scott Bender, Michael Brouwer, Christophe de Dinechin, Carl Edman,
102Christian Limpach and Adrian Robert developed and maintained the 102Christian Limpach and Adrian Robert developed and maintained the
103NeXTstep port of Emacs. 103NeXTstep port of Emacs.
104 104
105@item 105@item
@@ -576,7 +576,7 @@ Emacs.
576 576
577@item 577@item
578Karel Klí@v{c} contributed SELinux support, for preserving the 578Karel Klí@v{c} contributed SELinux support, for preserving the
579Security-Enchanced Linux context of files on backup and copy. 579Security-Enhanced Linux context of files on backup and copy.
580 580
581@item 581@item
582Shuhei Kobayashi wrote @file{hex-util.el}, for operating on hexadecimal 582Shuhei Kobayashi wrote @file{hex-util.el}, for operating on hexadecimal
diff --git a/etc/NEWS.20 b/etc/NEWS.20
index c76ddb2485e..f4cfb14de62 100644
--- a/etc/NEWS.20
+++ b/etc/NEWS.20
@@ -2047,7 +2047,7 @@ standard fontset are created automatically.
2047 2047
2048If you specify a default ASCII font with the `Font' resource or `-fn' 2048If you specify a default ASCII font with the `Font' resource or `-fn'
2049argument, a fontset is generated from it. This works by replacing the 2049argument, a fontset is generated from it. This works by replacing the
2050FOUNDARY, FAMILY, ADD_STYLE, and AVERAGE_WIDTH fields of the font name 2050FOUNDRY, FAMILY, ADD_STYLE, and AVERAGE_WIDTH fields of the font name
2051with `*' then using this to specify a fontset. This fontset's short 2051with `*' then using this to specify a fontset. This fontset's short
2052name is `fontset-startup'. 2052name is `fontset-startup'.
2053 2053
diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el
index d2fb066515b..d7645bc97ed 100644
--- a/lisp/cedet/cedet.el
+++ b/lisp/cedet/cedet.el
@@ -75,7 +75,7 @@
75This is used by `semantic-mode' and `global-ede-mode'.") 75This is used by `semantic-mode' and `global-ede-mode'.")
76 76
77(defun cedet-version () 77(defun cedet-version ()
78 "Display all active versions of CEDET and Dependant packages. 78 "Display all active versions of CEDET and Dependent packages.
79 79
80The PACKAGE column is the name of a given package from CEDET. 80The PACKAGE column is the name of a given package from CEDET.
81 81
diff --git a/lisp/cedet/ede/proj-elisp.el b/lisp/cedet/ede/proj-elisp.el
index 42a20cc4a1a..66c71063363 100644
--- a/lisp/cedet/ede/proj-elisp.el
+++ b/lisp/cedet/ede/proj-elisp.el
@@ -217,7 +217,7 @@ is found, such as a `-version' variable, or the standard header."
217 (save-excursion 217 (save-excursion
218 (if (file-symlink-p ec) 218 (if (file-symlink-p ec)
219 (progn 219 (progn
220 ;; Desymlinkafy 220 ;; Desymlinkify
221 (rename-file ec (concat ec ".tmp")) 221 (rename-file ec (concat ec ".tmp"))
222 (copy-file (concat ec ".tmp") ec) 222 (copy-file (concat ec ".tmp") ec)
223 (delete-file (concat ec ".tmp")))) 223 (delete-file (concat ec ".tmp"))))
diff --git a/lisp/cedet/semantic/edit.el b/lisp/cedet/semantic/edit.el
index 7f7e82a95c2..307071e743c 100644
--- a/lisp/cedet/semantic/edit.el
+++ b/lisp/cedet/semantic/edit.el
@@ -427,7 +427,7 @@ See `semantic-edits-change-leaf-tag' for details on parents."
427 ;; which must have a value by now. 427 ;; which must have a value by now.
428 428
429 ;; Loop over the search list to find the preceding CDR. 429 ;; Loop over the search list to find the preceding CDR.
430 ;; Fortunatly, (car overlapped-tags) happens to be 430 ;; Fortunately, (car overlapped-tags) happens to be
431 ;; the first tag positionally. 431 ;; the first tag positionally.
432 (let ((tokstart (semantic-tag-start (car overlapped-tags)))) 432 (let ((tokstart (semantic-tag-start (car overlapped-tags))))
433 (while (and list-to-search 433 (while (and list-to-search
diff --git a/lisp/cedet/srecode/extract.el b/lisp/cedet/srecode/extract.el
index dba4b876edb..80e6f9d8d1c 100644
--- a/lisp/cedet/srecode/extract.el
+++ b/lisp/cedet/srecode/extract.el
@@ -66,7 +66,7 @@
66 66
67(defmethod srecode-extract-state-extract ((st srecode-extract-state) 67(defmethod srecode-extract-state-extract ((st srecode-extract-state)
68 endpoint) 68 endpoint)
69 "Perform an extraction on the extract state ST with ENDPOITNT. 69 "Perform an extraction on the extract state ST with ENDPOINT.
70If there was no waiting inserter, do nothing." 70If there was no waiting inserter, do nothing."
71 (when (oref st lastinserter) 71 (when (oref st lastinserter)
72 (save-match-data 72 (save-match-data
diff --git a/lisp/dframe.el b/lisp/dframe.el
index 02eeef064fe..93d9e7948cf 100644
--- a/lisp/dframe.el
+++ b/lisp/dframe.el
@@ -523,7 +523,7 @@ LOCATION can be one of 'random, 'left-right, or 'top-bottom."
523 (funcall f 'default frame))))) 523 (funcall f 'default frame)))))
524 524
525(defun dframe-detach (frame-var cache-var buffer-var) 525(defun dframe-detach (frame-var cache-var buffer-var)
526 "Detatch the frame in symbol FRAME-VAR. 526 "Detach the frame in symbol FRAME-VAR.
527CACHE-VAR and BUFFER-VAR are symbols as in `dframe-frame-mode'" 527CACHE-VAR and BUFFER-VAR are symbols as in `dframe-frame-mode'"
528 (with-current-buffer (symbol-value buffer-var) 528 (with-current-buffer (symbol-value buffer-var)
529 (rename-buffer (buffer-name) t) 529 (rename-buffer (buffer-name) t)
diff --git a/lisp/font-lock.el b/lisp/font-lock.el
index 2f4b7413dcc..d410b8eb51a 100644
--- a/lisp/font-lock.el
+++ b/lisp/font-lock.el
@@ -1742,7 +1742,7 @@ If SYNTACTIC-KEYWORDS is non-nil, it means these keywords are used for
1742 keyword))) 1742 keyword)))
1743 1743
1744(defun font-lock-eval-keywords (keywords) 1744(defun font-lock-eval-keywords (keywords)
1745 "Evalulate KEYWORDS if a function (funcall) or variable (eval) name." 1745 "Evaluate KEYWORDS if a function (funcall) or variable (eval) name."
1746 (if (listp keywords) 1746 (if (listp keywords)
1747 keywords 1747 keywords
1748 (font-lock-eval-keywords (if (fboundp keywords) 1748 (font-lock-eval-keywords (if (fboundp keywords)
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index 944a412fb63..543539421fe 100644
--- a/lisp/progmodes/gud.el
+++ b/lisp/progmodes/gud.el
@@ -2016,7 +2016,7 @@ extension EXTN. Normally EXTN is given as the regular expression
2016 ((looking-at "final") 2016 ((looking-at "final")
2017 (forward-char 5)) 2017 (forward-char 5))
2018 2018
2019 ;; Move point past a ClassDeclaraction, but save the class 2019 ;; Move point past a ClassDeclaration, but save the class
2020 ;; Identifier. 2020 ;; Identifier.
2021 ((looking-at "class") 2021 ((looking-at "class")
2022 (forward-char 5) 2022 (forward-char 5)
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index c77ee4b76a9..95f67a6bf66 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -8961,7 +8961,7 @@ This expects NAME TYPE IDLWAVE-TWIN-CLASS to be bound to the right values."
8961 (nth 1 source))) 8961 (nth 1 source)))
8962 8962
8963(defun idlwave-downcase-safe (string) 8963(defun idlwave-downcase-safe (string)
8964 "Donwcase if string, else return unchanged." 8964 "Downcase if string, else return unchanged."
8965 (if (stringp string) 8965 (if (stringp string)
8966 (downcase string) 8966 (downcase string)
8967 string)) 8967 string))
diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el
index 57ed13969b4..67e3c4a18b4 100644
--- a/lisp/progmodes/pascal.el
+++ b/lisp/progmodes/pascal.el
@@ -227,7 +227,7 @@ will do all lineups."
227 :type '(set :extra-offset 8 227 :type '(set :extra-offset 8
228 (const :tag "Everything" all) 228 (const :tag "Everything" all)
229 (const :tag "Parameter lists" paramlist) 229 (const :tag "Parameter lists" paramlist)
230 (const :tag "Decalrations" declaration) 230 (const :tag "Declarations" declaration)
231 (const :tag "Case statements" case)) 231 (const :tag "Case statements" case))
232 :group 'pascal) 232 :group 'pascal)
233 233
diff --git a/lisp/ses.el b/lisp/ses.el
index 9b2048eae83..b1d7d7bfb9e 100644
--- a/lisp/ses.el
+++ b/lisp/ses.el
@@ -43,7 +43,7 @@
43;; working fine in most cases, however failed in some cases of several path 43;; working fine in most cases, however failed in some cases of several path
44;; racing together. 44;; racing together.
45;; 45;;
46;; The current algorithm is based on Dijksta algorithm. The ``cycle length'' is 46;; The current algorithm is based on Dijkstra's algorithm. The cycle length is
47;; stored in some cell property. In order not to reset in all cells such 47;; stored in some cell property. In order not to reset in all cells such
48;; property at each update, the cycle length is stored in this property along 48;; property at each update, the cycle length is stored in this property along
49;; with some update attempt id that is incremented at each update. The current 49;; with some update attempt id that is incremented at each update. The current
diff --git a/src/keyboard.c b/src/keyboard.c
index 11c37d14f64..f8c31af3fbe 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -8133,7 +8133,7 @@ parse_tool_bar_item (Lisp_Object key, Lisp_Object item)
8133 Lisp_Object caption; 8133 Lisp_Object caption;
8134 int i, have_label = 0; 8134 int i, have_label = 0;
8135 8135
8136 /* Defininition looks like `(menu-item CAPTION BINDING PROPS...)'. 8136 /* Definition looks like `(menu-item CAPTION BINDING PROPS...)'.
8137 Rule out items that aren't lists, don't start with 8137 Rule out items that aren't lists, don't start with
8138 `menu-item' or whose rest following `tool-bar-item' is not a 8138 `menu-item' or whose rest following `tool-bar-item' is not a
8139 list. */ 8139 list. */
diff --git a/src/w32font.c b/src/w32font.c
index 26bf4207de5..365f8b78a5e 100644
--- a/src/w32font.c
+++ b/src/w32font.c
@@ -2221,7 +2221,7 @@ font_supported_scripts (FONTSIGNATURE * sig)
2221 so don't need to mark them separately. */ 2221 so don't need to mark them separately. */
2222 /* 1: Latin-1 supplement, 2: Latin Extended A, 3: Latin Extended B. */ 2222 /* 1: Latin-1 supplement, 2: Latin Extended A, 3: Latin Extended B. */
2223 SUBRANGE (4, Qphonetic); 2223 SUBRANGE (4, Qphonetic);
2224 /* 5: Spacing and tone modifiers, 6: Combining Diacriticals. */ 2224 /* 5: Spacing and tone modifiers, 6: Combining Diacritical Marks. */
2225 SUBRANGE (7, Qgreek); 2225 SUBRANGE (7, Qgreek);
2226 SUBRANGE (8, Qcoptic); 2226 SUBRANGE (8, Qcoptic);
2227 SUBRANGE (9, Qcyrillic); 2227 SUBRANGE (9, Qcyrillic);
@@ -2311,7 +2311,7 @@ font_supported_scripts (FONTSIGNATURE * sig)
2311 /* 115: Saurashtra, 116: Kayah Li, 117: Rejang. */ 2311 /* 115: Saurashtra, 116: Kayah Li, 117: Rejang. */
2312 SUBRANGE (118, Qcham); 2312 SUBRANGE (118, Qcham);
2313 /* 119: Ancient symbols, 120: Phaistos Disc. */ 2313 /* 119: Ancient symbols, 120: Phaistos Disc. */
2314 /* 121: Carian, Lycian, Lydian, 122: Dominos, Mah Jong tiles. */ 2314 /* 121: Carian, Lycian, Lydian, 122: Dominoes, Mahjong tiles. */
2315 /* 123-127: Reserved. */ 2315 /* 123-127: Reserved. */
2316 2316
2317 /* There isn't really a main symbol range, so include symbol if any 2317 /* There isn't really a main symbol range, so include symbol if any