aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2011-12-29 18:52:49 -0800
committerPaul Eggert2011-12-29 18:52:49 -0800
commit9858f6c326dfad35733b0dc86231bdd97f2b7703 (patch)
tree74e717ced1fa94d505e3ace360f3c9280bd9b2fa
parent2cae5ba432fc30042950c073b7ec7807bb98bcde (diff)
downloademacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.tar.gz
emacs-9858f6c326dfad35733b0dc86231bdd97f2b7703.zip
Spelling fixes.
-rw-r--r--doc/emacs/fortran-xtra.texi2
-rw-r--r--doc/misc/calc.texi2
-rw-r--r--doc/misc/nxml-mode.texi3
-rw-r--r--doc/misc/reftex.texi30
-rw-r--r--etc/NEWS.192
-rw-r--r--etc/NEWS.222
-rw-r--r--lib-src/ebrowse.c2
-rw-r--r--lisp/ChangeLog.72
-rw-r--r--lisp/allout-widgets.el2
-rw-r--r--lisp/cedet/semantic/lex-spp.el2
-rw-r--r--lisp/emacs-lisp/avl-tree.el2
-rw-r--r--lisp/emacs-lisp/bytecomp.el2
-rw-r--r--lisp/frame.el2
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--lisp/gnus/gnus-agent.el2
-rw-r--r--lisp/gnus/gnus-int.el2
-rw-r--r--lisp/gnus/mm-util.el2
-rw-r--r--lisp/gnus/nndiary.el4
-rw-r--r--lisp/gnus/nnir.el2
-rw-r--r--lisp/language/english.el2
-rw-r--r--lisp/mh-e/mh-e.el2
-rw-r--r--lisp/minibuffer.el2
-rw-r--r--lisp/nxml/rng-valid.el2
-rw-r--r--lisp/obsolete/pgg-parse.el2
-rw-r--r--lisp/org/ChangeLog4
-rw-r--r--lisp/org/ob-latex.el2
-rw-r--r--lisp/org/org-exp.el2
-rw-r--r--lisp/play/dunnet.el2
-rw-r--r--lisp/progmodes/cc-engine.el4
-rw-r--r--lisp/progmodes/cc-mode.el8
-rw-r--r--lisp/progmodes/idlwave.el2
-rw-r--r--lisp/progmodes/prolog.el4
-rw-r--r--lisp/speedbar.el2
-rw-r--r--lisp/textmodes/bibtex.el2
-rw-r--r--lisp/textmodes/reftex-vars.el2
-rw-r--r--lisp/textmodes/rst.el2
-rw-r--r--lisp/vc/vc-cvs.el2
-rw-r--r--lisp/vc/vc-mtn.el2
-rw-r--r--src/bidi.c2
-rw-r--r--src/fns.c2
-rw-r--r--src/font.h2
-rw-r--r--src/process.c2
-rw-r--r--src/search.c2
-rw-r--r--src/w32term.c2
-rw-r--r--src/xdisp.c2
45 files changed, 66 insertions, 67 deletions
diff --git a/doc/emacs/fortran-xtra.texi b/doc/emacs/fortran-xtra.texi
index e5853a17dd0..833265359ac 100644
--- a/doc/emacs/fortran-xtra.texi
+++ b/doc/emacs/fortran-xtra.texi
@@ -22,7 +22,7 @@ extensions @samp{.f90}, @samp{.f95}, @samp{.f03} and @samp{.f08}.
22Customize @code{auto-mode-alist} to add more extensions. GNU Fortran 22Customize @code{auto-mode-alist} to add more extensions. GNU Fortran
23supports both free and fixed form. This manual mainly documents Fortran 23supports both free and fixed form. This manual mainly documents Fortran
24mode, but the corresponding F90 mode features are mentioned when 24mode, but the corresponding F90 mode features are mentioned when
25revelant. 25relevant.
26 26
27 Fortran mode provides special motion commands for Fortran statements 27 Fortran mode provides special motion commands for Fortran statements
28and subprograms, and indentation commands that understand Fortran 28and subprograms, and indentation commands that understand Fortran
diff --git a/doc/misc/calc.texi b/doc/misc/calc.texi
index d0c15c1940e..99029e0a83a 100644
--- a/doc/misc/calc.texi
+++ b/doc/misc/calc.texi
@@ -11100,7 +11100,7 @@ pairwise relatively prime) is
11100@texline @math{15\times 19\times 28 = 7980} years. 11100@texline @math{15\times 19\times 28 = 7980} years.
11101@infoline 15*19*28 = 7980 years. 11101@infoline 15*19*28 = 7980 years.
11102This is the length of a Julian cycle. Working backwards, the previous 11102This is the length of a Julian cycle. Working backwards, the previous
11103year in which all three cycles began was 4713 BC, and so Scalinger 11103year in which all three cycles began was 4713 BC, and so Scaliger
11104chose that year as the beginning of a Julian cycle. Since at the time 11104chose that year as the beginning of a Julian cycle. Since at the time
11105there were no historical records from before 4713 BC, using this year 11105there were no historical records from before 4713 BC, using this year
11106as a starting point had the advantage of avoiding negative year 11106as a starting point had the advantage of avoiding negative year
diff --git a/doc/misc/nxml-mode.texi b/doc/misc/nxml-mode.texi
index 27603440413..0cb0a82a468 100644
--- a/doc/misc/nxml-mode.texi
+++ b/doc/misc/nxml-mode.texi
@@ -878,7 +878,7 @@ the document in different ways, since the XML Recommendation does not
878require XML parsers to read the DTD. With DTDs, it was impractical to 878require XML parsers to read the DTD. With DTDs, it was impractical to
879get validation without using an external DTD or reference to an 879get validation without using an external DTD or reference to an
880parameter entity. With RELAX NG and other schema languages, you can 880parameter entity. With RELAX NG and other schema languages, you can
881simulataneously get the benefits of validation and standalone XML 881simultaneously get the benefits of validation and standalone XML
882documents. Therefore, I recommend that you do not reference an 882documents. Therefore, I recommend that you do not reference an
883external DOCTYPE in your XML documents. 883external DOCTYPE in your XML documents.
884 884
@@ -908,4 +908,3 @@ specification are not enforced.
908@end itemize 908@end itemize
909 909
910@bye 910@bye
911
diff --git a/doc/misc/reftex.texi b/doc/misc/reftex.texi
index 3944b712338..e7e794926b7 100644
--- a/doc/misc/reftex.texi
+++ b/doc/misc/reftex.texi
@@ -90,7 +90,7 @@ Don't be discouraged by the size of this manual, which covers
90Nutshell}). You can go back later to other parts of this document when 90Nutshell}). You can go back later to other parts of this document when
91needed. 91needed.
92 92
93@insertcopying 93@insertcopying
94 94
95@menu 95@menu
96* Introduction:: Quick-Start information. 96* Introduction:: Quick-Start information.
@@ -157,7 +157,7 @@ Citations
157* Citation Info:: View the corresponding database entry. 157* Citation Info:: View the corresponding database entry.
158* Chapterbib and Bibunits:: Multiple bibliographies in a Document. 158* Chapterbib and Bibunits:: Multiple bibliographies in a Document.
159* Citations Outside LaTeX:: How to make citations in Emails etc. 159* Citations Outside LaTeX:: How to make citations in Emails etc.
160* BibTeX Database Subsets:: Extract parts of a big database. 160* BibTeX Database Subsets:: Extract parts of a big database.
161 161
162Index Support 162Index Support
163 163
@@ -1672,7 +1672,7 @@ support for citations helps to select the correct key quickly.
1672* Citation Info:: View the corresponding database entry. 1672* Citation Info:: View the corresponding database entry.
1673* Chapterbib and Bibunits:: Multiple bibliographies in a Document. 1673* Chapterbib and Bibunits:: Multiple bibliographies in a Document.
1674* Citations Outside LaTeX:: How to make citations in Emails etc. 1674* Citations Outside LaTeX:: How to make citations in Emails etc.
1675* BibTeX Database Subsets:: Extract parts of a big database. 1675* BibTeX Database Subsets:: Extract parts of a big database.
1676@end menu 1676@end menu
1677 1677
1678@node Creating Citations, Citation Styles, , Citations 1678@node Creating Citations, Citation Styles, , Citations
@@ -1776,12 +1776,12 @@ separate @code{\cite} macro for each of it.
1776@item e 1776@item e
1777Create a new BibTeX database file which contains all @i{marked} entries 1777Create a new BibTeX database file which contains all @i{marked} entries
1778in the selection buffer. If no entries are marked, all entries are 1778in the selection buffer. If no entries are marked, all entries are
1779selected. 1779selected.
1780 1780
1781@item E 1781@item E
1782Create a new BibTeX database file which contains all @i{unmarked} 1782Create a new BibTeX database file which contains all @i{unmarked}
1783entries in the selection buffer. If no entries are marked, all entries 1783entries in the selection buffer. If no entries are marked, all entries
1784are selected. 1784are selected.
1785 1785
1786@item @key{TAB} 1786@item @key{TAB}
1787Enter a citation key with completion. This may also be a key which does 1787Enter a citation key with completion. This may also be a key which does
@@ -3215,7 +3215,7 @@ way.
3215 3215
3216Before calling a @b{Ref@TeX{}} function, the style hook should always 3216Before calling a @b{Ref@TeX{}} function, the style hook should always
3217test for the availability of the function, so that the style file will 3217test for the availability of the function, so that the style file will
3218also work for people who do not use @b{Ref@TeX{}}. 3218also work for people who do not use @b{Ref@TeX{}}.
3219 3219
3220Additions made with style files in the way described below remain local 3220Additions made with style files in the way described below remain local
3221to the current document. For example, if one package uses AMSTeX, the 3221to the current document. For example, if one package uses AMSTeX, the
@@ -3714,7 +3714,7 @@ Produce a list of all duplicate labels in the document.
3714Create a new BibTeX database file with all entries referenced in document. 3714Create a new BibTeX database file with all entries referenced in document.
3715The command prompts for a filename and writes the collected entries to 3715The command prompts for a filename and writes the collected entries to
3716that file. Only entries referenced in the current document with 3716that file. Only entries referenced in the current document with
3717any @code{\cite}-like macros are used. 3717any @code{\cite}-like macros are used.
3718The sequence in the new file is the same as it was in the old database. 3718The sequence in the new file is the same as it was in the old database.
3719@end deffn 3719@end deffn
3720 3720
@@ -3819,7 +3819,7 @@ only in that frame. So when creating that frame (with @kbd{d} key in an
3819ordinary TOC window), the automatic recentering is turned on. When the 3819ordinary TOC window), the automatic recentering is turned on. When the
3820frame gets destroyed, automatic recentering is turned off again. 3820frame gets destroyed, automatic recentering is turned off again.
3821 3821
3822This feature can be turned on and off from the menu 3822This feature can be turned on and off from the menu
3823(Ref->Options). 3823(Ref->Options).
3824@end defopt 3824@end defopt
3825 3825
@@ -4095,7 +4095,7 @@ Possible values for this option are:
4095t @r{This means to trust any label prefixes found.} 4095t @r{This means to trust any label prefixes found.}
4096regexp @r{If a regexp, only prefixes matched by the regexp are trusted.} 4096regexp @r{If a regexp, only prefixes matched by the regexp are trusted.}
4097list @r{List of accepted prefixes, as strings. The colon is part of} 4097list @r{List of accepted prefixes, as strings. The colon is part of}
4098 @r{the prefix, e.g. ("fn:" "eqn:" "item:").} 4098 @r{the prefix, e.g. ("fn:" "eqn:" "item:").}
4099nil @r{Never trust a label prefix.} 4099nil @r{Never trust a label prefix.}
4100@end example 4100@end example
4101The only disadvantage of using this feature is that the label context 4101The only disadvantage of using this feature is that the label context
@@ -5179,11 +5179,11 @@ Fixed bug with @samp{%F} in a label prefix. Added new escapes
5179 5179
5180@noindent @b{Version 4.24} 5180@noindent @b{Version 4.24}
5181@itemize @bullet 5181@itemize @bullet
5182@item 5182@item
5183Inserting citation commands now prompts for optional arguments 5183Inserting citation commands now prompts for optional arguments
5184when called with a prefix argument. Related new options are 5184when called with a prefix argument. Related new options are
5185@code{reftex-cite-prompt-optional-args} and 5185@code{reftex-cite-prompt-optional-args} and
5186@code{reftex-cite-cleanup-optional-args}. 5186@code{reftex-cite-cleanup-optional-args}.
5187@item 5187@item
5188New option @code{reftex-trust-label-prefix}. Configure this variable 5188New option @code{reftex-trust-label-prefix}. Configure this variable
5189if you'd like RefTeX to base its classification of labels on prefixes. 5189if you'd like RefTeX to base its classification of labels on prefixes.
@@ -5199,7 +5199,7 @@ after words. Disabled indexing in comment lines.
5199 5199
5200@noindent @b{Version 4.22} 5200@noindent @b{Version 4.22}
5201@itemize @bullet 5201@itemize @bullet
5202@item 5202@item
5203New command @code{reftex-create-bibtex-file} to create a new database 5203New command @code{reftex-create-bibtex-file} to create a new database
5204with all entries referenced in the current document. 5204with all entries referenced in the current document.
5205@item 5205@item
@@ -5209,7 +5209,7 @@ from entries marked in a citation selection buffer.
5209 5209
5210@noindent @b{Version 4.21} 5210@noindent @b{Version 4.21}
5211@itemize @bullet 5211@itemize @bullet
5212@item 5212@item
5213Renaming labels from the toc buffer with key @kbd{M-%}. 5213Renaming labels from the toc buffer with key @kbd{M-%}.
5214@end itemize 5214@end itemize
5215 5215
@@ -5342,7 +5342,7 @@ default stuff which has been moved to a constant.
5342@item 5342@item
5343Environments like theorems can be placed into the TOC by putting 5343Environments like theorems can be placed into the TOC by putting
5344entries for @samp{"begin@{theorem@}"} in 5344entries for @samp{"begin@{theorem@}"} in
5345@code{reftex-setion-levels}. 5345@code{reftex-section-levels}.
5346@end itemize 5346@end itemize
5347 5347
5348@noindent @b{Version 4.06} 5348@noindent @b{Version 4.06}
@@ -5425,7 +5425,7 @@ File search further refined. New option @code{reftex-file-extensions}.
5425document, all labels and associated context. New keys @kbd{i}, @kbd{l}, 5425document, all labels and associated context. New keys @kbd{i}, @kbd{l},
5426and @kbd{c}. New options @code{reftex-toc-include-labels}, 5426and @kbd{c}. New options @code{reftex-toc-include-labels},
5427@code{reftex-toc-include-context}, 5427@code{reftex-toc-include-context},
5428@code{reftex-toc-include-file-boundaries}. 5428@code{reftex-toc-include-file-boundaries}.
5429@end itemize 5429@end itemize
5430 5430
5431@noindent @b{Version 3.41} 5431@noindent @b{Version 3.41}
diff --git a/etc/NEWS.19 b/etc/NEWS.19
index df6c4893f87..bfed2112a3a 100644
--- a/etc/NEWS.19
+++ b/etc/NEWS.19
@@ -5032,7 +5032,7 @@ if it is `memq' in the list.
5032 5032
5033** If you call `get-buffer-window' passing t as its second argument, it 5033** If you call `get-buffer-window' passing t as its second argument, it
5034will only search for windows on visible frames. Previously, passing t 5034will only search for windows on visible frames. Previously, passing t
5035as the secord argument caused `get-buffer-window' to search all 5035as the second argument caused `get-buffer-window' to search all
5036frames, visible or not. 5036frames, visible or not.
5037 5037
5038** If you call `other-buffer' with a nil or omitted second argument, it 5038** If you call `other-buffer' with a nil or omitted second argument, it
diff --git a/etc/NEWS.22 b/etc/NEWS.22
index 70c7b0e018b..5cb7955006f 100644
--- a/etc/NEWS.22
+++ b/etc/NEWS.22
@@ -3035,7 +3035,7 @@ appropriate `sql-interactive-mode' wrapper for the current setting of
3035** Fortran mode changes 3035** Fortran mode changes
3036 3036
3037*** F90 mode and Fortran mode have support for `hs-minor-mode' (hideshow). 3037*** F90 mode and Fortran mode have support for `hs-minor-mode' (hideshow).
3038It cannot deal with every code format, but ought to handle a sizeable 3038It cannot deal with every code format, but ought to handle a sizable
3039majority. 3039majority.
3040 3040
3041*** F90 mode and Fortran mode have new navigation commands 3041*** F90 mode and Fortran mode have new navigation commands
diff --git a/lib-src/ebrowse.c b/lib-src/ebrowse.c
index 7395f2c8fdd..9af4f4faf41 100644
--- a/lib-src/ebrowse.c
+++ b/lib-src/ebrowse.c
@@ -981,7 +981,7 @@ make_namespace (char *name, struct sym *context)
981} 981}
982 982
983 983
984/* Find the symbol for namespace NAME. If not found, retrun NULL */ 984/* Find the symbol for namespace NAME. If not found, return NULL */
985 985
986static struct sym * 986static struct sym *
987check_namespace (char *name, struct sym *context) 987check_namespace (char *name, struct sym *context)
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7
index b05707abe5c..5036cf1fcce 100644
--- a/lisp/ChangeLog.7
+++ b/lisp/ChangeLog.7
@@ -13739,7 +13739,7 @@
13739 (isearch-toggle-specified-input-method): Set the above variables. 13739 (isearch-toggle-specified-input-method): Set the above variables.
13740 (isearch-toggle-input-method): Likewise. 13740 (isearch-toggle-input-method): Likewise.
13741 (isearch-process-search-multibyte-characters): Give 13741 (isearch-process-search-multibyte-characters): Give
13742 iseach-input-method as arg to read-multilingual-string. 13742 isearch-input-method as arg to read-multilingual-string.
13743 13743
13744 * international/mule-cmds.el (read-multilingual-string): Adjusted 13744 * international/mule-cmds.el (read-multilingual-string): Adjusted
13745 for the previous change of variables related to input methods. 13745 for the previous change of variables related to input methods.
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el
index 715879534b0..4a25374d8fe 100644
--- a/lisp/allout-widgets.el
+++ b/lisp/allout-widgets.el
@@ -1635,7 +1635,7 @@ Use this to redecorate only the item, when you know that its
1635situation with respect to siblings, parent, and offspring is 1635situation with respect to siblings, parent, and offspring is
1636unchanged from its last decoration. Use 1636unchanged from its last decoration. Use
1637`allout-decorate-item-and-context' instead to reassess and adjust 1637`allout-decorate-item-and-context' instead to reassess and adjust
1638relevent context, when suitable." 1638relevant context, when suitable."
1639 (if (not (equal (widget-get item-widget :last-decorated-tick) 1639 (if (not (equal (widget-get item-widget :last-decorated-tick)
1640 allout-command-counter)) 1640 allout-command-counter))
1641 (let ((was-modified (buffer-modified-p)) 1641 (let ((was-modified (buffer-modified-p))
diff --git a/lisp/cedet/semantic/lex-spp.el b/lisp/cedet/semantic/lex-spp.el
index cf82da303ce..6b6bf180b1a 100644
--- a/lisp/cedet/semantic/lex-spp.el
+++ b/lisp/cedet/semantic/lex-spp.el
@@ -577,7 +577,7 @@ and what valid VAL values are."
577 (cond 577 (cond
578 ;; CASE 3: Merge symbols together. 578 ;; CASE 3: Merge symbols together.
579 ((eq (semantic-lex-token-class v) 'spp-symbol-merge) 579 ((eq (semantic-lex-token-class v) 'spp-symbol-merge)
580 ;; We need to merge the tokens in the 'text segement together, 580 ;; We need to merge the tokens in the 'text segment together,
581 ;; and produce a single symbol from it. 581 ;; and produce a single symbol from it.
582 (let ((newsym 582 (let ((newsym
583 (mapconcat (lambda (tok) 583 (mapconcat (lambda (tok)
diff --git a/lisp/emacs-lisp/avl-tree.el b/lisp/emacs-lisp/avl-tree.el
index bc1efc118ef..1db12eb94f6 100644
--- a/lisp/emacs-lisp/avl-tree.el
+++ b/lisp/emacs-lisp/avl-tree.el
@@ -31,7 +31,7 @@
31;; deleting, and retrieving data from an AVL tree containing n elements 31;; deleting, and retrieving data from an AVL tree containing n elements
32;; is O(log n). It is somewhat more rigidly balanced than other 32;; is O(log n). It is somewhat more rigidly balanced than other
33;; self-balancing binary trees (such as red-black trees and AA trees), 33;; self-balancing binary trees (such as red-black trees and AA trees),
34;; making insertion slighty slower, deletion somewhat slower, and 34;; making insertion slightly slower, deletion somewhat slower, and
35;; retrieval somewhat faster (the asymptotic scaling is of course the 35;; retrieval somewhat faster (the asymptotic scaling is of course the
36;; same for all types). Thus it may be a good choice when the tree will 36;; same for all types). Thus it may be a good choice when the tree will
37;; be relatively static, i.e. data will be retrieved more often than 37;; be relatively static, i.e. data will be retrieved more often than
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 29c5f3f092b..8c63428cdf1 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -3725,7 +3725,7 @@ that suppresses all warnings during execution of BODY."
3725(defun byte-compile-if (form) 3725(defun byte-compile-if (form)
3726 (byte-compile-form (car (cdr form))) 3726 (byte-compile-form (car (cdr form)))
3727 ;; Check whether we have `(if (fboundp ...' or `(if (boundp ...' 3727 ;; Check whether we have `(if (fboundp ...' or `(if (boundp ...'
3728 ;; and avoid warnings about the relevent symbols in the consequent. 3728 ;; and avoid warnings about the relevant symbols in the consequent.
3729 (let ((clause (nth 1 form)) 3729 (let ((clause (nth 1 form))
3730 (donetag (byte-compile-make-tag))) 3730 (donetag (byte-compile-make-tag)))
3731 (if (null (nthcdr 3 form)) 3731 (if (null (nthcdr 3 form))
diff --git a/lisp/frame.el b/lisp/frame.el
index af668f80961..3405de651c7 100644
--- a/lisp/frame.el
+++ b/lisp/frame.el
@@ -396,7 +396,7 @@ there (in decreasing order of priority)."
396 ;; Finally, get rid of the old frame. 396 ;; Finally, get rid of the old frame.
397 (delete-frame frame-initial-frame t)) 397 (delete-frame frame-initial-frame t))
398 398
399 ;; Otherwise, we don't need all that rigamarole; just apply 399 ;; Otherwise, we don't need all that rigmarole; just apply
400 ;; the new parameters. 400 ;; the new parameters.
401 (let (newparms allparms tail) 401 (let (newparms allparms tail)
402 (setq allparms (append initial-frame-alist 402 (setq allparms (append initial-frame-alist
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 1fff67074e7..a6e88088ee4 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -4713,7 +4713,7 @@
47132010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org> 47132010-10-24 Lars Magne Ingebrigtsen <larsi@gnus.org>
4714 4714
4715 * nnimap.el (nnimap-request-head): New function. 4715 * nnimap.el (nnimap-request-head): New function.
4716 (nnimap-request-move-article): Try to be slighly faster by not 4716 (nnimap-request-move-article): Try to be slightly faster by not
4717 requesting the entire message when moving. 4717 requesting the entire message when moving.
4718 (nnimap-transform-headers): Don't bug out on bodiless articles. 4718 (nnimap-transform-headers): Don't bug out on bodiless articles.
4719 (nnimap-send-command): Have no outstanding messages if the IMAP server 4719 (nnimap-send-command): Have no outstanding messages if the IMAP server
diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el
index bf7f31e6392..d268dd7b0c1 100644
--- a/lisp/gnus/gnus-agent.el
+++ b/lisp/gnus/gnus-agent.el
@@ -4031,7 +4031,7 @@ If REREAD is not nil, downloaded articles are marked as unread."
4031 ;; gnus-agent-regenerate-group can remove the article ID of every 4031 ;; gnus-agent-regenerate-group can remove the article ID of every
4032 ;; article (with the exception of the last ID in the list - it's 4032 ;; article (with the exception of the last ID in the list - it's
4033 ;; special) that no longer appears in the overview. In this 4033 ;; special) that no longer appears in the overview. In this
4034 ;; situtation, the last article ID in the list implies that it, 4034 ;; situation, the last article ID in the list implies that it,
4035 ;; and every article ID preceding it, have been fetched from the 4035 ;; and every article ID preceding it, have been fetched from the
4036 ;; server. 4036 ;; server.
4037 4037
diff --git a/lisp/gnus/gnus-int.el b/lisp/gnus/gnus-int.el
index 2e102634727..320a7aa017d 100644
--- a/lisp/gnus/gnus-int.el
+++ b/lisp/gnus/gnus-int.el
@@ -356,7 +356,7 @@ If it is down, start it up (again)."
356 infos data)) 356 infos data))
357 357
358(defun gnus-retrieve-group-data-early (gnus-command-method infos) 358(defun gnus-retrieve-group-data-early (gnus-command-method infos)
359 "Start early async retrival of data from GNUS-COMMAND-METHOD." 359 "Start early async retrieval of data from GNUS-COMMAND-METHOD."
360 (when (stringp gnus-command-method) 360 (when (stringp gnus-command-method)
361 (setq gnus-command-method (gnus-server-to-method gnus-command-method))) 361 (setq gnus-command-method (gnus-server-to-method gnus-command-method)))
362 (funcall (gnus-get-function gnus-command-method 'retrieve-group-data-early) 362 (funcall (gnus-get-function gnus-command-method 'retrieve-group-data-early)
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el
index 129609df10d..a114fb64ded 100644
--- a/lisp/gnus/mm-util.el
+++ b/lisp/gnus/mm-util.el
@@ -424,7 +424,7 @@ corresponding number of an iso-8859 charset."
424 ;; Cf. http://thread.gmane.org/v9lkng5nwy.fsf@marauder.physik.uni-ulm.de 424 ;; Cf. http://thread.gmane.org/v9lkng5nwy.fsf@marauder.physik.uni-ulm.de
425 "List of IBM codepage numbers. 425 "List of IBM codepage numbers.
426 426
427The codepage mappings slighly differ between IBM and other vendors. 427The codepage mappings slightly differ between IBM and other vendors.
428See \"ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/IBM/README.TXT\". 428See \"ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/IBM/README.TXT\".
429 429
430If an element is a number corresponding to a supported windows 430If an element is a number corresponding to a supported windows
diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el
index 29f0695c74e..b0c31907d96 100644
--- a/lisp/gnus/nndiary.el
+++ b/lisp/gnus/nndiary.el
@@ -71,7 +71,7 @@
71 71
72;; * nndiary-get-new-mail, nndiary-mail-source and nndiary-split-methods: 72;; * nndiary-get-new-mail, nndiary-mail-source and nndiary-split-methods:
73;; NNDiary has some experimental parts, in the sense Gnus normally uses only 73;; NNDiary has some experimental parts, in the sense Gnus normally uses only
74;; one mail back ends for mail retreival and splitting. This back end is 74;; one mail back ends for mail retrieval and splitting. This back end is
75;; also an attempt to make it behave differently. For Gnus developers: as 75;; also an attempt to make it behave differently. For Gnus developers: as
76;; you can see if you snarf into the code, that was not a very difficult 76;; you can see if you snarf into the code, that was not a very difficult
77;; thing to do. Something should be done about the respooling breakage 77;; thing to do. Something should be done about the respooling breakage
@@ -224,7 +224,7 @@ The hooks will be called with the article in the current buffer."
224(defvoo nndiary-get-new-mail nil 224(defvoo nndiary-get-new-mail nil
225 "Whether nndiary gets new mail and split it. 225 "Whether nndiary gets new mail and split it.
226Contrary to traditional mail back ends, this variable can be set to t 226Contrary to traditional mail back ends, this variable can be set to t
227even if your primary mail back end also retreives mail. In such a case, 227even if your primary mail back end also retrieves mail. In such a case,
228NDiary uses its own mail-sources and split-methods.") 228NDiary uses its own mail-sources and split-methods.")
229 229
230(defvoo nndiary-nov-is-evil nil 230(defvoo nndiary-nov-is-evil nil
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el
index 3d0fc78dca7..ceeaeda9309 100644
--- a/lisp/gnus/nnir.el
+++ b/lisp/gnus/nnir.el
@@ -304,7 +304,7 @@ is `(valuefunc member)'."
304;;; User Customizable Variables: 304;;; User Customizable Variables:
305 305
306(defgroup nnir nil 306(defgroup nnir nil
307 "Search groups in Gnus with assorted seach engines." 307 "Search groups in Gnus with assorted search engines."
308 :group 'gnus) 308 :group 'gnus)
309 309
310(defcustom nnir-ignored-newsgroups "" 310(defcustom nnir-ignored-newsgroups ""
diff --git a/lisp/language/english.el b/lisp/language/english.el
index dd96d38a197..44201755589 100644
--- a/lisp/language/english.el
+++ b/lisp/language/english.el
@@ -30,7 +30,7 @@
30 30
31;; We need nothing special to support English on Emacs. Selecting 31;; We need nothing special to support English on Emacs. Selecting
32;; English as a language environment is one of the ways to reset 32;; English as a language environment is one of the ways to reset
33;; various multilingual environment to the original settting. 33;; various multilingual environment to the original setting.
34 34
35;;; Code: 35;;; Code:
36 36
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 77ff914b0cc..9d0ece0f505 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -342,7 +342,7 @@ Name of the Previous sequence.")
342 "Non-nil means that we have \"flists\".") 342 "Non-nil means that we have \"flists\".")
343 343
344(defvar mh-index-data-file ".mhe_index" 344(defvar mh-index-data-file ".mhe_index"
345 "MH-E specific file where index seach info is stored.") 345 "MH-E specific file where index search info is stored.")
346 346
347(defvar mh-letter-header-field-regexp "^\\([A-Za-z][A-Za-z0-9-]*\\):") 347(defvar mh-letter-header-field-regexp "^\\([A-Za-z][A-Za-z0-9-]*\\):")
348 348
diff --git a/lisp/minibuffer.el b/lisp/minibuffer.el
index 11e195d4f7f..d9a2f976acd 100644
--- a/lisp/minibuffer.el
+++ b/lisp/minibuffer.el
@@ -2672,7 +2672,7 @@ the same set of elements."
2672 mergedpat)) 2672 mergedpat))
2673 ;; New pos from the start. 2673 ;; New pos from the start.
2674 (newpos (length (completion-pcm--pattern->string pointpat))) 2674 (newpos (length (completion-pcm--pattern->string pointpat)))
2675 ;; Do it afterwards because it changes `pointpat' by sideeffect. 2675 ;; Do it afterwards because it changes `pointpat' by side effect.
2676 (merged (completion-pcm--pattern->string (nreverse mergedpat)))) 2676 (merged (completion-pcm--pattern->string (nreverse mergedpat))))
2677 2677
2678 (setq suffix (completion--merge-suffix merged newpos suffix)) 2678 (setq suffix (completion--merge-suffix merged newpos suffix))
diff --git a/lisp/nxml/rng-valid.el b/lisp/nxml/rng-valid.el
index 1f69f5d7bf3..c0bad849735 100644
--- a/lisp/nxml/rng-valid.el
+++ b/lisp/nxml/rng-valid.el
@@ -570,7 +570,7 @@ Return t if there is work to do, nil otherwise."
570 (rng-clear-cached-state remove-start (1- pos))) 570 (rng-clear-cached-state remove-start (1- pos)))
571 ;; sync up with cached validation state 571 ;; sync up with cached validation state
572 (setq continue nil) 572 (setq continue nil)
573 ;; do this before settting rng-validate-up-to-date-end 573 ;; do this before setting rng-validate-up-to-date-end
574 ;; in case we get a quit 574 ;; in case we get a quit
575 (rng-mark-xmltok-errors) 575 (rng-mark-xmltok-errors)
576 (rng-mark-xmltok-dependent-regions) 576 (rng-mark-xmltok-dependent-regions)
diff --git a/lisp/obsolete/pgg-parse.el b/lisp/obsolete/pgg-parse.el
index 3d4539d9466..4e086e0d8aa 100644
--- a/lisp/obsolete/pgg-parse.el
+++ b/lisp/obsolete/pgg-parse.el
@@ -53,7 +53,7 @@
53 53
54(defcustom pgg-parse-symmetric-key-algorithm-alist 54(defcustom pgg-parse-symmetric-key-algorithm-alist
55 '((1 . IDEA) (2 . 3DES) (4 . CAST5) (5 . SAFER-SK128)) 55 '((1 . IDEA) (2 . 3DES) (4 . CAST5) (5 . SAFER-SK128))
56 "Alist of the assigned number to the simmetric key algorithm." 56 "Alist of the assigned number to the symmetric key algorithm."
57 :group 'pgg-parse 57 :group 'pgg-parse
58 :type '(repeat 58 :type '(repeat
59 (cons (sexp :tag "Number") (sexp :tag "Type")))) 59 (cons (sexp :tag "Number") (sexp :tag "Type"))))
diff --git a/lisp/org/ChangeLog b/lisp/org/ChangeLog
index 6f835c7bfa4..ac328d10910 100644
--- a/lisp/org/ChangeLog
+++ b/lisp/org/ChangeLog
@@ -322,7 +322,7 @@
3222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 3222011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
323 323
324 * org-capture.el (org-capture): If no file is associated to 324 * org-capture.el (org-capture): If no file is associated to
325 current buffer, check dired buffer and try to retreive a possibly 325 current buffer, check dired buffer and try to retrieve a possibly
326 directory associated. 326 directory associated.
327 327
3282011-07-28 Eric Schulte <schulte.eric@gmail.com> 3282011-07-28 Eric Schulte <schulte.eric@gmail.com>
@@ -948,7 +948,7 @@
9482011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 9482011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
949 949
950 * org-latex.el (org-export-latex-preprocess): Rely on 950 * org-latex.el (org-export-latex-preprocess): Rely on
951 `org-export-footnotes-markers' to retreive definition of the 951 `org-export-footnotes-markers' to retrieve definition of the
952 current footnote during export. 952 current footnote during export.
953 953
9542011-07-28 Nicolas Goaziou <n.goaziou@gmail.com> 9542011-07-28 Nicolas Goaziou <n.goaziou@gmail.com>
diff --git a/lisp/org/ob-latex.el b/lisp/org/ob-latex.el
index c27ca33080a..731d83096d8 100644
--- a/lisp/org/ob-latex.el
+++ b/lisp/org/ob-latex.el
@@ -171,7 +171,7 @@ Extracted from `org-export-as-pdf' in org-latex.el."
171 pdffile))) 171 pdffile)))
172 172
173(defun org-babel-prep-session:latex (session params) 173(defun org-babel-prep-session:latex (session params)
174 "Return an error because LaTeX doesn't support sesstions." 174 "Return an error because LaTeX doesn't support sessions."
175 (error "LaTeX does not support sessions")) 175 (error "LaTeX does not support sessions"))
176 176
177(provide 'ob-latex) 177(provide 'ob-latex)
diff --git a/lisp/org/org-exp.el b/lisp/org/org-exp.el
index 35a51649452..20275714a0e 100644
--- a/lisp/org/org-exp.el
+++ b/lisp/org/org-exp.el
@@ -2290,7 +2290,7 @@ TYPE must be a string, any of:
2290 (plist-get org-export-opt-plist 2290 (plist-get org-export-opt-plist
2291 (intern (concat ":" key))))) 2291 (intern (concat ":" key)))))
2292 (save-match-data 2292 (save-match-data
2293 ;; If arguments are provided, first retreive them properly 2293 ;; If arguments are provided, first retrieve them properly
2294 ;; (in ARGS, as a list), then replace them in VAL. 2294 ;; (in ARGS, as a list), then replace them in VAL.
2295 (when args 2295 (when args
2296 (setq args (org-split-string args ",") args2 nil) 2296 (setq args (org-split-string args ",") args2 nil)
diff --git a/lisp/play/dunnet.el b/lisp/play/dunnet.el
index 696442ee8cb..36f405eedc7 100644
--- a/lisp/play/dunnet.el
+++ b/lisp/play/dunnet.el
@@ -2183,7 +2183,7 @@ A hole leads north."
2183 nil nil nil nil nil 2183 nil nil nil nil nil
2184 (list obj-box) ;; stair-landing 2184 (list obj-box) ;; stair-landing
2185 nil nil nil 2185 nil nil nil
2186 (list obj-axe) ;; smal-crawlspace 2186 (list obj-axe) ;; small-crawlspace
2187 nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil 2187 nil nil nil nil nil nil nil nil nil nil nil nil nil nil nil
2188 nil nil nil nil nil 2188 nil nil nil nil nil
2189 (list obj-special) ;; fourth-vermont-intersection 2189 (list obj-special) ;; fourth-vermont-intersection
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el
index 0865ddfed69..57ee3943bbe 100644
--- a/lisp/progmodes/cc-engine.el
+++ b/lisp/progmodes/cc-engine.el
@@ -2153,14 +2153,14 @@ comment at the start of cc-engine.el for more info."
2153 (if (> pos c-state-nonlit-pos-cache-limit) 2153 (if (> pos c-state-nonlit-pos-cache-limit)
2154 (setq c-state-nonlit-pos-cache-limit pos)) 2154 (setq c-state-nonlit-pos-cache-limit pos))
2155 pos)))) 2155 pos))))
2156 2156
2157(defun c-state-literal-at (here) 2157(defun c-state-literal-at (here)
2158 ;; If position HERE is inside a literal, return (START . END), the 2158 ;; If position HERE is inside a literal, return (START . END), the
2159 ;; boundaries of the literal (which may be outside the accessible bit of the 2159 ;; boundaries of the literal (which may be outside the accessible bit of the
2160 ;; buffer). Otherwise, return nil. 2160 ;; buffer). Otherwise, return nil.
2161 ;; 2161 ;;
2162 ;; This function is almost the same as `c-literal-limits'. Previously, it 2162 ;; This function is almost the same as `c-literal-limits'. Previously, it
2163 ;; differed in that it was a lower level function, and that it rigourously 2163 ;; differed in that it was a lower level function, and that it rigorously
2164 ;; followed the syntax from BOB. `c-literal-limits' is now (2011-12) 2164 ;; followed the syntax from BOB. `c-literal-limits' is now (2011-12)
2165 ;; virtually identical to this function. 2165 ;; virtually identical to this function.
2166 (save-restriction 2166 (save-restriction
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el
index 1bc0741b0aa..bf7d6bfed12 100644
--- a/lisp/progmodes/cc-mode.el
+++ b/lisp/progmodes/cc-mode.el
@@ -1102,7 +1102,7 @@ Note that the style variables are always made local to the buffer."
1102 ;; nested. 1102 ;; nested.
1103 ;; 1103 ;;
1104 ;; This function is called indirectly from font locking stuff - either from 1104 ;; This function is called indirectly from font locking stuff - either from
1105 ;; c-after-change (to prepare for after-change font-lockng) or from font 1105 ;; c-after-change (to prepare for after-change font-locking) or from font
1106 ;; lock context (etc.) fontification. 1106 ;; lock context (etc.) fontification.
1107 (let ((lit-limits (c-literal-limits)) 1107 (let ((lit-limits (c-literal-limits))
1108 (new-pos pos) 1108 (new-pos pos)
@@ -1165,7 +1165,7 @@ Note that the style variables are always made local to the buffer."
1165 ;; 1165 ;;
1166 ;; 1166 ;;
1167 ;; void myfunc(T* p) {} 1167 ;; void myfunc(T* p) {}
1168 ;; 1168 ;;
1169 ;; Type a space in the first blank line, and the fontification of the next 1169 ;; Type a space in the first blank line, and the fontification of the next
1170 ;; line was fouled up by context fontification. 1170 ;; line was fouled up by context fontification.
1171 (let ((new-beg beg) (new-end end) new-region) 1171 (let ((new-beg beg) (new-end end) new-region)
@@ -1180,10 +1180,10 @@ Note that the style variables are always made local to the buffer."
1180 c-before-context-fontification-functions)))) 1180 c-before-context-fontification-functions))))
1181 (funcall c-standard-font-lock-fontify-region-function 1181 (funcall c-standard-font-lock-fontify-region-function
1182 new-beg new-end verbose))) 1182 new-beg new-end verbose)))
1183 1183
1184(defun c-after-font-lock-init () 1184(defun c-after-font-lock-init ()
1185 ;; Put on `font-lock-mode-hook'. This function ensures our after-change 1185 ;; Put on `font-lock-mode-hook'. This function ensures our after-change
1186 ;; function will get excuted before the font-lock one. Amongst other 1186 ;; function will get executed before the font-lock one. Amongst other
1187 ;; things. 1187 ;; things.
1188 (remove-hook 'after-change-functions 'c-after-change t) 1188 (remove-hook 'after-change-functions 'c-after-change t)
1189 (add-hook 'after-change-functions 'c-after-change nil t) 1189 (add-hook 'after-change-functions 'c-after-change nil t)
diff --git a/lisp/progmodes/idlwave.el b/lisp/progmodes/idlwave.el
index 6ce415b563d..9bc4af2a072 100644
--- a/lisp/progmodes/idlwave.el
+++ b/lisp/progmodes/idlwave.el
@@ -7855,7 +7855,7 @@ Restore the pre-completion window configuration if possible."
7855If point is on a keyword, help for that keyword will be shown. If 7855If point is on a keyword, help for that keyword will be shown. If
7856point is on a routine name or in the argument list of a routine, help 7856point is on a routine name or in the argument list of a routine, help
7857for that routine will be displayed. Works for system routines and 7857for that routine will be displayed. Works for system routines and
7858keywords, it pulls up text help. For other routies and keywords, 7858keywords, it pulls up text help. For other routines and keywords,
7859visits the source file, finding help in the header (if 7859visits the source file, finding help in the header (if
7860`idlwave-help-source-try-header' is non-nil) or the routine definition 7860`idlwave-help-source-try-header' is non-nil) or the routine definition
7861itself." 7861itself."
diff --git a/lisp/progmodes/prolog.el b/lisp/progmodes/prolog.el
index 0efc2ca231b..389746e2850 100644
--- a/lisp/progmodes/prolog.el
+++ b/lisp/progmodes/prolog.el
@@ -3262,7 +3262,7 @@ STRING should be given if the last search was by `string-match' on STRING."
3262(defun prolog-clause-start (&optional not-allow-methods) 3262(defun prolog-clause-start (&optional not-allow-methods)
3263 "Return the position at the start of the head of the current clause. 3263 "Return the position at the start of the head of the current clause.
3264If NOTALLOWMETHODS is non-nil then do not match on methods in 3264If NOTALLOWMETHODS is non-nil then do not match on methods in
3265objects (relevent only if 'prolog-system' is set to 'sicstus)." 3265objects (relevant only if 'prolog-system' is set to 'sicstus)."
3266 (save-excursion 3266 (save-excursion
3267 (let ((notdone t) 3267 (let ((notdone t)
3268 (retval (point-min))) 3268 (retval (point-min)))
@@ -3328,7 +3328,7 @@ objects (relevent only if 'prolog-system' is set to 'sicstus)."
3328(defun prolog-clause-end (&optional not-allow-methods) 3328(defun prolog-clause-end (&optional not-allow-methods)
3329 "Return the position at the end of the current clause. 3329 "Return the position at the end of the current clause.
3330If NOTALLOWMETHODS is non-nil then do not match on methods in 3330If NOTALLOWMETHODS is non-nil then do not match on methods in
3331objects (relevent only if 'prolog-system' is set to 'sicstus)." 3331objects (relevant only if 'prolog-system' is set to 'sicstus)."
3332 (save-excursion 3332 (save-excursion
3333 (beginning-of-line) ; Necessary since we use "^...." for the search. 3333 (beginning-of-line) ; Necessary since we use "^...." for the search.
3334 (if (re-search-forward 3334 (if (re-search-forward
diff --git a/lisp/speedbar.el b/lisp/speedbar.el
index efe7832aca6..33b76e7658e 100644
--- a/lisp/speedbar.el
+++ b/lisp/speedbar.el
@@ -3063,7 +3063,7 @@ a function if appropriate."
3063 (let* ((speedbar-frame (speedbar-current-frame)) 3063 (let* ((speedbar-frame (speedbar-current-frame))
3064 (fn (get-text-property (point) 'speedbar-function)) 3064 (fn (get-text-property (point) 'speedbar-function))
3065 (tok (get-text-property (point) 'speedbar-token)) 3065 (tok (get-text-property (point) 'speedbar-token))
3066 ;; The 1-,+ is safe because scaning starts AFTER the point 3066 ;; The 1-,+ is safe because scanning starts AFTER the point
3067 ;; specified. This lets the search include the character the 3067 ;; specified. This lets the search include the character the
3068 ;; cursor is on. 3068 ;; cursor is on.
3069 (tp (previous-single-property-change 3069 (tp (previous-single-property-change
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el
index 8df2e81c723..16b83802d1f 100644
--- a/lisp/textmodes/bibtex.el
+++ b/lisp/textmodes/bibtex.el
@@ -5140,7 +5140,7 @@ Return the URL or nil if none can be generated."
5140 (message "No URL known.")) 5140 (message "No URL known."))
5141 url))) 5141 url)))
5142 5142
5143;; We could combine multiple seach results with set operations 5143;; We could combine multiple search results with set operations
5144;; AND, OR, MINUS, and NOT. Would this be useful? 5144;; AND, OR, MINUS, and NOT. Would this be useful?
5145;; How complicated are searches in real life? 5145;; How complicated are searches in real life?
5146;; We could also have other searches such as "publication year newer than...". 5146;; We could also have other searches such as "publication year newer than...".
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index 1b503c78afd..bca07324d19 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -1750,7 +1750,7 @@ The option is ignored when `reftex-use-fonts' is nil."
1750(defcustom reftex-highlight-selection 'cursor 1750(defcustom reftex-highlight-selection 'cursor
1751 "*Non-nil mean, highlight selected text in selection and *toc* buffers. 1751 "*Non-nil mean, highlight selected text in selection and *toc* buffers.
1752Normally, the text near the cursor is the selected text, and it is 1752Normally, the text near the cursor is the selected text, and it is
1753highlighted. This is the entry most keys in the selction and *toc* 1753highlighted. This is the entry most keys in the selection and *toc*
1754buffers act on. However, if you mainly use the mouse to select an 1754buffers act on. However, if you mainly use the mouse to select an
1755item, you may find it nice to have mouse-triggered highlighting 1755item, you may find it nice to have mouse-triggered highlighting
1756instead or as well. The variable may have one of these values: 1756instead or as well. The variable may have one of these values:
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index f2dba1575c2..88983e7c98a 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -2348,7 +2348,7 @@ of (COLUMN-NUMBER . LINE) pairs."
2348 )) 2348 ))
2349 2349
2350(defun rst-shift-region-right (pfxarg) 2350(defun rst-shift-region-right (pfxarg)
2351 "Indent region ridigly, by a few characters to the right. 2351 "Indent region rigidly, by a few characters to the right.
2352This function first computes all possible alignment columns by 2352This function first computes all possible alignment columns by
2353inspecting the lines preceding the region for bulleted or 2353inspecting the lines preceding the region for bulleted or
2354enumerated list items. If the leftmost column is beyond the 2354enumerated list items. If the leftmost column is beyond the
diff --git a/lisp/vc/vc-cvs.el b/lisp/vc/vc-cvs.el
index 7d6c3caf7ff..5506b701102 100644
--- a/lisp/vc/vc-cvs.el
+++ b/lisp/vc/vc-cvs.el
@@ -319,7 +319,7 @@ its parents."
319 (unless (or (not rev) (vc-cvs-valid-revision-number-p rev)) 319 (unless (or (not rev) (vc-cvs-valid-revision-number-p rev))
320 (if (not (vc-cvs-valid-symbolic-tag-name-p rev)) 320 (if (not (vc-cvs-valid-symbolic-tag-name-p rev))
321 (error "%s is not a valid symbolic tag name" rev) 321 (error "%s is not a valid symbolic tag name" rev)
322 ;; If the input revison is a valid symbolic tag name, we create it 322 ;; If the input revision is a valid symbolic tag name, we create it
323 ;; as a branch, commit and switch to it. 323 ;; as a branch, commit and switch to it.
324 (apply 'vc-cvs-command nil 0 files "tag" "-b" (list rev)) 324 (apply 'vc-cvs-command nil 0 files "tag" "-b" (list rev))
325 (apply 'vc-cvs-command nil 0 files "update" "-r" (list rev)) 325 (apply 'vc-cvs-command nil 0 files "update" "-r" (list rev))
diff --git a/lisp/vc/vc-mtn.el b/lisp/vc/vc-mtn.el
index f49ad09b5d7..0a0d4d4d1de 100644
--- a/lisp/vc/vc-mtn.el
+++ b/lisp/vc/vc-mtn.el
@@ -193,7 +193,7 @@ If nil, use the value of `vc-diff-switches'. If t, use no switches."
193 (unless contents-done 193 (unless contents-done
194 (vc-mtn-command nil 0 file "revert"))) 194 (vc-mtn-command nil 0 file "revert")))
195 195
196;; (defun vc-mtn-roolback (files) 196;; (defun vc-mtn-rollback (files)
197;; ) 197;; )
198 198
199(defun vc-mtn-print-log (files buffer &optional shortlog start-revision limit) 199(defun vc-mtn-print-log (files buffer &optional shortlog start-revision limit)
diff --git a/src/bidi.c b/src/bidi.c
index e0337927ec5..ea4405cbda7 100644
--- a/src/bidi.c
+++ b/src/bidi.c
@@ -1132,7 +1132,7 @@ bidi_find_paragraph_start (EMACS_INT pos, EMACS_INT pos_byte)
1132 1132
1133 Note that this function gives the paragraph separator the same 1133 Note that this function gives the paragraph separator the same
1134 direction as the preceding paragraph, even though Emacs generally 1134 direction as the preceding paragraph, even though Emacs generally
1135 views the separartor as not belonging to any paragraph. */ 1135 views the separator as not belonging to any paragraph. */
1136void 1136void
1137bidi_paragraph_init (bidi_dir_t dir, struct bidi_it *bidi_it, int no_default_p) 1137bidi_paragraph_init (bidi_dir_t dir, struct bidi_it *bidi_it, int no_default_p)
1138{ 1138{
diff --git a/src/fns.c b/src/fns.c
index 04b51d10d9b..3154db62ec7 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -3254,7 +3254,7 @@ DEFUN ("base64-decode-string", Fbase64_decode_string, Sbase64_decode_string,
3254 3254
3255/* Base64-decode the data at FROM of LENGTH bytes into TO. If 3255/* Base64-decode the data at FROM of LENGTH bytes into TO. If
3256 MULTIBYTE is nonzero, the decoded result should be in multibyte 3256 MULTIBYTE is nonzero, the decoded result should be in multibyte
3257 form. If NCHARS_RETRUN is not NULL, store the number of produced 3257 form. If NCHARS_RETURN is not NULL, store the number of produced
3258 characters in *NCHARS_RETURN. */ 3258 characters in *NCHARS_RETURN. */
3259 3259
3260static EMACS_INT 3260static EMACS_INT
diff --git a/src/font.h b/src/font.h
index b6c1acf4a30..93c20262956 100644
--- a/src/font.h
+++ b/src/font.h
@@ -506,7 +506,7 @@ struct font_driver
506 Lisp_Object type; 506 Lisp_Object type;
507 507
508 /* 1 iff the font's foundry, family, and adstyle names are case 508 /* 1 iff the font's foundry, family, and adstyle names are case
509 sensitve. */ 509 sensitive. */
510 int case_sensitive; 510 int case_sensitive;
511 511
512 /* Return a cache of font-entities on frame F. The cache must be a 512 /* Return a cache of font-entities on frame F. The cache must be a
diff --git a/src/process.c b/src/process.c
index 4b0f90b58af..e4673d24a2a 100644
--- a/src/process.c
+++ b/src/process.c
@@ -3492,7 +3492,7 @@ usage: (make-network-process &rest ARGS) */)
3492 || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters)))) 3492 || (NILP (buffer) && NILP (BVAR (&buffer_defaults, enable_multibyte_characters))))
3493 /* We dare not decode end-of-line format by setting VAL to 3493 /* We dare not decode end-of-line format by setting VAL to
3494 Qraw_text, because the existing Emacs Lisp libraries 3494 Qraw_text, because the existing Emacs Lisp libraries
3495 assume that they receive bare code including a sequene of 3495 assume that they receive bare code including a sequence of
3496 CR LF. */ 3496 CR LF. */
3497 val = Qnil; 3497 val = Qnil;
3498 else 3498 else
diff --git a/src/search.c b/src/search.c
index 811ac74e194..2001477ed61 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1302,7 +1302,7 @@ search_buffer (Lisp_Object string, EMACS_INT pos, EMACS_INT pos_byte,
1302 checking if we can use boyer-moore search. If TRT is 1302 checking if we can use boyer-moore search. If TRT is
1303 non-nil, we can use boyer-moore search only if TRT can be 1303 non-nil, we can use boyer-moore search only if TRT can be
1304 represented by the byte array of 256 elements. For that, 1304 represented by the byte array of 256 elements. For that,
1305 all non-ASCII case-equivalents of all case-senstive 1305 all non-ASCII case-equivalents of all case-sensitive
1306 characters in STRING must belong to the same charset and 1306 characters in STRING must belong to the same charset and
1307 row. */ 1307 row. */
1308 1308
diff --git a/src/w32term.c b/src/w32term.c
index 29ac9d119b4..4788a8198f2 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -3388,7 +3388,7 @@ w32_set_scroll_bar_thumb (struct scroll_bar *bar,
3388 if (whole) 3388 if (whole)
3389 { 3389 {
3390 /* Position scroll bar at rock bottom if the bottom of the 3390 /* Position scroll bar at rock bottom if the bottom of the
3391 buffer is visible. This avoids shinking the thumb away 3391 buffer is visible. This avoids shrinking the thumb away
3392 to nothing if it is held at the bottom of the buffer. */ 3392 to nothing if it is held at the bottom of the buffer. */
3393 if (position + portion >= whole && !draggingp) 3393 if (position + portion >= whole && !draggingp)
3394 { 3394 {
diff --git a/src/xdisp.c b/src/xdisp.c
index 90375ba1a33..0ddf9555bc0 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -13645,7 +13645,7 @@ set_cursor_from_row (struct window *w, struct glyph_row *row,
13645 /* Non-zero means we've seen at least one glyph that came from a 13645 /* Non-zero means we've seen at least one glyph that came from a
13646 display string. */ 13646 display string. */
13647 int string_seen = 0; 13647 int string_seen = 0;
13648 /* Largest and smalles buffer positions seen so far during scan of 13648 /* Largest and smallest buffer positions seen so far during scan of
13649 glyph row. */ 13649 glyph row. */
13650 EMACS_INT bpos_max = pos_before; 13650 EMACS_INT bpos_max = pos_before;
13651 EMACS_INT bpos_min = pos_after; 13651 EMACS_INT bpos_min = pos_after;