aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-12-30 17:27:15 -0800
committerPaul Eggert2011-12-30 17:27:15 -0800
commit22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch)
tree39e83ae1f1389e54aec5074029a1d430aaca2876
parentb30941dba07605b40efbf139eed2007d6b1e5445 (diff)
downloademacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz
emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip
Spelling fixes.
-rw-r--r--admin/grammars/c.by2
-rw-r--r--doc/emacs/ack.texi2
-rw-r--r--doc/emacs/emacs.texi2
-rw-r--r--doc/emacs/modes.texi2
-rw-r--r--doc/misc/eieio.texi2
-rw-r--r--doc/misc/gnus.texi4
-rw-r--r--doc/misc/semantic.texi2
-rw-r--r--etc/AUTHORS2
-rw-r--r--etc/NEWS.212
-rw-r--r--etc/TODO2
-rw-r--r--etc/themes/manoj-dark-theme.el2
-rw-r--r--leim/quail/hebrew.el6
-rw-r--r--leim/quail/tibetan.el4
-rw-r--r--lib-src/make-docfile.c2
-rw-r--r--lisp/ChangeLog.134
-rw-r--r--lisp/ChangeLog.152
-rw-r--r--lisp/ChangeLog.92
-rw-r--r--lisp/cedet/semantic/mru-bookmark.el2
-rw-r--r--lisp/cedet/srecode/document.el2
-rw-r--r--lisp/emacs-lisp/authors.el2
-rw-r--r--lisp/emacs-lisp/crm.el2
-rw-r--r--lisp/emacs-lisp/pcase.el2
-rw-r--r--lisp/emulation/cua-base.el2
-rw-r--r--lisp/emulation/viper-cmd.el2
-rw-r--r--lisp/erc/ChangeLog.022
-rw-r--r--lisp/erc/ChangeLog.043
-rw-r--r--lisp/fringe.el2
-rw-r--r--lisp/gnus/ChangeLog.24
-rw-r--r--lisp/gnus/gnus-cus.el2
-rw-r--r--lisp/gnus/gnus-sum.el2
-rw-r--r--lisp/gnus/message.el2
-rw-r--r--lisp/gnus/nnmairix.el2
-rw-r--r--lisp/language/hanja-util.el2
-rw-r--r--lisp/mail/uudecode.el4
-rw-r--r--lisp/mh-e/mh-e.el2
-rw-r--r--lisp/mh-e/mh-letter.el2
-rw-r--r--lisp/mouse.el2
-rw-r--r--lisp/mpc.el2
-rw-r--r--lisp/net/socks.el2
-rw-r--r--lisp/net/tramp-gvfs.el2
-rw-r--r--lisp/net/tramp-smb.el2
-rw-r--r--lisp/org/ob-screen.el4
-rw-r--r--lisp/org/org-table.el2
-rw-r--r--lisp/play/cookie1.el2
-rw-r--r--lisp/progmodes/ada-xref.el2
-rw-r--r--lisp/progmodes/cc-engine.el2
-rw-r--r--lisp/progmodes/js.el3
-rw-r--r--lisp/progmodes/meta-mode.el2
-rw-r--r--lisp/progmodes/verilog-mode.el8
-rw-r--r--lisp/ps-mule.el2
-rw-r--r--lisp/select.el2
-rw-r--r--lisp/textmodes/texnfo-upd.el2
-rw-r--r--lisp/url/url-methods.el2
-rw-r--r--lisp/vc/pcvs-parse.el2
-rw-r--r--lisp/wid-edit.el2
-rw-r--r--lisp/window.el2
-rw-r--r--src/coding.h2
-rw-r--r--src/gtkutil.c2
-rw-r--r--src/nsfns.m2
-rw-r--r--src/term.c2
-rw-r--r--src/textprop.c2
-rw-r--r--src/xdisp.c2
-rw-r--r--test/cedet/tests/testvarnames.c7
63 files changed, 77 insertions, 78 deletions
diff --git a/admin/grammars/c.by b/admin/grammars/c.by
index b49f8ce76c7..8c9da9a901b 100644
--- a/admin/grammars/c.by
+++ b/admin/grammars/c.by
@@ -261,7 +261,7 @@ define
261 ; 261 ;
262 262
263;; In C++, structures can have the same things as classes. 263;; In C++, structures can have the same things as classes.
264;; So delete this somday in the figure. 264;; So delete this some day in the figure.
265;; 265;;
266;;structparts : semantic-list 266;;structparts : semantic-list
267;; (EXPANDFULL $1 structsubparts) 267;; (EXPANDFULL $1 structsubparts)
diff --git a/doc/emacs/ack.texi b/doc/emacs/ack.texi
index ae6338ce5a6..e6d1f8979d7 100644
--- a/doc/emacs/ack.texi
+++ b/doc/emacs/ack.texi
@@ -1183,7 +1183,7 @@ Martin Stjernholm co-authored CC Mode, a major editing mode for C,
1183C@t{++}, Objective-C, Java, Pike, CORBA IDL, and AWK code. 1183C@t{++}, Objective-C, Java, Pike, CORBA IDL, and AWK code.
1184 1184
1185@item 1185@item
1186Steve Strassman did not write @file{spook.el}, and even if he did, he 1186Steve Strassmann did not write @file{spook.el}, and even if he did, he
1187really didn't mean for you to use it in an anarchistic way. 1187really didn't mean for you to use it in an anarchistic way.
1188 1188
1189@item 1189@item
diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi
index f5f0ffe8ef4..ca6162ff824 100644
--- a/doc/emacs/emacs.texi
+++ b/doc/emacs/emacs.texi
@@ -1371,7 +1371,7 @@ Shapiro, Richard Sharman, Olin Shivers, Espen Skoglund, Rick Sladkey,
1371Lynn Slater, Chris Smith, David Smith, Paul D.@: Smith, William 1371Lynn Slater, Chris Smith, David Smith, Paul D.@: Smith, William
1372Sommerfeld, Andre Spiegel, Michael Staats, Ulf Stegemann, Reiner Steib, 1372Sommerfeld, Andre Spiegel, Michael Staats, Ulf Stegemann, Reiner Steib,
1373Sam Steingold, Ake Stenhoff, Peter Stephenson, Ken Stevens, Andy Stewart, 1373Sam Steingold, Ake Stenhoff, Peter Stephenson, Ken Stevens, Andy Stewart,
1374Jonathan Stigelman, Martin Stjernholm, Kim F.@: Storm, Steve Strassman, 1374Jonathan Stigelman, Martin Stjernholm, Kim F.@: Storm, Steve Strassmann,
1375Olaf Sylvester, Naoto Takahashi, Steven Tamm, Jean-Philippe Theberge, 1375Olaf Sylvester, Naoto Takahashi, Steven Tamm, Jean-Philippe Theberge,
1376Jens T.@: Berger Thielemann, Spencer Thomas, Jim Thompson, Luc 1376Jens T.@: Berger Thielemann, Spencer Thomas, Jim Thompson, Luc
1377Teirlinck, David O'Toole, Tom Tromey, Enami Tsugutomo, Eli Tziperman, 1377Teirlinck, David O'Toole, Tom Tromey, Enami Tsugutomo, Eli Tziperman,
diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi
index 4d574242c8d..40a36bd95ed 100644
--- a/doc/emacs/modes.texi
+++ b/doc/emacs/modes.texi
@@ -96,7 +96,7 @@ the rules of the language (@pxref{Indentation}). The keys that are
96commonly changed are @key{TAB}, @key{DEL}, and @kbd{C-j}. Many modes 96commonly changed are @key{TAB}, @key{DEL}, and @kbd{C-j}. Many modes
97also define special commands of their own, usually bound in the prefix 97also define special commands of their own, usually bound in the prefix
98key @kbd{C-c}. Major modes can also alter user options and variables; 98key @kbd{C-c}. Major modes can also alter user options and variables;
99for instance, programming language modes typicaly set a buffer-local 99for instance, programming language modes typically set a buffer-local
100value for the variable @code{comment-start}, which determines how 100value for the variable @code{comment-start}, which determines how
101source code comments are delimited (@pxref{Comments}). 101source code comments are delimited (@pxref{Comments}).
102 102
diff --git a/doc/misc/eieio.texi b/doc/misc/eieio.texi
index d65c7a15f7b..17f064406f9 100644
--- a/doc/misc/eieio.texi
+++ b/doc/misc/eieio.texi
@@ -1893,7 +1893,7 @@ better in the Emacs environment.
1893 1893
1894@enumerate 1894@enumerate
1895@item 1895@item
1896Allow subclasing of Emacs built-in types, such as faces, markers, and 1896Allow subclassing of Emacs built-in types, such as faces, markers, and
1897buffers. 1897buffers.
1898@item 1898@item
1899Allow method overloading of method-like functions in Emacs. 1899Allow method overloading of method-like functions in Emacs.
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 86aaadf8ae8..76bfbc4bb52 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -1328,7 +1328,7 @@ variable to @code{nil}.
1328 1328
1329@vindex gnus-auto-subscribed-categories 1329@vindex gnus-auto-subscribed-categories
1330As if that wasn't enough, @code{gnus-auto-subscribed-categories} also 1330As if that wasn't enough, @code{gnus-auto-subscribed-categories} also
1331allows you to specify that new groups should be subcribed based on the 1331allows you to specify that new groups should be subscribed based on the
1332category their select methods belong to. The default is @samp{(mail 1332category their select methods belong to. The default is @samp{(mail
1333post-mail)}, meaning that all new groups from mail-like backends 1333post-mail)}, meaning that all new groups from mail-like backends
1334should be subscribed automatically. 1334should be subscribed automatically.
@@ -20043,7 +20043,7 @@ matches will use the @code{Message-ID}s of these matching articles.)
20043This will ensure that you can raise/lower the score of an entire thread, 20043This will ensure that you can raise/lower the score of an entire thread,
20044even though some articles in the thread may not have complete 20044even though some articles in the thread may not have complete
20045@code{References} headers. Note that using this may lead to 20045@code{References} headers. Note that using this may lead to
20046undeterministic scores of the articles in the thread. (Using this match 20046nondeterministic scores of the articles in the thread. (Using this match
20047key will lead to creation of @file{ADAPT} files.) 20047key will lead to creation of @file{ADAPT} files.)
20048@end table 20048@end table
20049@end enumerate 20049@end enumerate
diff --git a/doc/misc/semantic.texi b/doc/misc/semantic.texi
index 8c56d2dc9f8..3d74ebf042c 100644
--- a/doc/misc/semantic.texi
+++ b/doc/misc/semantic.texi
@@ -536,7 +536,7 @@ the buffer.
536 536
537@item bovine parser 537@item bovine parser
538A parser using the bovine parser generator. It is an LL parser 538A parser using the bovine parser generator. It is an LL parser
539suitible for small simple languages. 539suitable for small simple languages.
540 540
541@item context 541@item context
542 542
diff --git a/etc/AUTHORS b/etc/AUTHORS
index b7929dbf453..0c86e2b199a 100644
--- a/etc/AUTHORS
+++ b/etc/AUTHORS
@@ -3429,7 +3429,7 @@ Steve Nygard: changed unexnext.c
3429 3429
3430Steve Purcell: changed nnimap.el 3430Steve Purcell: changed nnimap.el
3431 3431
3432Steve Strassman: wrote spook.el 3432Steve Strassmann: wrote spook.el
3433 3433
3434Steve Youngs: changed mh-utils.el mh-xemacs-compat.el mh-customize.el 3434Steve Youngs: changed mh-utils.el mh-xemacs-compat.el mh-customize.el
3435 mh-e.el mh-comp.el mh-mime.el dns.el gnus-art.el browse-url.el 3435 mh-e.el mh-comp.el mh-mime.el dns.el gnus-art.el browse-url.el
diff --git a/etc/NEWS.21 b/etc/NEWS.21
index c018567c40d..60392b384fe 100644
--- a/etc/NEWS.21
+++ b/etc/NEWS.21
@@ -4639,7 +4639,7 @@ simpler form STRING as property value.
4639*** Variable width and height spaces 4639*** Variable width and height spaces
4640 4640
4641To display a space of fractional width or height, use a display 4641To display a space of fractional width or height, use a display
4642specification of the form `(LOCATION STRECH)'. If LOCATION is 4642specification of the form `(LOCATION STRETCH)'. If LOCATION is
4643`(margin left-margin)', the space is displayed in the left marginal 4643`(margin left-margin)', the space is displayed in the left marginal
4644area, if it is `(margin right-margin)', it is displayed in the right 4644area, if it is `(margin right-margin)', it is displayed in the right
4645marginal area, and if LOCATION is `(margin nil)' the space is 4645marginal area, and if LOCATION is `(margin nil)' the space is
diff --git a/etc/TODO b/etc/TODO
index 2470747bfb5..c58fd6dda78 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -79,7 +79,7 @@ understand. I find it quite hard to figure out what compilation
79command it will use. 79command it will use.
80 80
81I suggest totally rewriting that part of Flymake, using the simplest 81I suggest totally rewriting that part of Flymake, using the simplest
82mechanism that sufficies for the specific needs. That will be easy 82mechanism that suffices for the specific needs. That will be easy
83for users to customize. 83for users to customize.
84 84
85** Compute the list of active keymaps *after* reading the first event. 85** Compute the list of active keymaps *after* reading the first event.
diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el
index b06678636c7..ed3e6e334d0 100644
--- a/etc/themes/manoj-dark-theme.el
+++ b/etc/themes/manoj-dark-theme.el
@@ -20,7 +20,7 @@
20 20
21;;; Commentary: 21;;; Commentary:
22 22
23;; I spend a lot of time workin in front of a screen (many hours in a 23;; I spend a lot of time working in front of a screen (many hours in a
24;; dimly lit room) and eye fatigue is an issue. This is a dark color 24;; dimly lit room) and eye fatigue is an issue. This is a dark color
25;; theme for emacs, which is easier on the eyes than light themes. 25;; theme for emacs, which is easier on the eyes than light themes.
26 26
diff --git a/leim/quail/hebrew.el b/leim/quail/hebrew.el
index 7c7f6c6a8b5..aed9910000a 100644
--- a/leim/quail/hebrew.el
+++ b/leim/quail/hebrew.el
@@ -333,7 +333,7 @@ Additional mappings for Rafe and Yiddish ligatures.
333(quail-define-package 333(quail-define-package
334 "hebrew-full" "Hebrew" ",Hr$,1,T,K(B" nil "Hebrew Full method. 334 "hebrew-full" "Hebrew" ",Hr$,1,T,K(B" nil "Hebrew Full method.
335 335
336Provides access to all Hebrew characters suiltable to Modern Hebrew. 336Provides access to all Hebrew characters suitable to Modern Hebrew.
337" nil t t t t nil nil nil nil nil t) 337" nil t t t t nil nil nil nil nil t)
338 338
339(quail-define-rules 339(quail-define-rules
@@ -456,7 +456,7 @@ Provides access to all Hebrew characters suiltable to Modern Hebrew.
456"Biblical Hebrew Tiro input method. 456"Biblical Hebrew Tiro input method.
457 457
458Based on Society of Biblical Literature's Tiro keyboard layout. 458Based on Society of Biblical Literature's Tiro keyboard layout.
459Not suiltable for modern Hebrew input. 459Not suitable for modern Hebrew input.
460 'q' is used to switch levels instead of Alt-Gr. 460 'q' is used to switch levels instead of Alt-Gr.
461 Combining dot above (Called Masora dot) ($,1%G(B) is mapped to 'q1'. 461 Combining dot above (Called Masora dot) ($,1%G(B) is mapped to 'q1'.
462" nil t t t t nil nil nil nil nil t) 462" nil t t t t nil nil nil nil nil t)
@@ -602,7 +602,7 @@ Not suiltable for modern Hebrew input.
602"Biblical Hebrew SIL input method. 602"Biblical Hebrew SIL input method.
603 603
604Based on Society of Biblical Literature's SIL keyboard layout. 604Based on Society of Biblical Literature's SIL keyboard layout.
605Phonetic and not suiltable for modern Hebrew input. 605Phonetic and not suitable for modern Hebrew input.
606 '`' is used to switch levels instead of Alt-Gr. 606 '`' is used to switch levels instead of Alt-Gr.
607 Euro Sign (,F$(B) is mapped to 'Z'. 607 Euro Sign (,F$(B) is mapped to 'Z'.
608" nil t t t t nil nil nil nil nil t) 608" nil t t t t nil nil nil nil nil t)
diff --git a/leim/quail/tibetan.el b/leim/quail/tibetan.el
index ba47155524f..2bc50ace840 100644
--- a/leim/quail/tibetan.el
+++ b/leim/quail/tibetan.el
@@ -159,7 +159,7 @@
159 nil nil nil nil nil nil nil nil 159 nil nil nil nil nil nil nil nil
160 'quail-tibetan-update-translation) 160 'quail-tibetan-update-translation)
161 161
162;; Here we build up a Quail map for a Tibtan sequence the whole of 162;; Here we build up a Quail map for a Tibetan sequence the whole of
163;; which can be one composition. 163;; which can be one composition.
164;; 164;;
165;; A Tibetan syllable is typically structured as follows: 165;; A Tibetan syllable is typically structured as follows:
@@ -224,7 +224,7 @@
224 ("F" . "M") ; anusvara 224 ("F" . "M") ; anusvara
225 ("g" . "u") ; zhabs kyu 225 ("g" . "u") ; zhabs kyu
226 ("G" . "i") ; gi gu 226 ("G" . "i") ; gi gu
227 ("H" . ",") ; viraama 227 ("H" . ",") ; virama
228 ("j" . "o") ; naro 228 ("j" . "o") ; naro
229 ("J" . "e") ; 'greng bu 229 ("J" . "e") ; 'greng bu
230 ("k" . "ts") ; tsa 230 ("k" . "ts") ; tsa
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index 1ec365f3446..89737f04357 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -541,7 +541,7 @@ write_c_args (FILE *out, char *func, char *buf, int minargs, int maxargs)
541 maxargs--; 541 maxargs--;
542 542
543 /* In C code, `default' is a reserved word, so we spell it 543 /* In C code, `default' is a reserved word, so we spell it
544 `defalt'; unmangle that here. */ 544 `defalt'; demangle that here. */
545 if (ident_length == 6 && strncmp (ident_start, "defalt", 6) == 0) 545 if (ident_length == 6 && strncmp (ident_start, "defalt", 6) == 0)
546 fprintf (out, "DEFAULT"); 546 fprintf (out, "DEFAULT");
547 else 547 else
diff --git a/lisp/ChangeLog.13 b/lisp/ChangeLog.13
index 558718a5a5f..a2d274fbcc0 100644
--- a/lisp/ChangeLog.13
+++ b/lisp/ChangeLog.13
@@ -1121,10 +1121,10 @@
1121 * international/titdic-cnv.el (tit-process-header): Fix embedded 1121 * international/titdic-cnv.el (tit-process-header): Fix embedded
1122 coding tag. 1122 coding tag.
1123 (titdic-convert): Bind coding-system-for-write to the coding 1123 (titdic-convert): Bind coding-system-for-write to the coding
1124 system specfied in the map file. Remove `charset' property after 1124 system specified in the map file. Remove `charset' property after
1125 decoding. 1125 decoding.
1126 (miscdic-convert): Bind coding-system-for-write to the coding 1126 (miscdic-convert): Bind coding-system-for-write to the coding
1127 system specfied for the map file. Fix LANGUAGE arg to 1127 system specified for the map file. Fix LANGUAGE arg to
1128 quail-define-package. 1128 quail-define-package.
1129 (batch-miscdic-convert): Check if a file is directory or not. 1129 (batch-miscdic-convert): Check if a file is directory or not.
1130 1130
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15
index 6e13c1156ce..8d369f2e2f0 100644
--- a/lisp/ChangeLog.15
+++ b/lisp/ChangeLog.15
@@ -17621,7 +17621,7 @@
17621 (batch-update-autoloads): Handle autoload-excludes on windows-nt. 17621 (batch-update-autoloads): Handle autoload-excludes on windows-nt.
17622 17622
17623 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of 17623 * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of
17624 the headers cannot be located. Simplify, subtracting superflous 17624 the headers cannot be located. Simplify, subtracting superfluous
17625 save-excursions. 17625 save-excursions.
17626 17626
176272009-10-15 Stefan Monnier <monnier@iro.umontreal.ca> 176272009-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9
index 252b3854f7a..ba90274edf0 100644
--- a/lisp/ChangeLog.9
+++ b/lisp/ChangeLog.9
@@ -13936,7 +13936,7 @@
13936 13936
13937 * international/mule-cmds.el (help-xref-mule-regexp-template): New 13937 * international/mule-cmds.el (help-xref-mule-regexp-template): New
13938 variable. 13938 variable.
13939 (describe-input-method): Temporarily activate the specfied input 13939 (describe-input-method): Temporarily activate the specified input
13940 method to display the information. 13940 method to display the information.
13941 (describe-language-environment): Hyperlinks to mule related items. 13941 (describe-language-environment): Hyperlinks to mule related items.
13942 13942
diff --git a/lisp/cedet/semantic/mru-bookmark.el b/lisp/cedet/semantic/mru-bookmark.el
index 47915e8ad58..6f2b2a8b9c8 100644
--- a/lisp/cedet/semantic/mru-bookmark.el
+++ b/lisp/cedet/semantic/mru-bookmark.el
@@ -363,7 +363,7 @@ Argument PROMPT is the prompt to use when reading."
363 (setq ans (assoc ans alist)) 363 (setq ans (assoc ans alist))
364 (if ans 364 (if ans
365 (cdr ans) 365 (cdr ans)
366 ;; no match. Custom word. Look it up somwhere? 366 ;; no match. Custom word. Look it up somewhere?
367 nil) 367 nil)
368 ))) 368 )))
369 369
diff --git a/lisp/cedet/srecode/document.el b/lisp/cedet/srecode/document.el
index e25905ead83..038719fbcff 100644
--- a/lisp/cedet/srecode/document.el
+++ b/lisp/cedet/srecode/document.el
@@ -167,7 +167,7 @@ doesn't always work correctly."
167 ("str\\(ing\\)?" . "string") 167 ("str\\(ing\\)?" . "string")
168 ("use?r" . "user") 168 ("use?r" . "user")
169 ("num\\(ber\\)?" . "number") 169 ("num\\(ber\\)?" . "number")
170 ("\\(^\\|\\s-\\)id\\($\\|\\s-\\)" . "Identifier") ;complex cause ;common sylable 170 ("\\(^\\|\\s-\\)id\\($\\|\\s-\\)" . "Identifier") ;complex cause ;common syllable
171 ) 171 )
172 "List of common English abbreviations or full words. 172 "List of common English abbreviations or full words.
173These are nouns (as opposed to verbs) for use in creating expanded 173These are nouns (as opposed to verbs) for use in creating expanded
diff --git a/lisp/emacs-lisp/authors.el b/lisp/emacs-lisp/authors.el
index 596b32f24c3..f5330b3b65f 100644
--- a/lisp/emacs-lisp/authors.el
+++ b/lisp/emacs-lisp/authors.el
@@ -452,7 +452,7 @@ Changes to files in this list are not listed.")
452 ("William Sommerfeld" :wrote "emacsclient.c" "scribe.el") 452 ("William Sommerfeld" :wrote "emacsclient.c" "scribe.el")
453 ;; No longer distributed: emacsserver.c. 453 ;; No longer distributed: emacsserver.c.
454 ("Leigh Stoller" :changed "emacsclient.c" "server.el") 454 ("Leigh Stoller" :changed "emacsclient.c" "server.el")
455 ("Steve Strassman" :wrote "spook.el") 455 ("Steve Strassmann" :wrote "spook.el")
456 ("Shinichirou Sugou" :changed "etags.c") 456 ("Shinichirou Sugou" :changed "etags.c")
457 ;; No longer distributed: emacsserver.c. 457 ;; No longer distributed: emacsserver.c.
458 ("Sun Microsystems, Inc" :changed "emacsclient.c" "server.el" 458 ("Sun Microsystems, Inc" :changed "emacsclient.c" "server.el"
diff --git a/lisp/emacs-lisp/crm.el b/lisp/emacs-lisp/crm.el
index 3848ab7e6ea..d76490f37b8 100644
--- a/lisp/emacs-lisp/crm.el
+++ b/lisp/emacs-lisp/crm.el
@@ -143,7 +143,7 @@ nil if none.
143 143
144The value of FLAG is used to specify the type of completion operation. 144The value of FLAG is used to specify the type of completion operation.
145A value of nil specifies `try-completion'. A value of t specifies 145A value of nil specifies `try-completion'. A value of t specifies
146`all-completions'. A value of lambda specifes a test for an exact match. 146`all-completions'. A value of lambda specifies a test for an exact match.
147 147
148For more information on STRING, PREDICATE, and FLAG, see the Elisp 148For more information on STRING, PREDICATE, and FLAG, see the Elisp
149Reference sections on 'Programmed Completion' and 'Basic Completion 149Reference sections on 'Programmed Completion' and 'Basic Completion
diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el
index 6931ce75cb5..7709b59d137 100644
--- a/lisp/emacs-lisp/pcase.el
+++ b/lisp/emacs-lisp/pcase.el
@@ -685,7 +685,7 @@ Otherwise, it defers to REST which is a list of branches of the form
685 (pcase--if `(,(if (stringp qpat) #'equal #'eq) ,sym ',qpat) 685 (pcase--if `(,(if (stringp qpat) #'equal #'eq) ,sym ',qpat)
686 (pcase--u1 matches code vars then-rest) 686 (pcase--u1 matches code vars then-rest)
687 (pcase--u else-rest)))) 687 (pcase--u else-rest))))
688 (t (error "Unkown QPattern %s" qpat)))) 688 (t (error "Unknown QPattern %s" qpat))))
689 689
690 690
691(provide 'pcase) 691(provide 'pcase)
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el
index b17fa6b1471..5e107da15fc 100644
--- a/lisp/emulation/cua-base.el
+++ b/lisp/emulation/cua-base.el
@@ -84,7 +84,7 @@
84 84
85;; If you have just replaced a highlighted region with typed text, 85;; If you have just replaced a highlighted region with typed text,
86;; you can repeat the replace with M-v. This will search forward 86;; you can repeat the replace with M-v. This will search forward
87;; for a streach of text identical to the previous contents of the 87;; for a stretch of text identical to the previous contents of the
88;; region (i.e. the contents of register 0) and replace it with the 88;; region (i.e. the contents of register 0) and replace it with the
89;; text you typed to replace the original region. Repeating M-v will 89;; text you typed to replace the original region. Repeating M-v will
90;; replace the next matching region and so on. 90;; replace the next matching region and so on.
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el
index b6d487704f4..4c728b5de71 100644
--- a/lisp/emulation/viper-cmd.el
+++ b/lisp/emulation/viper-cmd.el
@@ -4397,7 +4397,7 @@ cursor move past the beginning of line."
4397 4397
4398(defun viper-query-replace () 4398(defun viper-query-replace ()
4399 "Query replace. 4399 "Query replace.
4400If a null string is suplied as the string to be replaced, 4400If a null string is supplied as the string to be replaced,
4401the query replace mode will toggle between string replace 4401the query replace mode will toggle between string replace
4402and regexp replace." 4402and regexp replace."
4403 (interactive) 4403 (interactive)
diff --git a/lisp/erc/ChangeLog.02 b/lisp/erc/ChangeLog.02
index d20b6ca35a7..85914a72ae9 100644
--- a/lisp/erc/ChangeLog.02
+++ b/lisp/erc/ChangeLog.02
@@ -51,7 +51,7 @@
512002-12-29 Damien Elmes <erc@repose.cx> 512002-12-29 Damien Elmes <erc@repose.cx>
52 52
53 * erc-track.el: 53 * erc-track.el:
54 * (erc-track-get-active-buffer): remove superflous (+ arg 0) 54 * (erc-track-get-active-buffer): remove superfluous (+ arg 0)
55 55
562002-12-29 Alex Schroeder <alex@gnu.org> 562002-12-29 Alex Schroeder <alex@gnu.org>
57 57
diff --git a/lisp/erc/ChangeLog.04 b/lisp/erc/ChangeLog.04
index ff47372b8e3..97d2f01a22d 100644
--- a/lisp/erc/ChangeLog.04
+++ b/lisp/erc/ChangeLog.04
@@ -1926,7 +1926,7 @@
1926 1926
1927 * erc.el: erc-send-whitespace-lines: New variable. 1927 * erc.el: erc-send-whitespace-lines: New variable.
1928 (erc-send-current-line): Use erc-send-whitespace-lines. Also, 1928 (erc-send-current-line): Use erc-send-whitespace-lines. Also,
1929 removed superflous test for empty line in the mapc, since the 1929 removed superfluous test for empty line in the mapc, since the
1930 blank line test should find all. I do like to be able to send an 1930 blank line test should find all. I do like to be able to send an
1931 empty line when i want to! 1931 empty line when i want to!
1932 (erc-send-current-line): Check for point being in input line 1932 (erc-send-current-line): Check for point being in input line
@@ -2092,4 +2092,3 @@ See ChangeLog.03 for earlier changes.
2092;; Local Variables: 2092;; Local Variables:
2093;; coding: utf-8 2093;; coding: utf-8
2094;; End: 2094;; End:
2095
diff --git a/lisp/fringe.el b/lisp/fringe.el
index fa5ebb6f0c6..aac7e3ba5c7 100644
--- a/lisp/fringe.el
+++ b/lisp/fringe.el
@@ -30,7 +30,7 @@
30 30
31;; The code is influenced by scroll-bar.el and avoid.el. The author 31;; The code is influenced by scroll-bar.el and avoid.el. The author
32;; gratefully acknowledge comments and suggestions made by Miles 32;; gratefully acknowledge comments and suggestions made by Miles
33;; Bader, Eli Zaretski, Richard Stallman, Pavel Janík and others which 33;; Bader, Eli Zaretskii, Richard Stallman, Pavel Janík and others which
34;; improved this package. 34;; improved this package.
35 35
36;;; Code: 36;;; Code:
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index 64b15ce31b3..e47af13275e 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -970,9 +970,9 @@
970 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional 970 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional
971 parameter key, overrides the key id used to store passphrase 971 parameter key, overrides the key id used to store passphrase
972 under (uses true key id from gpg output if nil). 972 under (uses true key id from gpg output if nil).
973 (pgg-gpg-encrypt-region): Search for passphrase using user suplied 973 (pgg-gpg-encrypt-region): Search for passphrase using user supplied
974 string STR, instead of (pgg-lookup-key STR t). 974 string STR, instead of (pgg-lookup-key STR t).
975 (pgg-gpg-encrypt-region): Store passphrase under user suplied 975 (pgg-gpg-encrypt-region): Store passphrase under user supplied
976 string, instead of real key id taken from gpg output. 976 string, instead of real key id taken from gpg output.
977 (pgg-gpg-decrypt-region): Likewise. 977 (pgg-gpg-decrypt-region): Likewise.
978 (pgg-gpg-sign-region): Likewise. 978 (pgg-gpg-sign-region): Likewise.
diff --git a/lisp/gnus/gnus-cus.el b/lisp/gnus/gnus-cus.el
index 98f04263571..0721445b592 100644
--- a/lisp/gnus/gnus-cus.el
+++ b/lisp/gnus/gnus-cus.el
@@ -922,7 +922,7 @@ will add a new `thread' match for each article that has X in its
922`Message-ID's of these matching articles.) This will ensure that you 922`Message-ID's of these matching articles.) This will ensure that you
923can raise/lower the score of an entire thread, even though some 923can raise/lower the score of an entire thread, even though some
924articles in the thread may not have complete `References' headers. 924articles in the thread may not have complete `References' headers.
925Note that using this may lead to undeterministic scores of the 925Note that using this may lead to nondeterministic scores of the
926articles in the thread. 926articles in the thread.
927") 927")
928 ,@types) 928 ,@types)
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index d8db300efbd..52c814528a5 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -4257,7 +4257,7 @@ If NO-DISPLAY, don't generate a summary buffer."
4257 result)) 4257 result))
4258 4258
4259(defun gnus-sort-gathered-threads (threads) 4259(defun gnus-sort-gathered-threads (threads)
4260 "Sort subtreads inside each gathered thread by `gnus-sort-gathered-threads-function'." 4260 "Sort subthreads inside each gathered thread by `gnus-sort-gathered-threads-function'."
4261 (let ((result threads)) 4261 (let ((result threads))
4262 (while threads 4262 (while threads
4263 (when (stringp (caar threads)) 4263 (when (stringp (caar threads))
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 5198618c2c3..01fc02cd130 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -6169,7 +6169,7 @@ If the current line has `message-yank-prefix', insert it on the new line."
6169When sending via news, also check that the REFERENCES are less 6169When sending via news, also check that the REFERENCES are less
6170than 988 characters long, and if they are not, trim them until 6170than 988 characters long, and if they are not, trim them until
6171they are." 6171they are."
6172 ;; 21 is the number suggested by USEAGE. 6172 ;; 21 is the number suggested by USAGE.
6173 (let ((maxcount 21) 6173 (let ((maxcount 21)
6174 (count 0) 6174 (count 0)
6175 (cut 2) 6175 (cut 2)
diff --git a/lisp/gnus/nnmairix.el b/lisp/gnus/nnmairix.el
index 4ad9d11f906..771e192c188 100644
--- a/lisp/gnus/nnmairix.el
+++ b/lisp/gnus/nnmairix.el
@@ -483,7 +483,7 @@ Other back ends might or might not work.")
483 mfolder query threads))) 483 mfolder query threads)))
484 ;; Check return value 484 ;; Check return value
485 (cond 485 (cond
486 ((zerop rval) ; call was succesful 486 ((zerop rval) ; call was successful
487 (nnmairix-call-backend 487 (nnmairix-call-backend
488 "open-server" nnmairix-backend-server) 488 "open-server" nnmairix-backend-server)
489 ;; If we're dealing with nnml, rename files 489 ;; If we're dealing with nnml, rename files
diff --git a/lisp/language/hanja-util.el b/lisp/language/hanja-util.el
index bd661083406..adb25c7e2e8 100644
--- a/lisp/language/hanja-util.el
+++ b/lisp/language/hanja-util.el
@@ -6438,7 +6438,7 @@ character. This variable is initialized by `hanja-init-load'.")
6438 6438
6439;; List of current conversion status. 6439;; List of current conversion status.
6440;; The first element is the strating position of shown list. 6440;; The first element is the strating position of shown list.
6441;; It is a group number each splited by `hanja-list-width'. 6441;; It is a group number each split by `hanja-list-width'.
6442;; The second element is the position of selected element. 6442;; The second element is the position of selected element.
6443;; The third element is a list of suitable Hanja candidate. 6443;; The third element is a list of suitable Hanja candidate.
6444(defvar hanja-conversions 6444(defvar hanja-conversions
diff --git a/lisp/mail/uudecode.el b/lisp/mail/uudecode.el
index 8652e67d3e1..e2630b5102c 100644
--- a/lisp/mail/uudecode.el
+++ b/lisp/mail/uudecode.el
@@ -197,10 +197,10 @@ If FILE-NAME is non-nil, save the result to FILE-NAME."
197 (cond 197 (cond
198 (done) 198 (done)
199 ((> 0 remain) 199 ((> 0 remain)
200 (error "uucode line ends unexpectly") 200 (error "uucode line ends unexpectedly")
201 (setq done t)) 201 (setq done t))
202 ((and (= (point) end) (not done)) 202 ((and (= (point) end) (not done))
203 ;;(error "uucode ends unexpectly") 203 ;;(error "uucode ends unexpectedly")
204 (setq done t)) 204 (setq done t))
205 ((= counter 3) 205 ((= counter 3)
206 (setq result (cons 206 (setq result (cons
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 9d0ece0f505..ffcc3488664 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -2508,7 +2508,7 @@ of citations entirely, choose \"None\"."
2508 "Seal-Send-Time:" 2508 "Seal-Send-Time:"
2509 "See-Also:" ; H. Spencer: News Article Format and Transmission, June 1994 2509 "See-Also:" ; H. Spencer: News Article Format and Transmission, June 1994
2510 "Sensitivity:" ; RFC 2156, 2421 2510 "Sensitivity:" ; RFC 2156, 2421
2511 "Speach-Act:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ 2511 "Speech-Act:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/
2512 "Status:" ; sendmail 2512 "Status:" ; sendmail
2513 "Supersedes:" ; H. Spencer: News Article Format and Transmission, June 1994 2513 "Supersedes:" ; H. Spencer: News Article Format and Transmission, June 1994
2514 "Telefax:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ 2514 "Telefax:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/
diff --git a/lisp/mh-e/mh-letter.el b/lisp/mh-e/mh-letter.el
index f269faf3a51..b526df25cc7 100644
--- a/lisp/mh-e/mh-letter.el
+++ b/lisp/mh-e/mh-letter.el
@@ -909,7 +909,7 @@ Any match found replaces the text from BEGIN to END."
909 (with-output-to-temp-buffer completions-buffer 909 (with-output-to-temp-buffer completions-buffer
910 (mh-display-completion-list 910 (mh-display-completion-list
911 (all-completions word choices) 911 (all-completions word choices)
912 ;; The `common-subtring' arg only works if it's a prefix. 912 ;; The `common-substring' arg only works if it's a prefix.
913 (unless (and (functionp choices) 913 (unless (and (functionp choices)
914 (let ((bounds 914 (let ((bounds
915 (funcall choices 915 (funcall choices
diff --git a/lisp/mouse.el b/lisp/mouse.el
index 615062dc031..d1aba96ff16 100644
--- a/lisp/mouse.el
+++ b/lisp/mouse.el
@@ -62,7 +62,7 @@ typically sets point where you click the mouse).
62If value is an integer, the time elapsed between pressing and 62If value is an integer, the time elapsed between pressing and
63releasing the mouse button determines whether to follow the link 63releasing the mouse button determines whether to follow the link
64or perform the normal Mouse-1 action (typically set point). 64or perform the normal Mouse-1 action (typically set point).
65The absolute numeric value specifices the maximum duration of a 65The absolute numeric value specifies the maximum duration of a
66\"short click\" in milliseconds. A positive value means that a 66\"short click\" in milliseconds. A positive value means that a
67short click follows the link, and a longer click performs the 67short click follows the link, and a longer click performs the
68normal action. A negative value gives the opposite behavior. 68normal action. A negative value gives the opposite behavior.
diff --git a/lisp/mpc.el b/lisp/mpc.el
index 224131623f4..617ec8bd80d 100644
--- a/lisp/mpc.el
+++ b/lisp/mpc.el
@@ -2412,7 +2412,7 @@ This is used so that they can be compared with `eq', which is needed for
2412 (let* (songid ;The ID of the currently ffwd/rewinding song. 2412 (let* (songid ;The ID of the currently ffwd/rewinding song.
2413 songduration ;The duration of that song. 2413 songduration ;The duration of that song.
2414 songtime ;The time of the song last time we ran. 2414 songtime ;The time of the song last time we ran.
2415 oldtime ;The timeoftheday last time we ran. 2415 oldtime ;The time of day last time we ran.
2416 prevsongid) ;The song we're in the process leaving. 2416 prevsongid) ;The song we're in the process leaving.
2417 (let ((fun 2417 (let ((fun
2418 (lambda () 2418 (lambda ()
diff --git a/lisp/net/socks.el b/lisp/net/socks.el
index d792077d861..ac8ec15929b 100644
--- a/lisp/net/socks.el
+++ b/lisp/net/socks.el
@@ -414,7 +414,7 @@ version.")
414 ((= atype socks-address-type-name) 414 ((= atype socks-address-type-name)
415 (format "%c%s" (length address) address)) 415 (format "%c%s" (length address) address))
416 (t 416 (t
417 (error "Unkown address type: %d" atype)))) 417 (error "Unknown address type: %d" atype))))
418 (info (gethash proc socks-connections)) 418 (info (gethash proc socks-connections))
419 request version) 419 request version)
420 (or info (error "socks-send-command called on non-SOCKS connection %S" 420 (or info (error "socks-send-command called on non-SOCKS connection %S"
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
index 27dff3aa8d9..abebed6115f 100644
--- a/lisp/net/tramp-gvfs.el
+++ b/lisp/net/tramp-gvfs.el
@@ -1209,7 +1209,7 @@ connection if a previous connection has died for some reason."
1209 (format "Opening connection for %s using %s" host method) 1209 (format "Opening connection for %s using %s" host method)
1210 (format "Opening connection for %s@%s using %s" user host method)) 1210 (format "Opening connection for %s@%s using %s" user host method))
1211 1211
1212 ;; Enable auth-sorce and password-cache. 1212 ;; Enable auth-source and password-cache.
1213 (tramp-set-connection-property vec "first-password-request" t) 1213 (tramp-set-connection-property vec "first-password-request" t)
1214 1214
1215 ;; There will be a callback of "askPassword" when a password is 1215 ;; There will be a callback of "askPassword" when a password is
diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el
index 73b9339e25a..c062ebbbfd2 100644
--- a/lisp/net/tramp-smb.el
+++ b/lisp/net/tramp-smb.el
@@ -973,7 +973,7 @@ If VEC has no cifs capabilities, exchange \"/\" by \"\\\\\"."
973 (setq 973 (setq
974 localname 974 localname
975 (if (string-match "^/?[^/]+\\(/.*\\)" localname) 975 (if (string-match "^/?[^/]+\\(/.*\\)" localname)
976 ;; There is a share, sparated by "/". 976 ;; There is a share, separated by "/".
977 (if (not (tramp-smb-get-cifs-capabilities vec)) 977 (if (not (tramp-smb-get-cifs-capabilities vec))
978 (mapconcat 978 (mapconcat
979 (lambda (x) (if (equal x ?/) "\\" (char-to-string x))) 979 (lambda (x) (if (equal x ?/) "\\" (char-to-string x)))
diff --git a/lisp/org/ob-screen.el b/lisp/org/ob-screen.el
index 084beffd229..367d73f787a 100644
--- a/lisp/org/ob-screen.el
+++ b/lisp/org/ob-screen.el
@@ -38,7 +38,7 @@
38(require 'ob-ref) 38(require 'ob-ref)
39 39
40(defvar org-babel-screen-location "screen" 40(defvar org-babel-screen-location "screen"
41 "The command location for screen. 41 "The command location for screen.
42In case you want to use a different screen than one selected by your $PATH") 42In case you want to use a different screen than one selected by your $PATH")
43 43
44(defvar org-babel-default-header-args:screen 44(defvar org-babel-default-header-args:screen
@@ -112,7 +112,7 @@ In case you want to use a different screen than one selected by your $PATH")
112 (with-temp-file tmpfile 112 (with-temp-file tmpfile
113 (insert body) 113 (insert body)
114 114
115 ;; org-babel has superflous spaces 115 ;; org-babel has superfluous spaces
116 (goto-char (point-min)) 116 (goto-char (point-min))
117 (delete-matching-lines "^ +$")) 117 (delete-matching-lines "^ +$"))
118 tmpfile)) 118 tmpfile))
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el
index 76e4eae4b45..cf28a5e80ae 100644
--- a/lisp/org/org-table.el
+++ b/lisp/org/org-table.el
@@ -2989,7 +2989,7 @@ them to individual field equations for each field."
2989So @< and $< will always be replaced with @1 and $1, respectively. 2989So @< and $< will always be replaced with @1 and $1, respectively.
2990The advantage of these special markers are that structure editing of 2990The advantage of these special markers are that structure editing of
2991the table will not change them, while @1 and $1 will be modified 2991the table will not change them, while @1 and $1 will be modified
2992when a line/row is swaped out of that privileged position. So for 2992when a line/row is swapped out of that privileged position. So for
2993formulas that use a range of rows or columns, it may often be better 2993formulas that use a range of rows or columns, it may often be better
2994to anchor the formula with \"I\" row markers, or to offset from the 2994to anchor the formula with \"I\" row markers, or to offset from the
2995borders of the table using the @< @> $< $> makers." 2995borders of the table using the @< @> $< $> makers."
diff --git a/lisp/play/cookie1.el b/lisp/play/cookie1.el
index 837213665fc..acd3aa8c2cb 100644
--- a/lisp/play/cookie1.el
+++ b/lisp/play/cookie1.el
@@ -46,7 +46,7 @@
46;; In order to achieve total compatibility with strfile(1), cookie files 46;; In order to achieve total compatibility with strfile(1), cookie files
47;; should start with two consecutive delimiters (and no comment). 47;; should start with two consecutive delimiters (and no comment).
48;; 48;;
49;; This code derives from Steve Strassman's 1987 spook.el package, but 49;; This code derives from Steve Strassmann's 1987 spook.el package, but
50;; has been generalized so that it supports multiple simultaneous 50;; has been generalized so that it supports multiple simultaneous
51;; cookie databases and fortune files. It is intended to be called 51;; cookie databases and fortune files. It is intended to be called
52;; from other packages such as yow.el and spook.el. 52;; from other packages such as yow.el and spook.el.
diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el
index f30457992a3..9c53b1a9e23 100644
--- a/lisp/progmodes/ada-xref.el
+++ b/lisp/progmodes/ada-xref.el
@@ -1533,7 +1533,7 @@ the project file."
1533 ;; .ali file for a spec file. If we are, go to step 3. 1533 ;; .ali file for a spec file. If we are, go to step 3.
1534 ;; 3- If the file is not found or step 2 failed: 1534 ;; 3- If the file is not found or step 2 failed:
1535 ;; find the name of the "other file", ie the body, and look 1535 ;; find the name of the "other file", ie the body, and look
1536 ;; for its associated .ali file by subtituing the extension 1536 ;; for its associated .ali file by subtituting the extension
1537 ;; 1537 ;;
1538 ;; We must also handle the case of separate packages and subprograms: 1538 ;; We must also handle the case of separate packages and subprograms:
1539 ;; 4- If no ali file was found, we try to modify the file name by removing 1539 ;; 4- If no ali file was found, we try to modify the file name by removing
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 57ee3943bbe..2d18498d6f4 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -2594,7 +2594,7 @@ comment at the start of cc-engine.el for more info."
2594 mstart) ; start of a macro. 2594 mstart) ; start of a macro.
2595 2595
2596 (save-excursion 2596 (save-excursion
2597 ;; Each time round the following loop, we enter a succesively deeper 2597 ;; Each time round the following loop, we enter a successively deeper
2598 ;; level of brace/paren nesting. (Except sometimes we "continue at 2598 ;; level of brace/paren nesting. (Except sometimes we "continue at
2599 ;; the existing level".) `pa+1' is a pos inside an opening 2599 ;; the existing level".) `pa+1' is a pos inside an opening
2600 ;; brace/paren/bracket, usually just after it. 2600 ;; brace/paren/bracket, usually just after it.
diff --git a/lisp/progmodes/js.el b/lisp/progmodes/js.el
index f0c86265232..808d17dff54 100644
--- a/lisp/progmodes/js.el
+++ b/lisp/progmodes/js.el
@@ -369,7 +369,8 @@ Match group 1 is the name of the macro.")
369;; must be h-end. 369;; must be h-end.
370;; 370;;
371;; js--pitem instances are never modified (with the exception 371;; js--pitem instances are never modified (with the exception
372;; of the b-end field). Instead, modified copies are added at subseqnce parse points. 372;; of the b-end field). Instead, modified copies are added at
373;; subsequence parse points.
373;; (The exception for b-end and its caveats is described below.) 374;; (The exception for b-end and its caveats is described below.)
374;; 375;;
375 376
diff --git a/lisp/progmodes/meta-mode.el b/lisp/progmodes/meta-mode.el
index d0a34179cc8..53ae22b9908 100644
--- a/lisp/progmodes/meta-mode.el
+++ b/lisp/progmodes/meta-mode.el
@@ -384,7 +384,7 @@ Each entry is a list with the following elements:
3841. Regexp matching the preceding text. 3841. Regexp matching the preceding text.
3852. A number indicating the subgroup in the regexp containing the text. 3852. A number indicating the subgroup in the regexp containing the text.
3863. A function returning an alist of possible completions. 3863. A function returning an alist of possible completions.
3874. Text to append after a succesful completion (if any). 3874. Text to append after a successful completion (if any).
388 388
389Or alternatively: 389Or alternatively:
3901. Regexp matching the preceding text. 3901. Regexp matching the preceding text.
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el
index 52e7b6e2429..f68398c6459 100644
--- a/lisp/progmodes/verilog-mode.el
+++ b/lisp/progmodes/verilog-mode.el
@@ -1423,7 +1423,7 @@ If set will become buffer local.")
1423 ["AUTOSENSE" (describe-function 'verilog-auto-sense) 1423 ["AUTOSENSE" (describe-function 'verilog-auto-sense)
1424 :help "Help on AUTOSENSE - sensitivity lists for always blocks"] 1424 :help "Help on AUTOSENSE - sensitivity lists for always blocks"]
1425 ["AUTOTIEOFF" (describe-function 'verilog-auto-tieoff) 1425 ["AUTOTIEOFF" (describe-function 'verilog-auto-tieoff)
1426 :help "Help on AUTOTIEOFF - tieing off unused outputs"] 1426 :help "Help on AUTOTIEOFF - tying off unused outputs"]
1427 ["AUTOUNUSED" (describe-function 'verilog-auto-unused) 1427 ["AUTOUNUSED" (describe-function 'verilog-auto-unused)
1428 :help "Help on AUTOUNUSED - terminating unused inputs"] 1428 :help "Help on AUTOUNUSED - terminating unused inputs"]
1429 ["AUTOWIRE" (describe-function 'verilog-auto-wire) 1429 ["AUTOWIRE" (describe-function 'verilog-auto-wire)
@@ -1667,7 +1667,7 @@ This speeds up complicated regexp matches."
1667 ;; Similar to `delete-trailing-whitespace' but that's not present in XEmacs 1667 ;; Similar to `delete-trailing-whitespace' but that's not present in XEmacs
1668 (save-excursion 1668 (save-excursion
1669 (goto-char (point-min)) 1669 (goto-char (point-min))
1670 (while (re-search-forward "[ \t]+$" nil t) ;; Not syntatic WS as no formfeed 1670 (while (re-search-forward "[ \t]+$" nil t) ;; Not syntactic WS as no formfeed
1671 (replace-match "" nil nil)))) 1671 (replace-match "" nil nil))))
1672 1672
1673(defvar compile-command) 1673(defvar compile-command)
@@ -11725,7 +11725,7 @@ this is a recent change. To control this behavior, see
11725`verilog-auto-reset-widths'. 11725`verilog-auto-reset-widths'.
11726 11726
11727AUTORESET ties signals to deasserted, which is presumed to be zero. 11727AUTORESET ties signals to deasserted, which is presumed to be zero.
11728Signals that match `verilog-active-low-regexp' will be deasserted by tieing 11728Signals that match `verilog-active-low-regexp' will be deasserted by tying
11729them to a one. 11729them to a one.
11730 11730
11731An example: 11731An example:
@@ -11816,7 +11816,7 @@ finds all outputs in the module, and if that input is not otherwise declared
11816as a register or wire, creates a tieoff. 11816as a register or wire, creates a tieoff.
11817 11817
11818AUTORESET ties signals to deasserted, which is presumed to be zero. 11818AUTORESET ties signals to deasserted, which is presumed to be zero.
11819Signals that match `verilog-active-low-regexp' will be deasserted by tieing 11819Signals that match `verilog-active-low-regexp' will be deasserted by tying
11820them to a one. 11820them to a one.
11821 11821
11822You can add signals you do not want included in AUTOTIEOFF with 11822You can add signals you do not want included in AUTOTIEOFF with
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el
index db5b57f8585..acf341e8879 100644
--- a/lisp/ps-mule.el
+++ b/lisp/ps-mule.el
@@ -1141,7 +1141,7 @@ It checks if all multi-byte characters in the region are printable or not."
1141 (aref ps-mule-font-spec-tables font-type) 0))) 1141 (aref ps-mule-font-spec-tables font-type) 0)))
1142 (ps-output-prologue 1142 (ps-output-prologue
1143 (list (if (ps-mule-font-spec-src (cdr (car font-spec-alist))) 1143 (list (if (ps-mule-font-spec-src (cdr (car font-spec-alist)))
1144 ;; We ignore a font specfied in ps-font-info-database. 1144 ;; We ignore a font specified in ps-font-info-database.
1145 (format "/V%s VTOP%d def\n" fonttag font-type) 1145 (format "/V%s VTOP%d def\n" fonttag font-type)
1146 (format "/V%s [ VTOP%d aload pop ] def\n 1146 (format "/V%s [ VTOP%d aload pop ] def\n
1147V%s 0 /%s-latin1 /%s Latin1Encoding put\n" 1147V%s 0 /%s-latin1 /%s Latin1Encoding put\n"
diff --git a/lisp/select.el b/lisp/select.el
index 10c8f0b1efd..521d119792f 100644
--- a/lisp/select.el
+++ b/lisp/select.el
@@ -106,7 +106,7 @@ in `selection-converter-alist', which see."
106 ((eq data-type 'STRING) 106 ((eq data-type 'STRING)
107 'iso-8859-1) 107 'iso-8859-1)
108 (t 108 (t
109 (error "Unknow selection data type: %S" type)))) 109 (error "Unknown selection data type: %S" type))))
110 data (if coding (decode-coding-string data coding) 110 data (if coding (decode-coding-string data coding)
111 (string-to-multibyte data))) 111 (string-to-multibyte data)))
112 (setq next-selection-coding-system nil) 112 (setq next-selection-coding-system nil)
diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el
index 69d68a76d4b..df5f41eb925 100644
--- a/lisp/textmodes/texnfo-upd.el
+++ b/lisp/textmodes/texnfo-upd.el
@@ -41,7 +41,7 @@
41;; 41;;
42;; Important note: We do NOT recommend use of these commands to update 42;; Important note: We do NOT recommend use of these commands to update
43;; the `Next', `Previous' and `Up' pointers on @node lines. Most 43;; the `Next', `Previous' and `Up' pointers on @node lines. Most
44;; manuals, including those whose Texinfo files adhere to the strucure 44;; manuals, including those whose Texinfo files adhere to the structure
45;; described below, don't need these pointers, because makeinfo will 45;; described below, don't need these pointers, because makeinfo will
46;; generate them automatically (see the node "makeinfo Pointer 46;; generate them automatically (see the node "makeinfo Pointer
47;; Creation" in the Texinfo manual). By contrast, due to known bugs 47;; Creation" in the Texinfo manual). By contrast, due to known bugs
diff --git a/lisp/url/url-methods.el b/lisp/url/url-methods.el
index 3b86ed45565..2f184dfca19 100644
--- a/lisp/url/url-methods.el
+++ b/lisp/url/url-methods.el
@@ -62,7 +62,7 @@
62 62
63(defun url-scheme-default-loader (url &optional callback cbargs) 63(defun url-scheme-default-loader (url &optional callback cbargs)
64 "Signal an error for an unknown URL scheme." 64 "Signal an error for an unknown URL scheme."
65 (error "Unkown URL scheme: %s" (url-type url))) 65 (error "Unknown URL scheme: %s" (url-type url)))
66 66
67(defvar url-scheme--registering-proxy nil) 67(defvar url-scheme--registering-proxy nil)
68 68
diff --git a/lisp/vc/pcvs-parse.el b/lisp/vc/pcvs-parse.el
index 43292ed14e4..6d2724a1172 100644
--- a/lisp/vc/pcvs-parse.el
+++ b/lisp/vc/pcvs-parse.el
@@ -423,7 +423,7 @@ The remaining KEYS are passed directly to `cvs-create-fileinfo'."
423 (cvs-match "restoring \\(.*\\) from backup file .*$" (path 1)))) 423 (cvs-match "restoring \\(.*\\) from backup file .*$" (path 1))))
424 t) 424 t)
425 425
426 ;; Is it a succesful merge? 426 ;; Is it a successful merge?
427 ;; Figure out result of merging (ie, was there a conflict?) 427 ;; Figure out result of merging (ie, was there a conflict?)
428 (let ((qfile (regexp-quote path))) 428 (let ((qfile (regexp-quote path)))
429 (cvs-or 429 (cvs-or
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index 07eccaff4fb..c576cc0a4a6 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -1687,7 +1687,7 @@ The value of the :type attribute should be an unconverted widget type."
1687 (eval-minibuffer prompt)) 1687 (eval-minibuffer prompt))
1688 1688
1689(defun widget-docstring (widget) 1689(defun widget-docstring (widget)
1690 "Return the documentation string specificied by WIDGET, or nil if none. 1690 "Return the documentation string specified by WIDGET, or nil if none.
1691If WIDGET has a `:doc' property, that specifies the documentation string. 1691If WIDGET has a `:doc' property, that specifies the documentation string.
1692Otherwise, try the `:documentation-property' property. If this 1692Otherwise, try the `:documentation-property' property. If this
1693is a function, call it with the widget's value as an argument; if 1693is a function, call it with the widget's value as an argument; if
diff --git a/lisp/window.el b/lisp/window.el
index 0014d85a816..fffeb5f5e4e 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -4814,7 +4814,7 @@ return the window used; otherwise return nil."
4814 "Display BUFFER by popping up a new window. 4814 "Display BUFFER by popping up a new window.
4815The new window is created on the selected frame, or in 4815The new window is created on the selected frame, or in
4816`last-nonminibuffer-frame' if no windows can be created there. 4816`last-nonminibuffer-frame' if no windows can be created there.
4817If sucessful, return the new window; otherwise return nil." 4817If successful, return the new window; otherwise return nil."
4818 (let ((frame (or (window--frame-usable-p (selected-frame)) 4818 (let ((frame (or (window--frame-usable-p (selected-frame))
4819 (window--frame-usable-p (last-nonminibuffer-frame)))) 4819 (window--frame-usable-p (last-nonminibuffer-frame))))
4820 window) 4820 window)
diff --git a/src/coding.h b/src/coding.h
index b694e6c6b6e..ff2a69027e0 100644
--- a/src/coding.h
+++ b/src/coding.h
@@ -485,7 +485,7 @@ struct coding_system
485 element. The following elements are OFFSET, ANNOTATION-TYPE, and 485 element. The following elements are OFFSET, ANNOTATION-TYPE, and
486 a sequence of actual data for the annotation. OFFSET is a 486 a sequence of actual data for the annotation. OFFSET is a
487 character position offset from dst_pos or src_pos, 487 character position offset from dst_pos or src_pos,
488 ANNOTATION-TYPE specfies the meaning of the annotation and how to 488 ANNOTATION-TYPE specifies the meaning of the annotation and how to
489 handle the following data.. */ 489 handle the following data.. */
490 int *charbuf; 490 int *charbuf;
491 int charbuf_size, charbuf_used; 491 int charbuf_size, charbuf_used;
diff --git a/src/gtkutil.c b/src/gtkutil.c
index bc71685819e..a52bd26235f 100644
--- a/src/gtkutil.c
+++ b/src/gtkutil.c
@@ -3052,7 +3052,7 @@ xg_update_submenu (GtkWidget *submenu,
3052 } 3052 }
3053 } 3053 }
3054 3054
3055 /* Remove widgets from first structual change. */ 3055 /* Remove widgets from first structural change. */
3056 if (iter) 3056 if (iter)
3057 { 3057 {
3058 /* If we are adding new menu items below, we must remove from 3058 /* If we are adding new menu items below, we must remove from
diff --git a/src/nsfns.m b/src/nsfns.m
index e41b77e242a..ecefd716eb1 100644
--- a/src/nsfns.m
+++ b/src/nsfns.m
@@ -1286,7 +1286,7 @@ This function is an internal primitive--use `make-frame' instead. */)
1286 "foreground", "Foreground", RES_TYPE_STRING); 1286 "foreground", "Foreground", RES_TYPE_STRING);
1287 x_default_parameter (f, parms, Qbackground_color, build_string ("White"), 1287 x_default_parameter (f, parms, Qbackground_color, build_string ("White"),
1288 "background", "Background", RES_TYPE_STRING); 1288 "background", "Background", RES_TYPE_STRING);
1289 /* FIXME: not suppported yet in Nextstep */ 1289 /* FIXME: not supported yet in Nextstep */
1290 x_default_parameter (f, parms, Qline_spacing, Qnil, 1290 x_default_parameter (f, parms, Qline_spacing, Qnil,
1291 "lineSpacing", "LineSpacing", RES_TYPE_NUMBER); 1291 "lineSpacing", "LineSpacing", RES_TYPE_NUMBER);
1292 x_default_parameter (f, parms, Qleft_fringe, Qnil, 1292 x_default_parameter (f, parms, Qleft_fringe, Qnil,
diff --git a/src/term.c b/src/term.c
index ae505f020f2..86b928ad9e3 100644
--- a/src/term.c
+++ b/src/term.c
@@ -1809,7 +1809,7 @@ append_glyphless_glyph (struct it *it, int face_id, const char *str)
1809 glyphless_display_method in dispextern.h for the details. 1809 glyphless_display_method in dispextern.h for the details.
1810 1810
1811 FOR_NO_FONT is nonzero if and only if this is for a character that 1811 FOR_NO_FONT is nonzero if and only if this is for a character that
1812 is not supproted by the coding system of the terminal. ACRONYM, if 1812 is not supported by the coding system of the terminal. ACRONYM, if
1813 non-nil, is an acronym string for the character. 1813 non-nil, is an acronym string for the character.
1814 1814
1815 The glyphs actually produced are of type CHAR_GLYPH. */ 1815 The glyphs actually produced are of type CHAR_GLYPH. */
diff --git a/src/textprop.c b/src/textprop.c
index a1c7593f568..8c63a58cf83 100644
--- a/src/textprop.c
+++ b/src/textprop.c
@@ -2227,7 +2227,7 @@ This also inhibits the use of the `intangible' text property. */);
2227 2227
2228 DEFVAR_LISP ("text-property-default-nonsticky", 2228 DEFVAR_LISP ("text-property-default-nonsticky",
2229 Vtext_property_default_nonsticky, 2229 Vtext_property_default_nonsticky,
2230 doc: /* Alist of properties vs the corresponding non-stickinesses. 2230 doc: /* Alist of properties vs the corresponding non-stickiness.
2231Each element has the form (PROPERTY . NONSTICKINESS). 2231Each element has the form (PROPERTY . NONSTICKINESS).
2232 2232
2233If a character in a buffer has PROPERTY, new text inserted adjacent to 2233If a character in a buffer has PROPERTY, new text inserted adjacent to
diff --git a/src/xdisp.c b/src/xdisp.c
index 0ddf9555bc0..39b6813e774 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -4339,7 +4339,7 @@ handle_display_spec (struct it *it, Lisp_Object spec, Lisp_Object object,
4339 int rv; 4339 int rv;
4340 4340
4341 if (CONSP (spec) 4341 if (CONSP (spec)
4342 /* Simple specerties. */ 4342 /* Simple specifications. */
4343 && !EQ (XCAR (spec), Qimage) 4343 && !EQ (XCAR (spec), Qimage)
4344 && !EQ (XCAR (spec), Qspace) 4344 && !EQ (XCAR (spec), Qspace)
4345 && !EQ (XCAR (spec), Qwhen) 4345 && !EQ (XCAR (spec), Qwhen)
diff --git a/test/cedet/tests/testvarnames.c b/test/cedet/tests/testvarnames.c
index 51d8285730f..20d8133e8a0 100644
--- a/test/cedet/tests/testvarnames.c
+++ b/test/cedet/tests/testvarnames.c
@@ -31,7 +31,7 @@ struct independent var_indep_struct;
31struct { 31struct {
32 int unnamed_1; 32 int unnamed_1;
33 int unnamed_2; 33 int unnamed_2;
34} var_unamed_struct; 34} var_unnamed_struct;
35 35
36struct { 36struct {
37 int unnamed_3; 37 int unnamed_3;
@@ -59,12 +59,12 @@ struct inline2struct in_var2;
59int test_1(int var_arg1) { 59int test_1(int var_arg1) {
60 60
61 var_// -1- 61 var_// -1-
62 ; // #1# ("var_arg1" "var_indep_struct" "var_n_2" "var_n_3" "var_named_struct" "var_un_2" "var_un_3" "var_unamed_struct") 62 ; // #1# ("var_arg1" "var_indep_struct" "var_n_2" "var_n_3" "var_named_struct" "var_un_2" "var_un_3" "var_unnamed_struct")
63 63
64 var_indep_struct.// -2- 64 var_indep_struct.// -2-
65 ; // #2# ( "indep_1" "indep_2" ) 65 ; // #2# ( "indep_1" "indep_2" )
66 66
67 var_unamed_struct.// -3- 67 var_unnamed_struct.// -3-
68 ; // #3# ( "unnamed_1" "unnamed_2" ) 68 ; // #3# ( "unnamed_1" "unnamed_2" )
69 69
70 var_named_struct.// -4- 70 var_named_struct.// -4-
@@ -88,4 +88,3 @@ int test_1(int var_arg1) {
88 in_var2.// -11- 88 in_var2.// -11-
89 ; // #11# ( "named_3" "named_4") 89 ; // #11# ( "named_3" "named_4")
90} 90}
91