aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2011-11-14 15:59:56 -0800
committerPaul Eggert2011-11-14 15:59:56 -0800
commit91af3942e9ab5540b3ab4dde6733bc883dc2abdd (patch)
tree7a83e35278714a4498663fc968d36210d8c6436e /etc
parent5ef215d87480e348e432b4e323b1ba24e27ebf81 (diff)
downloademacs-91af3942e9ab5540b3ab4dde6733bc883dc2abdd.tar.gz
emacs-91af3942e9ab5540b3ab4dde6733bc883dc2abdd.zip
Spelling fixes.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog2
-rw-r--r--etc/NEWS.1-173
-rw-r--r--etc/NEWS.232
-rw-r--r--etc/PROBLEMS2
-rw-r--r--etc/gnus-tut.txt4
-rw-r--r--etc/srecode/wisent.srt2
-rw-r--r--etc/themes/manoj-dark-theme.el2
7 files changed, 7 insertions, 10 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 1b1bc3f2abd..1db595b3175 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -375,7 +375,7 @@
375 375
3762011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de> 3762011-01-04 Jan Moringen <jan.moringen@uni-bielefeld.de>
377 377
378 * NEWS: Extended behaviour of dbus-register-{method,property}. 378 * NEWS: Extended behavior of dbus-register-{method,property}.
379 379
3802011-01-02 Kenichi Handa <handa@m17n.org> 3802011-01-02 Kenichi Handa <handa@m17n.org>
381 381
diff --git a/etc/NEWS.1-17 b/etc/NEWS.1-17
index e8570cb7c48..d835cd6f33e 100644
--- a/etc/NEWS.1-17
+++ b/etc/NEWS.1-17
@@ -1074,7 +1074,7 @@ Another `t' switches back to the usual display.
1074 1074
1075* Rmail commands `a' and `k' set message attributes. 1075* Rmail commands `a' and `k' set message attributes.
1076`a' adds an attribute and `k' removes one. You specify 1076`a' adds an attribute and `k' removes one. You specify
1077the attrbute by name. You can specify either a built-in 1077the attribute by name. You can specify either a built-in
1078flag such as "deleted" or "filed", or a user-defined keyword 1078flag such as "deleted" or "filed", or a user-defined keyword
1079(anything not recognized as built-in). 1079(anything not recognized as built-in).
1080 1080
@@ -2530,4 +2530,3 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
2530Local variables: 2530Local variables:
2531mode: text 2531mode: text
2532end: 2532end:
2533
diff --git a/etc/NEWS.23 b/etc/NEWS.23
index 182a8a4a008..43c085ad803 100644
--- a/etc/NEWS.23
+++ b/etc/NEWS.23
@@ -2102,7 +2102,7 @@ function to use for searching in `query-replace-regexp',
2102*** New keymap `search-map' bound to `M-s' provides global bindings 2102*** New keymap `search-map' bound to `M-s' provides global bindings
2103for search related commands. 2103for search related commands.
2104 2104
2105*** New keymap `multi-query-replace-map' contains additonal keys bound 2105*** New keymap `multi-query-replace-map' contains additional keys bound
2106to `automatic-all' and `exit-current' for multi-buffer interactive replacement. 2106to `automatic-all' and `exit-current' for multi-buffer interactive replacement.
2107 2107
2108*** The variable `inhibit-changing-match-data', if non-nil, prevents 2108*** The variable `inhibit-changing-match-data', if non-nil, prevents
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index e85972f0bfd..57a3387ee40 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1250,7 +1250,7 @@ be carried out at the same time:
12504) Use lbxproxy on the remote end of the connection. This is an interface 12504) Use lbxproxy on the remote end of the connection. This is an interface
1251 to the low bandwidth X extension in most modern X servers, which 1251 to the low bandwidth X extension in most modern X servers, which
1252 improves performance dramatically, at the slight expense of correctness 1252 improves performance dramatically, at the slight expense of correctness
1253 of the X protocol. lbxproxy acheives the performance gain by grouping 1253 of the X protocol. lbxproxy achieves the performance gain by grouping
1254 several X requests in one TCP packet and sending them off together, 1254 several X requests in one TCP packet and sending them off together,
1255 instead of requiring a round-trip for each X request in a separate 1255 instead of requiring a round-trip for each X request in a separate
1256 packet. The switches that seem to work best for emacs are: 1256 packet. The switches that seem to work best for emacs are:
diff --git a/etc/gnus-tut.txt b/etc/gnus-tut.txt
index 80a652ba25f..9132ece533e 100644
--- a/etc/gnus-tut.txt
+++ b/etc/gnus-tut.txt
@@ -188,7 +188,7 @@ remove all hilit code from all the Gnus hooks
188(`gnus-group-prepare-hook', `gnus-summary-prepare-hook' and 188(`gnus-group-prepare-hook', `gnus-summary-prepare-hook' and
189`gnus-summary-article-hook'). (Well, at the very least the first 189`gnus-summary-article-hook'). (Well, at the very least the first
190two.) Gnus provides various integrated functions for highlighting, 190two.) Gnus provides various integrated functions for highlighting,
191which are both faster and more accurated. 191which are both faster and more accurate.
192 192
193There is absolutely no chance, whatsoever, of getting Gnus to work 193There is absolutely no chance, whatsoever, of getting Gnus to work
194with Emacs 18. It won't even work on Emacsen older than Emacs 194with Emacs 18. It won't even work on Emacsen older than Emacs
@@ -288,5 +288,3 @@ me the patches, but one can't have everything.
288 288
289If you have any questions on usage, the "ding@ifi.uio.no" mailing list 289If you have any questions on usage, the "ding@ifi.uio.no" mailing list
290is where to post the questions. 290is where to post the questions.
291
292
diff --git a/etc/srecode/wisent.srt b/etc/srecode/wisent.srt
index d45392e93dd..b66a17a4be5 100644
--- a/etc/srecode/wisent.srt
+++ b/etc/srecode/wisent.srt
@@ -55,7 +55,7 @@ goal
55 55
56%% 56%%
57(define-lex wisent-{{TARGETMODE}}-lexer 57(define-lex wisent-{{TARGETMODE}}-lexer
58 "Lexical analzer to handle {{TARGETMODE}} buffers." 58 "Lexical analyzer to handle {{TARGETMODE}} buffers."
59 ;; semantic-lex-newline 59 ;; semantic-lex-newline
60 semantic-lex-ignore-whitespace 60 semantic-lex-ignore-whitespace
61 semantic-lex-ignore-newline 61 semantic-lex-ignore-newline
diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el
index bd6bbaa88a2..55b07e6eaef 100644
--- a/etc/themes/manoj-dark-theme.el
+++ b/etc/themes/manoj-dark-theme.el
@@ -52,7 +52,7 @@
52;; reading mail/USENET. 52;; reading mail/USENET.
53 53
54;; In the message itself, quoted mail messages from different people 54;; In the message itself, quoted mail messages from different people
55;; are color coordinated, with high contrast beteen citations that are 55;; are color coordinated, with high contrast between citations that are
56;; close to each other in the heirarchy, so it is less likely that one 56;; close to each other in the heirarchy, so it is less likely that one
57;; misunderstands who said what in a long conversation. 57;; misunderstands who said what in a long conversation.
58 58