Now on revision 106366. ------------------------------------------------------------ revno: 106366 committer: Paul Eggert branch nick: trunk timestamp: Sun 2011-11-13 22:27:12 -0800 message: Spelling fixes. diff: === modified file 'admin/grammars/c.by' --- admin/grammars/c.by 2011-08-04 00:58:07 +0000 +++ admin/grammars/c.by 2011-11-14 06:27:12 +0000 @@ -734,7 +734,7 @@ ;; Klaus Berndl: This parses also nonsense like "const volatile int ;; const volatile const const volatile a ..." but IMHO nobody writes -;; such code. Normaly we shoud define a rule like typeformbase-mode +;; such code. Normally we should define a rule like typeformbase-mode ;; which exactly defines the different allowed cases and combinations ;; of declmods (minus the CVDECLMOD) typeformbase and cv-declmods so ;; we could recognize more invalid code but IMHO this is not worth the === modified file 'doc/emacs/ChangeLog' --- doc/emacs/ChangeLog 2011-11-06 06:14:01 +0000 +++ doc/emacs/ChangeLog 2011-11-14 06:27:12 +0000 @@ -1711,7 +1711,7 @@ (Table of Resources): Document fontBackend resource. * trouble.texi (Quitting): Add other undo bindings to table. - (DEL Does Not Delete): Note that the erasure key is usually labelled + (DEL Does Not Delete): Note that the erasure key is usually labeled "Backspace". Remove discussion of obscure Xmodmap issue. 2009-05-07 Chong Yidong === modified file 'doc/emacs/custom.texi' --- doc/emacs/custom.texi 2011-11-06 06:14:01 +0000 +++ doc/emacs/custom.texi 2011-11-14 06:27:12 +0000 @@ -82,7 +82,7 @@ @group /- Emacs group: Customization of the One True Editor. -------------\ [State]: visible group members are all at standard values. - + See also [Manual]. [Editing] : Basic text editing facilities. @@ -547,7 +547,7 @@ To define a Custom theme, use @kbd{M-x customize-create-theme}, which brings up a buffer named @samp{*New Custom Theme*}. At the top of the buffer is an editable field where you can specify the name of -the theme. Click on the button labelled @samp{Insert Variable} to add +the theme. Click on the button labeled @samp{Insert Variable} to add a variable to the theme, and click on @samp{Insert Face} to add a face. You can edit these values in the @samp{*New Custom Theme*} buffer like in an ordinary Customize buffer. To remove an option from @@ -1068,7 +1068,7 @@ well as the major modes; in fact, you can use it more than once, first to set the major mode and then to enable minor modes which are specific to particular buffers. Using @code{mode} for minor modes -is deprecated, though---instead, use @code{eval: (minor-mode 1)}. +is deprecated, though---instead, use @code{eval: (minor-mode 1)}. Often, however, it is a mistake to enable minor modes in file local variables. Most minor modes, like Auto Fill mode, represent individual user @@ -1646,7 +1646,7 @@ keyboards usually issues the @key{Meta} modifier, not @key{Alt}. The standard key bindings in Emacs do not include any characters with these modifiers. However, you can customize Emacs to assign meanings -to them. The modifier bits are labelled as @samp{s-}, @samp{H-} and +to them. The modifier bits are labeled as @samp{s-}, @samp{H-} and @samp{A-} respectively. Even if your keyboard lacks these additional modifier keys, you can === modified file 'doc/emacs/trouble.texi' --- doc/emacs/trouble.texi 2011-10-12 17:38:34 +0000 +++ doc/emacs/trouble.texi 2011-11-14 06:27:12 +0000 @@ -161,7 +161,7 @@ @cindex @key{BACKSPACE} vs @key{DEL} @cindex usual erasure key - Every keyboard has a large key, usually labelled @key{Backspace}, + Every keyboard has a large key, usually labeled @key{Backspace}, which is ordinarily used to erase the last character that you typed. We call this key @dfn{the usual erasure key}. In Emacs, it is supposed to be equivalent to @key{DEL}. === modified file 'doc/lispintro/emacs-lisp-intro.texi' --- doc/lispintro/emacs-lisp-intro.texi 2011-02-19 19:40:59 +0000 +++ doc/lispintro/emacs-lisp-intro.texi 2011-11-14 06:27:12 +0000 @@ -357,7 +357,7 @@ * Conclusion:: Now you have the basics. * the-the:: An appendix: how to find reduplicated words. * Kill Ring:: An appendix: how the kill ring works. -* Full Graph:: How to create a graph with labelled axes. +* Full Graph:: How to create a graph with labeled axes. * Free Software and Free Manuals:: * GNU Free Documentation License:: * Index:: @@ -793,9 +793,9 @@ * Digression concerning error:: How to mislead humans, but not computers. * Determining the Element:: -A Graph with Labelled Axes +A Graph with Labeled Axes -* Labelled Example:: +* Labeled Example:: * print-graph Varlist:: @code{let} expression in @code{print-graph}. * print-Y-axis:: Print a label for the vertical axis. * print-X-axis:: Print a horizontal label. @@ -1023,7 +1023,7 @@ invoke the command; this is called @dfn{rebinding}. @xref{Keymaps, , Keymaps}.) The abbreviation @kbd{M-C-\} means that you type your @key{META} key, @key{CTRL} key and @key{\} key all at the same time. -(On many modern keyboards the @key{META} key is labelled +(On many modern keyboards the @key{META} key is labeled @key{ALT}.) Sometimes a combination like this is called a keychord, since it is similar to the way you play a chord on a piano. If your keyboard does @@ -1031,7 +1031,7 @@ of it. In this case, @kbd{M-C-\} means that you press and release your @key{ESC} key and then type the @key{CTRL} key and the @key{\} key at the same time. But usually @kbd{M-C-\} means press the @key{CTRL} key -along with the key that is labelled @key{ALT} and, at the same time, +along with the key that is labeled @key{ALT} and, at the same time, press the @key{\} key. In addition to typing a lone keychord, you can prefix what you type @@ -4749,7 +4749,7 @@ such as @code{mark-whole-buffer}, and then type @key{RET}. Emacs will switch buffers and display the source code for the function on your screen. To switch back to your current buffer, type @kbd{C-x b -@key{RET}}. (On some keyboards, the @key{META} key is labelled +@key{RET}}. (On some keyboards, the @key{META} key is labeled @key{ALT}.) @c !!! 22.1.1 tags table location in this paragraph @@ -16962,7 +16962,7 @@ @code{print-graph-body} function that automatically print labels for the horizontal and vertical axes. Since the label printing functions do not contain much new material, I have placed their description in -an appendix. @xref{Full Graph, , A Graph with Labelled Axes}. +an appendix. @xref{Full Graph, , A Graph with Labeled Axes}. @node Line Graph Exercise, , Printed Axes, Readying a Graph @section Exercise @@ -19447,7 +19447,7 @@ exploration. From the human point of view, the act of exploration and discovery is -not necessarily an error, and therefore should not be labelled as one, +not necessarily an error, and therefore should not be labeled as one, even in the bowels of a computer. As it is, the code in Emacs implies that a human who is acting virtuously, by exploring his or her environment, is making an error. This is bad. Even though the computer @@ -19760,25 +19760,25 @@ because they were written earlier. @node Full Graph, Free Software and Free Manuals, Kill Ring, Top -@appendix A Graph with Labelled Axes +@appendix A Graph with Labeled Axes Printed axes help you understand a graph. They convey scale. In an earlier chapter (@pxref{Readying a Graph, , Readying a Graph}), we wrote the code to print the body of a graph. Here we write the code -for printing and labelling vertical and horizontal axes, along with the +for printing and labeling vertical and horizontal axes, along with the body itself. @menu -* Labelled Example:: +* Labeled Example:: * print-graph Varlist:: @code{let} expression in @code{print-graph}. * print-Y-axis:: Print a label for the vertical axis. * print-X-axis:: Print a horizontal label. * Print Whole Graph:: The function to print a complete graph. @end menu -@node Labelled Example, print-graph Varlist, Full Graph, Full Graph +@node Labeled Example, print-graph Varlist, Full Graph, Full Graph @ifnottex -@unnumberedsec Labelled Example Graph +@unnumberedsec Labeled Example Graph @end ifnottex Since insertions fill a buffer to the right and below point, the new @@ -19821,9 +19821,9 @@ @end smallexample @noindent -In this graph, both the vertical and the horizontal axes are labelled +In this graph, both the vertical and the horizontal axes are labeled with numbers. However, in some graphs, the horizontal axis is time -and would be better labelled with months, like this: +and would be better labeled with months, like this: @smallexample @group @@ -19838,9 +19838,9 @@ @end smallexample Indeed, with a little thought, we can easily come up with a variety of -vertical and horizontal labelling schemes. Our task could become +vertical and horizontal labeling schemes. Our task could become complicated. But complications breed confusion. Rather than permit -this, it is better choose a simple labelling scheme for our first +this, it is better choose a simple labeling scheme for our first effort, and to modify or replace it later. @need 1200 @@ -19864,7 +19864,7 @@ We can work on each part of the @code{print-graph} function definition in turn. -@node print-graph Varlist, print-Y-axis, Labelled Example, Full Graph +@node print-graph Varlist, print-Y-axis, Labeled Example, Full Graph @comment node-name, next, previous, up @appendixsec The @code{print-graph} Varlist @cindex @code{print-graph} varlist @@ -20391,7 +20391,7 @@ The value of the variable @code{X-axis-label-spacing} should itself be measured in units of @code{symbol-width}, since you may want to change the width of the symbols that you are using to print the body of the -graph without changing the ways the graph is labelled. +graph without changing the ways the graph is labeled. @menu * Similarities differences:: Much like @code{print-Y-axis}, but not exactly. @@ -20722,7 +20722,7 @@ Now we are nearly ready to print the whole graph. The function to print the graph with the proper labels follows the -outline we created earlier (@pxref{Full Graph, , A Graph with Labelled +outline we created earlier (@pxref{Full Graph, , A Graph with Labeled Axes}), but with additions. @need 1250 @@ -20857,7 +20857,7 @@ ;;; @r{Final version.} (defun print-graph (numbers-list &optional vertical-step) - "Print labelled bar graph of the NUMBERS-LIST. + "Print labeled bar graph of the NUMBERS-LIST. The numbers-list consists of the Y-axis values. @end group @@ -21478,7 +21478,7 @@ @group (defun print-graph (numbers-list &optional vertical-step horizontal-step) - "Print labelled bar graph of the NUMBERS-LIST. + "Print labeled bar graph of the NUMBERS-LIST. The numbers-list consists of the Y-axis values. @end group @@ -21979,7 +21979,7 @@ @group (defun print-graph (numbers-list &optional vertical-step horizontal-step) - "Print labelled bar graph of the NUMBERS-LIST. + "Print labeled bar graph of the NUMBERS-LIST. The numbers-list consists of the Y-axis values. @end group @@ -22275,4 +22275,3 @@ @c @end iftex @bye - === modified file 'doc/lispref/frames.texi' --- doc/lispref/frames.texi 2011-09-23 09:12:53 +0000 +++ doc/lispref/frames.texi 2011-11-14 06:27:12 +0000 @@ -2414,7 +2414,7 @@ software (as a string). Really this means whoever distributes the X server. -When the developers of X labelled software distributors as +When the developers of X labeled software distributors as ``vendors,'' they showed their false assumption that no system could ever be developed and distributed noncommercially. @end defun @@ -2430,4 +2430,3 @@ The functions @code{x-pixel-width} and @code{x-pixel-height} return the width and height of an X Window frame, measured in pixels. @end ignore - === modified file 'doc/misc/ert.texi' --- doc/misc/ert.texi 2011-10-14 07:16:56 +0000 +++ doc/misc/ert.texi 2011-11-14 06:27:12 +0000 @@ -748,7 +748,7 @@ Both @code{ert-run-tests-interactively} and @code{ert-run-tests-batch} are implemented on top of the lower-level test handling code in the -sections of @file{ert.el} labelled ``Facilities for running a single test'', +sections of @file{ert.el} labeled ``Facilities for running a single test'', ``Test selectors'', and ``Facilities for running a whole set of tests''. If you want to write code that works with ERT tests, you should take a === modified file 'etc/AUTHORS' --- etc/AUTHORS 2011-10-31 02:25:01 +0000 +++ etc/AUTHORS 2011-11-14 06:27:12 +0000 @@ -908,7 +908,7 @@ Detlev Zundel: wrote re-builder.el -Devon Sean Mccullough: changed comint.el +Devon Sean McCullough: changed comint.el Dhruva Krishnamurthy: changed makefile.w32-in emacsclient.c fontset.c sound.c w32proc.c === modified file 'etc/NEWS.1-17' --- etc/NEWS.1-17 2011-01-25 04:08:28 +0000 +++ etc/NEWS.1-17 2011-11-14 06:27:12 +0000 @@ -963,7 +963,7 @@ * Undo can clear modified-flag. If you undo changes in a buffer back to a state in which the -buffer was not considered "modified", then it is labelled as +buffer was not considered "modified", then it is labeled as once again "unmodified". * M-x run-lisp. === modified file 'etc/tutorials/TUTORIAL.ja' --- etc/tutorials/TUTORIAL.ja 2011-01-25 04:08:28 +0000 +++ etc/tutorials/TUTORIAL.ja 2011-11-14 06:27:12 +0000 @@ -524,7 +524,7 @@ >> "foo" $B$H$$$&L>$N%U%!%$%k$r:n$j$^$7$g$&!#(BC-x C-f foo $B$G$9!#(B $B2?$+J8>O$rF~$l!"JT=8$7!"(BC-x C-s $B$G(B "foo" $B$r%;!<%V$7$F2<$5$$!#(B - $B:G8e$K(B C-x C-f TUTORIAL.ja $B$H%?%$%W$7(B + $B:G8e$K(B C-x C-f TUTORIAL.ja $B$H%?%$%W$7(B $BF~Lg%,%$%I$KLa$j$^$7$g$&!#(B Emacs $B$O%U%!%$%k$NFbMF$r%P%C%U%!!J(Bbuffer$B!K$H8F$P$l$k$b$N$NCf$K3JG<$7$F(B @@ -890,7 +890,7 @@ >> M-x make-frame $B$H%?%$%W$7$F!"?7$7$$%U%l!<%`$,I=<($5$l$k$N(B $B$r3NG'$7$^$7$g$&!#(B - + $B85$N%U%l!<%`$G$d$C$F$$$?$3$H$O$J$s$G$b$3$N?7$7$$%U%l!<%`$G$b$G$-$^$9!#(B $B:G=i$N%U%l!<%`$H$=$N8e$K:n$i$l$k%U%l!<%`$G0c$$$O$"$j$^$;$s!#(B @@ -1083,4 +1083,3 @@ ;;; Local Variables: ;;; coding: iso-2022-jp ;;; End: - === modified file 'leim/quail/ipa.el' --- leim/quail/ipa.el 2011-11-09 06:10:51 +0000 +++ leim/quail/ipa.el 2011-11-14 06:27:12 +0000 @@ -170,7 +170,7 @@ ("a~" "ã") ;; Low central unrounded vowel, nasal U+00E3 ("o~" "õ") ;; Upper-mid back rounded vowel, nasal U+00F5 ("u~" "ũ") ;; High back rounded vowel, nasal U+0169 - ("~" "̃") ;; +Nasalised modifier U+0303 + ("~" "̃") ;; +Nasalized modifier U+0303 (":" "ː") ;; +Long modifier U+02D0 ("-" "̩") ;; +Syllabic modifier U+0329 ("." "̣") ;; +Retroflex modifier U+0323 === modified file 'lisp/ChangeLog.10' --- lisp/ChangeLog.10 2011-02-28 01:07:29 +0000 +++ lisp/ChangeLog.10 2011-11-14 06:27:12 +0000 @@ -9383,7 +9383,7 @@ 2002-10-06 Glenn Morris - * progmodes/fortran.el (fortran-beginning-do): Ignore labelled DO + * progmodes/fortran.el (fortran-beginning-do): Ignore labeled DO loops. 2002-10-05 Stefan Monnier @@ -23550,4 +23550,3 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . - === modified file 'lisp/ChangeLog.7' --- lisp/ChangeLog.7 2011-01-25 04:08:28 +0000 +++ lisp/ChangeLog.7 2011-11-14 06:27:12 +0000 @@ -4923,10 +4923,10 @@ (fortran-blink-matching-if, fortran-blink-matching-do) (fortran-indent-new-line): Bind case-fold-search. (fortran-end-do, fortran-beginning-do, fortran-end-if) - (fortran-beginning-if): Bind case-fold-search. Allow labelled blocks. + (fortran-beginning-if): Bind case-fold-search. Allow labeled blocks. Use fortran-end-prog-re. (fortran-if-start-re): New variable. - (fortran-calculate-indent): Allow labelled blocks. Simplify the conds. + (fortran-calculate-indent): Allow labeled blocks. Simplify the conds. Make select case indentation work. (fortran-is-in-string-p): Ignore Emacs 18 bug kluge. (fortran-fill): Allow double quotes in check for string. @@ -21766,9 +21766,9 @@ * f90.el (f90-no-block-limit): Fixed bug for indentation of elsewhere and elseif. - (f90-looking-at-where-or-forall): Now allows for labelled forall + (f90-looking-at-where-or-forall): Now allows for labeled forall and where statements. - (f90-font-lock-keywords-2): New highlighting for labelled where + (f90-font-lock-keywords-2): New highlighting for labeled where and forall. Fixed small bug with else highlighting. (f90-fill-region): Moved indentation to f90-break-line. (f90-break-line): Will now always indent the second line. @@ -23123,4 +23123,3 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . - === modified file 'lisp/ChangeLog.9' --- lisp/ChangeLog.9 2011-11-11 23:17:16 +0000 +++ lisp/ChangeLog.9 2011-11-14 06:27:12 +0000 @@ -14191,7 +14191,7 @@ * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el. Provide ja-dic-cnv instead of skkdic-cnv. - (ja-dic-filename): Renamed from skkdic-filename. Referers changed. + (ja-dic-filename): Renamed from skkdic-filename. Referrers changed. (iso-2022-7bit-short): Add safe-charsets property. (skkdic-convert-postfix): Search Japanese chou-on character in addition to Hiragana character. @@ -20709,4 +20709,3 @@ You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . - === modified file 'lisp/allout-widgets.el' --- lisp/allout-widgets.el 2011-10-19 12:54:24 +0000 +++ lisp/allout-widgets.el 2011-11-14 06:27:12 +0000 @@ -1632,7 +1632,7 @@ (defun allout-redecorate-item (item-widget) "Resituate ITEM-WIDGET decorations, disregarding context. -Use this to redecorate only the item, when you know that it's +Use this to redecorate only the item, when you know that its situation with respect to siblings, parent, and offspring is unchanged from its last decoration. Use `allout-decorate-item-and-context' instead to reassess and adjust === modified file 'lisp/allout.el' --- lisp/allout.el 2011-10-19 12:54:24 +0000 +++ lisp/allout.el 2011-11-14 06:27:12 +0000 @@ -5473,7 +5473,7 @@ "invalid format" format)))) (list depth prefix strings)) result)) - ;; Reasses format, if any: + ;; Reassess format, if any: (if (and format (listp format)) (cond ((= new-depth depth) (setq format (cons (1+ (car format)) === modified file 'lisp/cedet/ede/makefile-edit.el' --- lisp/cedet/ede/makefile-edit.el 2011-01-25 04:08:28 +0000 +++ lisp/cedet/ede/makefile-edit.el 2011-11-14 06:27:12 +0000 @@ -71,7 +71,7 @@ (end-of-line) (= (preceding-char) ?\\))) -;;; Programatic editing of a Makefile +;;; Programmatic editing of a Makefile ;; (defun makefile-move-to-macro (macro &optional next) "Move to the definition of MACRO. Return t if found. === modified file 'lisp/cedet/ede/proj-misc.el' --- lisp/cedet/ede/proj-misc.el 2011-01-26 08:36:39 +0000 +++ lisp/cedet/ede/proj-misc.el 2011-11-14 06:27:12 +0000 @@ -50,7 +50,7 @@ (defvar ede-misc-source (ede-sourcecode "ede-misc-source" - :name "Miscelaneous" + :name "Miscellaneous" :sourcepattern ".*") "Miscellaneous field definition.") === modified file 'lisp/cedet/semantic/bovine.el' --- lisp/cedet/semantic/bovine.el 2011-01-25 04:08:28 +0000 +++ lisp/cedet/semantic/bovine.el 2011-11-14 06:27:12 +0000 @@ -240,7 +240,7 @@ matchlist nil) ;;generate exit condition (if (not end) (setq out nil))) - ;; Nothin? + ;; Nothing? )) (setq result (if (eq s starting-stream) === modified file 'lisp/cedet/semantic/bovine/c.el' --- lisp/cedet/semantic/bovine/c.el 2011-11-11 23:17:16 +0000 +++ lisp/cedet/semantic/bovine/c.el 2011-11-14 06:27:12 +0000 @@ -1092,7 +1092,7 @@ ;; `throws' as a common name for things that toss ;; exceptions about. :throws (nth 5 tokenpart) - ;; Reemtrant is a C++ thingy. Add it here + ;; Reentrant is a C++ thingy. Add it here :reentrant-flag (if (member "reentrant" (nth 6 tokenpart)) t) ;; A function post-const is funky. Try stuff :methodconst-flag (if (member "const" (nth 6 tokenpart)) t) === modified file 'lisp/cedet/semantic/db-find.el' --- lisp/cedet/semantic/db-find.el 2011-11-03 20:03:45 +0000 +++ lisp/cedet/semantic/db-find.el 2011-11-14 06:27:12 +0000 @@ -862,7 +862,7 @@ (let ((tab (car (car tmp))) (tags (cdr (car tmp)))) (dolist (T tags) - ;; Normilzation gives specialty database tables a chance + ;; Normalization gives specialty database tables a chance ;; to convert into a more stable tag format. (let* ((norm (semanticdb-normalize-one-tag tab T)) (ntab (car norm)) === modified file 'lisp/cedet/semantic/imenu.el' --- lisp/cedet/semantic/imenu.el 2011-01-25 04:08:28 +0000 +++ lisp/cedet/semantic/imenu.el 2011-11-14 06:27:12 +0000 @@ -96,7 +96,7 @@ (defcustom semantic-imenu-bucketize-type-members t "*Non-nil if members of a type should be grouped into buckets. A nil value means to keep them in the same order. -Overriden to nil if `semantic-imenu-bucketize-file' is nil." +Overridden to nil if `semantic-imenu-bucketize-file' is nil." :group 'semantic-imenu :type 'boolean) (make-variable-buffer-local 'semantic-imenu-bucketize-type-members) === modified file 'lisp/cedet/srecode/insert.el' --- lisp/cedet/srecode/insert.el 2011-11-03 20:03:45 +0000 +++ lisp/cedet/srecode/insert.el 2011-11-14 06:27:12 +0000 @@ -255,7 +255,7 @@ (let ((c (oref st code))) (srecode-push st) (srecode-insert-code-stream c dictionary)) - ;; Poping the stack is protected + ;; Popping the stack is protected. (srecode-pop st))) (defun srecode-insert-code-stream (code dictionary) === modified file 'lisp/cedet/srecode/srt-mode.el' --- lisp/cedet/srecode/srt-mode.el 2011-01-25 04:08:28 +0000 +++ lisp/cedet/srecode/srt-mode.el 2011-11-14 06:27:12 +0000 @@ -483,7 +483,7 @@ (if (> start (point)) ;; If our starting point is after the found point, that - ;; means we are not inside the macro. Retur nil. + ;; means we are not inside the macro. Return nil. nil ;; We are inside the macro, extract the text so far. (let* ((macroend (match-beginning 0)) === modified file 'lisp/emacs-lisp/byte-opt.el' --- lisp/emacs-lisp/byte-opt.el 2011-04-20 17:28:07 +0000 +++ lisp/emacs-lisp/byte-opt.el 2011-11-14 06:27:12 +0000 @@ -527,7 +527,7 @@ ;; However, don't actually bother calling `ignore'. `(prog1 nil . ,(mapcar 'byte-optimize-form (cdr form)))) - ;; Neeeded as long as we run byte-optimize-form after cconv. + ;; Needed as long as we run byte-optimize-form after cconv. ((eq fn 'internal-make-closure) form) ((byte-code-function-p fn) === modified file 'lisp/emacs-lisp/smie.el' --- lisp/emacs-lisp/smie.el 2011-06-26 08:43:52 +0000 +++ lisp/emacs-lisp/smie.el 2011-11-14 06:27:12 +0000 @@ -759,7 +759,7 @@ (indirect-function 'smie-op-left) halfsexp)) -;;; Miscellanous commands using the precedence parser. +;;; Miscellaneous commands using the precedence parser. (defun smie-backward-sexp-command (&optional n) "Move backward through N logical elements." === modified file 'lisp/emacs-lisp/tabulated-list.el' --- lisp/emacs-lisp/tabulated-list.el 2011-08-18 15:53:29 +0000 +++ lisp/emacs-lisp/tabulated-list.el 2011-11-14 06:27:12 +0000 @@ -321,7 +321,7 @@ modes are derived from it, using `define-derived-mode'. In this major mode, the buffer is divided into multiple columns, -which are labelled using the header line. Each non-empty line +which are labeled using the header line. Each non-empty line belongs to one \"entry\", and the entries can be sorted according to their column values. === modified file 'lisp/erc/erc-notify.el' --- lisp/erc/erc-notify.el 2011-01-25 04:08:28 +0000 +++ lisp/erc/erc-notify.el 2011-11-14 06:27:12 +0000 @@ -88,7 +88,7 @@ (defun erc-notify-install-message-catalogs () (erc-define-catalog 'english - '((notify_current . "Notificated people online: %l") + '((notify_current . "Notified people online: %l") (notify_list . "Current notify list: %l") (notify_on . "Detected %n on IRC network %m") (notify_off . "%n has left IRC network %m")))) @@ -250,4 +250,3 @@ ;; indent-tabs-mode: t ;; tab-width: 8 ;; End: - === modified file 'lisp/generic-x.el' --- lisp/generic-x.el 2011-11-09 06:10:51 +0000 +++ lisp/generic-x.el 2011-11-14 06:27:12 +0000 @@ -1446,7 +1446,7 @@ "REGDB_STRING" "REGDB_UNINSTALL_NAME" "REMOTE_DRIVE" - "REMOVALE_DRIVE" + "REMOVEABLE_DRIVE" "REPLACE_ITEM" "REPLACE" "RESET" === modified file 'lisp/gnus/gnus-topic.el' --- lisp/gnus/gnus-topic.el 2011-01-25 04:08:28 +0000 +++ lisp/gnus/gnus-topic.el 2011-11-14 06:27:12 +0000 @@ -430,7 +430,7 @@ regexp list-topic topic-level) "List all newsgroups with unread articles of level LEVEL or lower. Use the `gnus-group-topics' to sort the groups. -If PREDICTE is a function, list groups that the function returns non-nil; +If PREDICATE is a function, list groups that the function returns non-nil; if it is t, list groups that have no unread articles. If LOWEST is non-nil, list all newsgroups of level LOWEST or higher." (set-buffer gnus-group-buffer) === modified file 'lisp/image-mode.el' --- lisp/image-mode.el 2011-10-19 12:54:24 +0000 +++ lisp/image-mode.el 2011-11-14 06:27:12 +0000 @@ -638,7 +638,7 @@ `image-transform-resize' and `image-transform-rotation'. The return value is suitable for appending to an image spec. -Recaling and rotation properties only take effect if Emacs is +Rescaling and rotation properties only take effect if Emacs is compiled with ImageMagick support." (when (or image-transform-resize (not (equal image-transform-rotation 0.0))) === modified file 'lisp/international/mule-diag.el' --- lisp/international/mule-diag.el 2011-09-23 16:26:48 +0000 +++ lisp/international/mule-diag.el 2011-11-14 06:27:12 +0000 @@ -958,7 +958,7 @@ (insert "\n ------") (put-text-property (line-beginning-position) (point) 'face 'highlight))) (if (and start1 end2) - ;; Reoder the printed information to match with the font + ;; Reorder the printed information to match with the font ;; searching strategy; i.e. FONTSET, the default fontset, ;; default of FONTSET, default of the default fontset. (transpose-regions start1 end1 start2 end2)) === modified file 'lisp/language/european.el' --- lisp/language/european.el 2011-01-25 04:08:28 +0000 +++ lisp/language/european.el 2011-11-14 06:27:12 +0000 @@ -146,8 +146,8 @@ (input-method . "latin-4-postfix") (documentation . "\ These languages are supported with the Latin-4 (ISO-8859-4) character set: - Danish, English, Estonian, Finnish, German, Greenlandic, Lappish, - Latvian, Lithuanian, and Norwegian.")) + Danish, English, Estonian, Finnish, German, Greenlandic, Latvian, + Lithuanian, Norwegian, and Sami.")) '("European")) @@ -226,7 +226,7 @@ "ISO 2022 based 8-bit encoding for Latin-8 (MIME:ISO-8859-14)." :coding-type 'charset ;; `W' for `Welsh', since `C' for `Celtic' is taken. - :mnemonic ?W + :mnemonic ?W :charset-list '(iso-8859-14) :mime-charset 'iso-8859-14) @@ -610,7 +610,7 @@ (define-coding-system 'mac-roman "Mac Roman Encoding (MIME:MACINTOSH)." :coding-type 'charset - :mnemonic ?M + :mnemonic ?M :charset-list '(mac-roman) :mime-charset 'macintosh) === modified file 'lisp/language/romanian.el' --- lisp/language/romanian.el 2011-01-26 08:36:39 +0000 +++ lisp/language/romanian.el 2011-11-14 06:27:12 +0000 @@ -35,7 +35,7 @@ (unibyte-display . iso-8859-2) (tutorial . "TUTORIAL.ro") (sample-text . "Bun ziua, bine ai venit!") - (documentation . "Rmoanian environment using Latin-2 encoding. + (documentation . "Romanian environment using Latin-2 encoding. An environment for generic Latin-10 encoding is also available.")) '("European")) === modified file 'lisp/ldefs-boot.el' --- lisp/ldefs-boot.el 2011-10-31 02:25:01 +0000 +++ lisp/ldefs-boot.el 2011-11-14 06:27:12 +0000 @@ -27789,7 +27789,7 @@ modes are derived from it, using `define-derived-mode'. In this major mode, the buffer is divided into multiple columns, -which are labelled using the header line. Each non-empty line +which are labeled using the header line. Each non-empty line belongs to one \"entry\", and the entries can be sorted according to their column values. === modified file 'lisp/mail/mail-extr.el' --- lisp/mail/mail-extr.el 2011-01-26 08:36:39 +0000 +++ lisp/mail/mail-extr.el 2011-11-14 06:27:12 +0000 @@ -1961,7 +1961,7 @@ ("gw" "Guinea-Bissau") ("gy" "Guyana") ("hk" "Hong Kong") - ("hm" "Heard Island and Mcdonald Islands") + ("hm" "Heard Island and McDonald Islands") ("hn" "Honduras") ("hr" "Croatia" "Croatia (Hrvatska)") ("ht" "Haiti") === modified file 'lisp/mh-e/mh-comp.el' --- lisp/mh-e/mh-comp.el 2011-07-09 20:25:54 +0000 +++ lisp/mh-e/mh-comp.el 2011-11-14 06:27:12 +0000 @@ -504,7 +504,7 @@ folder msg) ;; Was inserted before us, move to end of file to preserve order (goto-char (point-max))))))) - ;; Postition just before forwarded message + ;; Position just before forwarded message. (if (re-search-forward "^------- Forwarded Message" nil t) (forward-line -1) (goto-char (mh-mail-header-end)) === modified file 'lisp/mh-e/mh-e.el' --- lisp/mh-e/mh-e.el 2011-11-13 07:48:23 +0000 +++ lisp/mh-e/mh-e.el 2011-11-14 06:27:12 +0000 @@ -2478,7 +2478,7 @@ "Original-NNTP-" ; mail to news "Original-Path:" ; mail to news "Original-Received:" ; mail to news - "Original-Recipt:" ; RFC 2298 + "Original-Recipient:" ; RFC 2298 "Original-To:" ; mail to news "Original-X-" ; mail to news "Origination-Client:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ === modified file 'lisp/net/browse-url.el' --- lisp/net/browse-url.el 2011-10-19 09:10:10 +0000 +++ lisp/net/browse-url.el 2011-11-14 06:27:12 +0000 @@ -389,7 +389,7 @@ :type '(repeat (string :tag "Argument")) :group 'browse-url) -;; GNOME means of invoking either Mozilla or Netrape. +;; GNOME means of invoking either Mozilla or Netscape. (defvar browse-url-gnome-moz-program "gnome-moz-remote") (defcustom browse-url-gnome-moz-arguments '() === modified file 'lisp/net/secrets.el' --- lisp/net/secrets.el 2011-11-09 06:10:51 +0000 +++ lisp/net/secrets.el 2011-11-14 06:27:12 +0000 @@ -431,7 +431,7 @@ (secrets-get-collections))) (defun secrets-collection-path (collection) - "Return the object path of collection labelled COLLECTION. + "Return the object path of collection labeled COLLECTION. If COLLECTION is nil, return the session collection path. If there is no such COLLECTION, return nil." (or @@ -454,7 +454,7 @@ (throw 'collection-found collection-path)))))) (defun secrets-create-collection (collection) - "Create collection labelled COLLECTION if it doesn't exist. + "Create collection labeled COLLECTION if it doesn't exist. Return the D-Bus object path for collection." (let ((collection-path (secrets-collection-path collection))) ;; Create the collection. @@ -480,7 +480,7 @@ "Label")) (defun secrets-set-alias (collection alias) - "Set ALIAS as alias of collection labelled COLLECTION. + "Set ALIAS as alias of collection labeled COLLECTION. For the time being, only the alias \"default\" is supported." (let ((collection-path (secrets-collection-path collection))) (unless (secrets-empty-path collection-path) @@ -497,7 +497,7 @@ alias :object-path secrets-empty-path)) (defun secrets-unlock-collection (collection) - "Unlock collection labelled COLLECTION. + "Unlock collection labeled COLLECTION. If successful, return the object path of the collection." (let ((collection-path (secrets-collection-path collection))) (unless (secrets-empty-path collection-path) @@ -509,7 +509,7 @@ collection-path)) (defun secrets-delete-collection (collection) - "Delete collection labelled COLLECTION." + "Delete collection labeled COLLECTION." (let ((collection-path (secrets-collection-path collection))) (unless (secrets-empty-path collection-path) (secrets-prompt @@ -636,7 +636,7 @@ (car result))))) (defun secrets-item-path (collection item) - "Return the object path of item labelled ITEM in COLLECTION. + "Return the object path of item labeled ITEM in COLLECTION. If there is no such item, return nil." (let ((collection-path (secrets-unlock-collection collection))) (catch 'item-found @@ -645,7 +645,7 @@ (throw 'item-found item-path)))))) (defun secrets-get-secret (collection item) - "Return the secret of item labelled ITEM in COLLECTION. + "Return the secret of item labeled ITEM in COLLECTION. If there is no such item, return nil." (let ((item-path (secrets-item-path collection item))) (unless (secrets-empty-path item-path) @@ -656,7 +656,7 @@ "GetSecret" :object-path secrets-session-path)))))) (defun secrets-get-attributes (collection item) - "Return the lookup attributes of item labelled ITEM in COLLECTION. + "Return the lookup attributes of item labeled ITEM in COLLECTION. If there is no such item, or the item has no attributes, return nil." (unless (stringp collection) (setq collection "default")) (let ((item-path (secrets-item-path collection item))) @@ -669,7 +669,7 @@ secrets-interface-item "Attributes"))))) (defun secrets-get-attribute (collection item attribute) - "Return the value of ATTRIBUTE of item labelled ITEM in COLLECTION. + "Return the value of ATTRIBUTE of item labeled ITEM in COLLECTION. If there is no such item, or the item doesn't own this attribute, return nil." (cdr (assoc attribute (secrets-get-attributes collection item)))) === modified file 'lisp/progmodes/cc-vars.el' --- lisp/progmodes/cc-vars.el 2011-10-28 14:35:39 +0000 +++ lisp/progmodes/cc-vars.el 2011-11-14 06:27:12 +0000 @@ -1327,7 +1327,7 @@ statement-case-open -- The first line in a case block starting with brace. substatement -- The first line after an if/while/for/do/else. substatement-open -- The brace that opens a substatement block. - substatement-label -- Labelled line after an if/while/for/do/else. + substatement-label -- Labeled line after an if/while/for/do/else. case-label -- A \"case\" or \"default\" label. access-label -- C++ private/protected/public access label. label -- Any ordinary label. @@ -1625,7 +1625,7 @@ (defvar c-macro-with-semi-re nil ;; Regular expression which matches a (#define'd) symbol whose expansion ;; ends with a semicolon. - ;; + ;; ;; This variable should be set by `c-make-macros-with-semi-re' rather than ;; directly. ) @@ -1651,7 +1651,7 @@ (t (error "c-make-macro-with-semi-re: invalid \ c-macro-names-with-semicolon: %s" c-macro-names-with-semicolon)))))) - + (defvar c-macro-names-with-semicolon '("Q_OBJECT" "Q_PROPERTY" "Q_DECLARE" "Q_ENUMS") "List of #defined symbols whose expansion ends with a semicolon. === modified file 'lisp/progmodes/ebnf2ps.el' --- lisp/progmodes/ebnf2ps.el 2011-11-13 07:48:23 +0000 +++ lisp/progmodes/ebnf2ps.el 2011-11-14 06:27:12 +0000 @@ -5037,7 +5037,7 @@ (when gen-func (setq error-msg "EMPTY RULES" tree (ebnf-eliminate-empty-rules tree)) - (setq error-msg "OPTMIZE" + (setq error-msg "OPTIMIZE" tree (ebnf-optimize tree)) (setq error-msg "DIMENSIONS" tree (ebnf-dimensions tree)) === modified file 'lisp/progmodes/fortran.el' --- lisp/progmodes/fortran.el 2011-10-30 01:56:03 +0000 +++ lisp/progmodes/fortran.el 2011-11-14 06:27:12 +0000 @@ -1462,7 +1462,7 @@ (defun fortran-beginning-do () "Search backwards for first unmatched DO [WHILE]. -Return point or nil. Ignores labelled DO loops (ie DO 10 ... 10 CONTINUE)." +Return point or nil. Ignores labeled DO loops (ie DO 10 ... 10 CONTINUE)." (let ((case-fold-search t) (dostart-re "\\(\\(\\sw\\|\\s_\\)+:[ \t]*\\)?do[ \t]+[^0-9]")) (if (save-excursion @@ -1482,7 +1482,7 @@ (skip-chars-forward " \t0-9") (cond ((looking-at dostart-re) (setq count (1- count))) - ;; Note labelled loop ends not considered. + ;; Note labeled loop ends not considered. ((looking-at "end[ \t]*do\\b") (setq count (1+ count))))) (and (zerop count) === modified file 'lisp/progmodes/vhdl-mode.el' --- lisp/progmodes/vhdl-mode.el 2011-11-09 06:10:51 +0000 +++ lisp/progmodes/vhdl-mode.el 2011-11-14 06:27:12 +0000 @@ -3117,7 +3117,7 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;;; Menues +;;; Menus ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; === modified file 'lisp/speedbar.el' --- lisp/speedbar.el 2011-04-19 13:44:55 +0000 +++ lisp/speedbar.el 2011-11-14 06:27:12 +0000 @@ -2100,7 +2100,7 @@ (if (= index 0) ;; If the shown files variable has extra directories, then ;; it is our responsibility to redraw them all - ;; Luckilly, the nature of inserting items into this list means + ;; Luckily, the nature of inserting items into this list means ;; that by reversing it, we can easilly go in the right order (let ((sf (cdr (reverse speedbar-shown-directories)))) (setq speedbar-shown-directories === modified file 'lisp/startup.el' --- lisp/startup.el 2011-10-01 20:32:01 +0000 +++ lisp/startup.el 2011-11-14 06:27:12 +0000 @@ -1132,7 +1132,7 @@ (eq orig-enable-multibyte (default-value 'enable-multibyte-characters))) ;; Init file changed to unibyte. Reset existing multibyte - ;; buffers (probably *scratch*, *Messages*, *Minibuff-0*). + ;; buffers (probably *scratch*, *Messages*, *Minibuf-0*). ;; Arguably this should only be done if they're free of ;; multibyte characters. (mapc (lambda (buffer) === modified file 'lisp/textmodes/artist.el' --- lisp/textmodes/artist.el 2011-05-10 13:57:12 +0000 +++ lisp/textmodes/artist.el 2011-11-14 06:27:12 +0000 @@ -2437,7 +2437,7 @@ point-list)) ;; artist-save-chars-under-point-list -;; Remebers the chars that were there before we did draw the line. +;; Remembers the chars that were there before we did draw the line. ;; Returns point-list. ;; (defun artist-save-chars-under-point-list (point-list) === modified file 'lisp/textmodes/bibtex.el' --- lisp/textmodes/bibtex.el 2011-09-14 21:43:36 +0000 +++ lisp/textmodes/bibtex.el 2011-11-14 06:27:12 +0000 @@ -3941,7 +3941,7 @@ Otherwise the search is limited to the current buffer. Return position of entry if CROSSREF-KEY is found or nil otherwise. If CROSSREF-KEY is in the same buffer like current entry but before it -an error is signaled. If NOERRER is non-nil this error is suppressed. +an error is signaled. If NOERROR is non-nil this error is suppressed. Optional arg PNT is the position of the referencing entry. It defaults to position of point. If optional arg SPLIT is non-nil, split window so that both the referencing and the crossrefed entry are displayed. === modified file 'lisp/textmodes/reftex-global.el' --- lisp/textmodes/reftex-global.el 2011-01-25 04:08:28 +0000 +++ lisp/textmodes/reftex-global.el 2011-11-14 06:27:12 +0000 @@ -139,7 +139,7 @@ (set (make-local-variable 'TeX-master) master) (erase-buffer) (insert " MULTIPLE LABELS IN CURRENT DOCUMENT:\n") - (insert + (insert " Move point to label and type `r' to run a query-replace on the label\n" " and its references. Type `q' to exit this buffer.\n\n") (insert " LABEL FILE\n") @@ -190,15 +190,15 @@ documents. You should not use it if another document refers to this one with the `xr' package." (interactive) - ;; Resan the entire document + ;; Rescan the entire document (reftex-access-scan-info 1) ;; Get some insurance (if (and (reftex-is-multi) (not (yes-or-no-p "Replacing all simple labels in multiple files is risky. Continue? "))) (error "Abort")) ;; Make the translation list - (let* ((re-core (concat "\\(" - (mapconcat 'cdr reftex-typekey-to-prefix-alist "\\|") + (let* ((re-core (concat "\\(" + (mapconcat 'cdr reftex-typekey-to-prefix-alist "\\|") "\\)")) (label-re (concat "\\`" re-core "\\([0-9]+\\)\\'")) (search-re (concat "[{,]\\(" re-core "\\([0-9]+\\)\\)[,}]")) @@ -231,11 +231,11 @@ (reftex-save-all-document-buffers) ;; First test to check for erros - (setq n (reftex-translate + (setq n (reftex-translate files search-re translate-alist error-fmt 'test)) ;; Now the real thing. - (if (yes-or-no-p + (if (yes-or-no-p (format "Replace %d items at %d places in %d files? " (length translate-alist) n (length files))) (progn @@ -253,9 +253,9 @@ (defun reftex-translate (files search-re translate-alist error-fmt test) ;; In FILES, look for SEARCH-RE and replace match 1 of it with - ;; its association in TRANSLATE-ALSIT. + ;; its association in TRANSLATE-ALSIT. ;; If we do not find an association and TEST is non-nil, query - ;; to ignore the problematic string. + ;; to ignore the problematic string. ;; If TEST is nil, it is ignored without query. ;; Return the number of replacements. (let ((n 0) file label match-data buf macro pos cell) @@ -281,7 +281,7 @@ (or (looking-at "\\\\ref") (looking-at "\\\\[a-zA-Z]*ref\\(range\\)?[^a-zA-Z]") (looking-at "\\\\ref[a-zA-Z]*[^a-zA-Z]") - (looking-at (format + (looking-at (format reftex-find-label-regexp-format (regexp-quote label))))) ;; OK, we should replace it. @@ -351,7 +351,7 @@ (defun reftex-isearch-wrap-function () (if (not isearch-word) - (switch-to-buffer + (switch-to-buffer (funcall isearch-next-buffer-function (current-buffer) t))) (goto-char (if isearch-forward (point-min) (point-max)))) @@ -435,7 +435,7 @@ `reftex-isearch-minor-mode' on if ARG is positive, otherwise turn it off." (interactive "P") (let ((old-reftex-isearch-minor-mode reftex-isearch-minor-mode)) - (setq reftex-isearch-minor-mode + (setq reftex-isearch-minor-mode (not (or (and (null arg) reftex-isearch-minor-mode) (<= (prefix-numeric-value arg) 0)))) (unless (eq reftex-isearch-minor-mode old-reftex-isearch-minor-mode) @@ -471,7 +471,7 @@ ;; Force modeline redisplay. (set-buffer-modified-p (buffer-modified-p)))) -(add-minor-mode 'reftex-isearch-minor-mode "/I" nil nil +(add-minor-mode 'reftex-isearch-minor-mode "/I" nil nil 'reftex-isearch-minor-mode) ;;; reftex-global.el ends here === modified file 'lisp/vc/ediff-init.el' --- lisp/vc/ediff-init.el 2011-10-23 03:38:23 +0000 +++ lisp/vc/ediff-init.el 2011-11-14 06:27:12 +0000 @@ -81,7 +81,7 @@ ;; so that `kill-all-local-variables' (called by major-mode setting ;; commands) won't destroy Ediff control variables. ;; -;; Plagiarised from `emerge-defvar-local' for XEmacs. +;; Plagiarized from `emerge-defvar-local' for XEmacs. (defmacro ediff-defvar-local (var value doc) "Defines VAR as a local variable." (declare (indent defun)) === modified file 'msdos/README' --- msdos/README 2011-01-25 04:08:28 +0000 +++ msdos/README 2011-11-14 06:27:12 +0000 @@ -60,7 +60,7 @@ verbatim, but changing it is not allowed. Source code copyright DJ Delorie is distributed under the terms of the -GNU General Public Licence, with the following exceptions: +GNU General Public License, with the following exceptions: * Sources used to build crt0.o, gcrt0.o, libc.a, libdbg.a, and libemu.a are distributed under the terms of the GNU Library General @@ -68,7 +68,7 @@ * Any existing copyright or authorship information in any given source file must remain intact. If you modify a source file, a notice to that - effect must be added to the authorship information in the source file. + effect must be added to the authorship information in the source file. * Runtime binaries, as provided by DJ in DJGPP, may be distributed without sources ONLY if the recipient is given sufficient information === modified file 'oldXMenu/XMenu.h' --- oldXMenu/XMenu.h 2011-04-16 08:25:42 +0000 +++ oldXMenu/XMenu.h 2011-11-14 06:27:12 +0000 @@ -185,7 +185,7 @@ Window parent; /* Menu's parent window. */ int width; /* Overall menu width. */ int height; /* Overall menu height. */ - int x_pos; /* Oveall menu origin. */ + int x_pos; /* Overall menu origin. */ int y_pos; /* Overall menu origin. */ Cursor mouse_cursor; /* Mouse cursor raster. */ XAssocTable *assoc_tab; /* XMWindow association table. */ === modified file 'src/ccl.c' --- src/ccl.c 2011-11-09 06:10:51 +0000 +++ src/ccl.c 2011-11-14 06:27:12 +0000 @@ -1762,7 +1762,7 @@ case CCL_STAT_QUIT: if (! ccl->quit_silently) - sprintf (msg, "\nCCL: Quited."); + sprintf (msg, "\nCCL: Quitted."); break; default: === modified file 'src/font.c' --- src/font.c 2011-11-09 06:10:51 +0000 +++ src/font.c 2011-11-14 06:27:12 +0000 @@ -802,7 +802,7 @@ struct { /* Minimum possible field. */ int from; - /* Maxinum possible field. */ + /* Maximum possible field. */ int to; /* Bit mask of possible field. Nth bit corresponds to Nth field. */ int mask; === modified file 'src/fontset.c' --- src/fontset.c 2011-08-29 18:48:24 +0000 +++ src/fontset.c 2011-11-14 06:27:12 +0000 @@ -1788,7 +1788,7 @@ /* Return a cons (FONT-OBJECT . GLYPH-CODE). FONT-OBJECT is the font for the character at POSITION in the current buffer. This is computed from all the text properties and overlays - that apply to POSITION. POSTION may be nil, in which case, + that apply to POSITION. POSITION may be nil, in which case, FONT-SPEC is the font for displaying the character CH with the default face. === modified file 'src/keyboard.c' --- src/keyboard.c 2011-11-11 10:04:08 +0000 +++ src/keyboard.c 2011-11-14 06:27:12 +0000 @@ -8782,7 +8782,7 @@ /* Positions [START, END) in the key sequence buffer are the key that we have scanned so far. Those events are the ones that we will replace - if PAREHT maps them into a key sequence. */ + if PARENT maps them into a key sequence. */ int start, end; } keyremap; === modified file 'src/nsfns.m' --- src/nsfns.m 2011-11-11 18:33:30 +0000 +++ src/nsfns.m 2011-11-14 06:27:12 +0000 @@ -1267,7 +1267,7 @@ #endif init_frame_faces (f); - + /* The resources controlling the menu-bar and tool-bar are processed specially at startup, and reflected in the mode variables; ignore them here. */ @@ -1656,7 +1656,7 @@ DEFUN ("x-display-backing-store", Fx_display_backing_store, Sx_display_backing_store, 0, 1, 0, - doc: /* Return whether the Nexstep display DISPLAY supports backing store. + doc: /* Return whether the Nextstep display DISPLAY supports backing store. The value may be `buffered', `retained', or `non-retained'. DISPLAY should be a frame, the display name as a string, or a terminal ID. If omitted or nil, the selected frame's display is used. */) === modified file 'src/w32term.c' --- src/w32term.c 2011-11-05 18:50:59 +0000 +++ src/w32term.c 2011-11-14 06:27:12 +0000 @@ -3287,7 +3287,7 @@ /* Handle mouse button event on the tool-bar of frame F, at frame-relative coordinates X/Y. EVENT_TYPE is either ButtionPress - or ButtonRelase. */ + or ButtonRelease. */ static void w32_handle_tool_bar_click (struct frame *f, struct input_event *button_event) === modified file 'src/xdisp.c' --- src/xdisp.c 2011-11-11 09:18:32 +0000 +++ src/xdisp.c 2011-11-14 06:27:12 +0000 @@ -22049,7 +22049,7 @@ /* Get glyph code of character C in FONT in the two-byte form CHAR2B. - Retunr 1 if FONT has a glyph for C, otherwise return 0. */ + Return 1 if FONT has a glyph for C, otherwise return 0. */ static inline int get_char_glyph_code (int c, struct font *font, XChar2b *char2b) === modified file 'src/xfns.c' --- src/xfns.c 2011-11-11 18:33:30 +0000 +++ src/xfns.c 2011-11-14 06:27:12 +0000 @@ -3691,7 +3691,7 @@ DEFUN ("x-server-vendor", Fx_server_vendor, Sx_server_vendor, 0, 1, 0, doc: /* Return the "vendor ID" string of the X server of display TERMINAL. -\(Labelling every distributor as a "vendor" embodies the false assumption +\(Labeling every distributor as a "vendor" embodies the false assumption that operating systems cannot be developed and distributed noncommercially.) The optional argument TERMINAL specifies which display to ask about. TERMINAL should be a terminal object, a frame or a display name (a string). ------------------------------------------------------------ revno: 106365 committer: Glenn Morris branch nick: trunk timestamp: Sun 2011-11-13 18:14:01 -0800 message: Small executable.el fix related to bug#9879. * lisp/progmodes/executable.el (executable-make-buffer-file-executable-if-script-p): Handle file-modes returning nil. diff: === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2011-11-14 02:01:00 +0000 +++ lisp/ChangeLog 2011-11-14 02:14:01 +0000 @@ -1,5 +1,9 @@ 2011-11-14 Glenn Morris + * progmodes/executable.el + (executable-make-buffer-file-executable-if-script-p): + Handle file-modes returning nil. + * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator. * mail/rmailsum.el (rmail-summary, rmail-new-summary) === modified file 'lisp/progmodes/executable.el' --- lisp/progmodes/executable.el 2011-04-22 18:44:26 +0000 +++ lisp/progmodes/executable.el 2011-11-14 02:14:01 +0000 @@ -268,12 +268,16 @@ (save-restriction (widen) (string= "#!" (buffer-substring (point-min) (+ 2 (point-min))))) - (let* ((current-mode (file-modes (buffer-file-name))) - (add-mode (logand ?\111 (default-file-modes)))) - (or (/= (logand ?\111 current-mode) 0) - (zerop add-mode) - (set-file-modes (buffer-file-name) - (logior current-mode add-mode)))))) + (condition-case nil + (let* ((current-mode (file-modes (buffer-file-name))) + (add-mode (logand ?\111 (default-file-modes)))) + (or (/= (logand ?\111 current-mode) 0) + (zerop add-mode) + (set-file-modes (buffer-file-name) + (logior current-mode add-mode)))) + ;; Eg file-modes can return nil (bug#9879). It should not, + ;; in this context, but we should handle it all the same. + (error (message "Unable to make file executable"))))) (provide 'executable) ------------------------------------------------------------ revno: 106364 committer: Glenn Morris branch nick: trunk timestamp: Sun 2011-11-13 18:01:00 -0800 message: * lisp/mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator. diff: === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2011-11-14 01:43:50 +0000 +++ lisp/ChangeLog 2011-11-14 02:01:00 +0000 @@ -1,5 +1,7 @@ 2011-11-14 Glenn Morris + * mail/rmail.el (rmail-no-mail-p): Remove mode-line N/M indicator. + * mail/rmailsum.el (rmail-summary, rmail-new-summary) (rmail-new-summary-1): Allow empty summaries. (Bug#9964) (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local. === modified file 'lisp/mail/rmail.el' --- lisp/mail/rmail.el 2011-11-07 02:52:29 +0000 +++ lisp/mail/rmail.el 2011-11-14 02:01:00 +0000 @@ -2602,6 +2602,8 @@ "Return nil if there is mail, else \"No mail.\"." (if (zerop rmail-total-messages) (save-excursion + ;; Eg we deleted all the messages, so remove the old N/M mark. + (with-current-buffer rmail-buffer (setq mode-line-process nil)) (with-current-buffer rmail-view-buffer (erase-buffer) "No mail.")))) ------------------------------------------------------------ revno: 106363 fixes bug(s): http://debbugs.gnu.org/9964 committer: Glenn Morris branch nick: trunk timestamp: Sun 2011-11-13 17:43:50 -0800 message: Rmail summary fixes for empty summaries. * lisp/mail/rmailsum.el (rmail-summary, rmail-new-summary) (rmail-new-summary-1): Allow empty summaries. (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local. diff: === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2011-11-12 09:55:50 +0000 +++ lisp/ChangeLog 2011-11-14 01:43:50 +0000 @@ -1,3 +1,9 @@ +2011-11-14 Glenn Morris + + * mail/rmailsum.el (rmail-summary, rmail-new-summary) + (rmail-new-summary-1): Allow empty summaries. (Bug#9964) + (rmail-new-summary): Remember that rmail-summary-buffer is buffer-local. + 2011-11-12 Martin Rudalics * window.el (window-resize, delete-window): Use window-splits === modified file 'lisp/mail/rmailsum.el' --- lisp/mail/rmailsum.el 2011-02-12 21:45:42 +0000 +++ lisp/mail/rmailsum.el 2011-11-14 01:43:50 +0000 @@ -269,7 +269,8 @@ "Display a summary of all messages, one line per message." (interactive) (rmail-new-summary "All" '(rmail-summary) nil) - (unless (get-buffer-window rmail-buffer) + (unless (or (zerop (buffer-size)) ; empty summary + (get-buffer-window rmail-buffer)) (rmail-summary-beginning-of-message))) ;;;###autoload @@ -404,13 +405,13 @@ (message "Computing summary lines...") (unless rmail-buffer (error "No RMAIL buffer found")) - (let (mesg was-in-summary) + (let (mesg was-in-summary sumbuf) (if (eq major-mode 'rmail-summary-mode) (setq was-in-summary t)) (with-current-buffer rmail-buffer - (if (zerop (setq mesg rmail-current-message)) - (error "No messages to summarize")) - (setq rmail-summary-buffer (rmail-new-summary-1 desc redo func args))) + (setq rmail-summary-buffer (rmail-new-summary-1 desc redo func args) + ;; r-s-b is buffer-local. + sumbuf rmail-summary-buffer)) ;; Now display the summary buffer and go to the right place in it. (unless was-in-summary (if (and (one-window-p) @@ -420,13 +421,12 @@ (progn (split-window (selected-window) rmail-summary-window-size) (select-window (next-window (frame-first-window))) - (rmail-pop-to-buffer rmail-summary-buffer) + (rmail-pop-to-buffer sumbuf) ;; If pop-to-buffer did not use that window, delete that ;; window. (This can happen if it uses another frame.) - (if (not (eq rmail-summary-buffer - (window-buffer (frame-first-window)))) + (if (not (eq sumbuf (window-buffer (frame-first-window)))) (delete-other-windows))) - (rmail-pop-to-buffer rmail-summary-buffer)) + (rmail-pop-to-buffer sumbuf)) (set-buffer rmail-buffer) ;; This is how rmail makes the summary buffer reappear. ;; We do this here to make the window the proper size. @@ -490,9 +490,6 @@ ;; Temporarily, while summary buffer is unfinished, ;; we "don't have" a summary. (setq rmail-summary-buffer nil) - (unless summary-msgs - (kill-buffer sumbuf) - (error "Nothing to summarize")) ;; I have not a clue what this clause is doing. If you read this ;; chunk of code and have a clue, then please email that clue to ;; pmr@pajato.com ------------------------------------------------------------ revno: 106362 committer: Christoph Scholtes branch nick: trunk timestamp: Sun 2011-11-13 07:43:13 -0700 message: * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values. diff: === modified file 'nt/ChangeLog' --- nt/ChangeLog 2011-11-05 22:33:44 +0000 +++ nt/ChangeLog 2011-11-13 14:43:13 +0000 @@ -1,3 +1,7 @@ +2011-11-13 Christoph Scholtes + + * inc/stdint.h (UINT64_MAX, UINT32_MAX): Fix values. + 2011-11-05 Christoph Scholtes * inc/stdint.h (UINT64_MAX, UINT64_MIN, INT64_MIN, UINTMAX_MAX) === modified file 'nt/inc/stdint.h' --- nt/inc/stdint.h 2011-11-05 22:33:44 +0000 +++ nt/inc/stdint.h 2011-11-13 14:43:13 +0000 @@ -29,7 +29,7 @@ #ifdef _WIN64 typedef __int64 intptr_t; -#define UINT64_MAX 18446744073709551616 +#define UINT64_MAX 18446744073709551615 #define UINT64_MIN 0 /* "i64" is the non-standard suffix used by MSVC for 64-bit constants. */ #define INT64_MAX 9223372036854775807i64 @@ -42,7 +42,7 @@ #else typedef int intptr_t; typedef unsigned int uint32_t; -#define UINT32_MAX 4294967296 +#define UINT32_MAX 4294967295 #define UINT32_MIN 0 #define INT32_MAX 2147483647 #define INT32_MIN (~INT32_MAX) ------------------------------------------------------------ revno: 106361 committer: Paul Eggert branch nick: trunk timestamp: Sat 2011-11-12 23:48:23 -0800 message: Spelling fixes. diff: === modified file 'admin/charsets/cp51932.awk' --- admin/charsets/cp51932.awk 2011-01-15 22:46:51 +0000 +++ admin/charsets/cp51932.awk 2011-11-13 07:48:23 +0000 @@ -20,7 +20,7 @@ # Commentary: -# Genereate a translation table for CP51932 (EUC-JP of MicroSoft Version). +# Generate a translation table for CP51932 (EUC-JP of MicroSoft Version). # It maps invalid JISX0208 code points used by CP51932 to Unicode. # 4th field of the input has these meanings: # 0: JISX0208 characters. === modified file 'admin/notes/bzr' --- admin/notes/bzr 2011-09-01 07:24:27 +0000 +++ admin/notes/bzr 2011-11-13 07:48:23 +0000 @@ -173,7 +173,7 @@ very short). This is because file gets re-added with a new file-id (use `bzr file-id file' to see the id). -Insteading of adding the file, try: +Instead of adding the file, try: bzr revert -rN file; bzr commit === modified file 'doc/lispref/files.texi' --- doc/lispref/files.texi 2011-09-24 22:49:32 +0000 +++ doc/lispref/files.texi 2011-11-13 07:48:23 +0000 @@ -2827,7 +2827,7 @@ filenames, that means they are stored on the same file system and can be accessed locally with respect to each other. This means, for example, that it is possible to start a remote process accessing both -files at the same time. Implementors of file handlers need to ensure +files at the same time. Implementers of file handlers need to ensure this principle is valid. @var{identification} specifies which part of the identifier shall be === modified file 'lib-src/etags.c' --- lib-src/etags.c 2011-09-09 01:06:52 +0000 +++ lib-src/etags.c 2011-11-13 07:48:23 +0000 @@ -6097,7 +6097,7 @@ lineno += 1; /* increment global line number */ charno += result; /* increment global char number */ - /* Honour #line directives. */ + /* Honor #line directives. */ if (!no_line_directive) { static bool discard_until_line_directive; === modified file 'lisp/cedet/semantic/format.el' --- lisp/cedet/semantic/format.el 2011-02-28 01:07:29 +0000 +++ lisp/cedet/semantic/format.el 2011-11-13 07:48:23 +0000 @@ -291,7 +291,7 @@ ;; Try and find a trail of parents from PARENT (let ((rlist (list parent)) ) - ;; IMPLELEMENT ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + ;; IMPLEMENT ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (reverse rlist))) (define-overloadable-function semantic-format-tag-canonical-name (tag &optional parent color) === modified file 'lisp/cedet/semantic/html.el' --- lisp/cedet/semantic/html.el 2011-11-03 20:03:45 +0000 +++ lisp/cedet/semantic/html.el 2011-11-13 07:48:23 +0000 @@ -61,7 +61,7 @@ (define-mode-local-override semantic-parse-region html-mode (&rest ignore) "Parse the current html buffer for semantic tags. -INGNORE any arguments. Always parse the whole buffer. +IGNORE any arguments. Always parse the whole buffer. Each tag returned is of the form: (\"NAME\" section (:members CHILDREN)) or === modified file 'lisp/cedet/semantic/texi.el' --- lisp/cedet/semantic/texi.el 2011-11-03 20:03:45 +0000 +++ lisp/cedet/semantic/texi.el 2011-11-13 07:48:23 +0000 @@ -421,7 +421,7 @@ texinfo-mode (context) "List smart completions at point. Since texinfo is not a programming language the default version is not -useful. Insted, look at the current symbol. If it is a command +useful. Instead, look at the current symbol. If it is a command do primitive texinfo built ins. If not, use ispell to lookup words that start with that symbol." (let ((prefix (car (oref context :prefix))) === modified file 'lisp/cedet/srecode/mode.el' --- lisp/cedet/srecode/mode.el 2011-01-25 04:08:28 +0000 +++ lisp/cedet/srecode/mode.el 2011-11-13 07:48:23 +0000 @@ -366,7 +366,7 @@ (define-key srecode-prefix-map oldkey nil) ))) - ;; Update Keybings + ;; Update Keybindings (let ((oldbinding (lookup-key srecode-prefix-map binding))) ;; During development, allow overrides. === modified file 'lisp/emacs-lisp/eieio-opt.el' --- lisp/emacs-lisp/eieio-opt.el 2011-02-18 08:00:08 +0000 +++ lisp/emacs-lisp/eieio-opt.el 2011-11-13 07:48:23 +0000 @@ -92,7 +92,7 @@ (princ "Class ") (prin1 class) (terpri) - ;; Inheritence tree information + ;; Inheritance tree information (let ((pl (class-parents class))) (when pl (princ " Inherits from ") === modified file 'lisp/emacs-lisp/eieio.el' --- lisp/emacs-lisp/eieio.el 2011-08-23 18:53:51 +0000 +++ lisp/emacs-lisp/eieio.el 2011-11-13 07:48:23 +0000 @@ -1,5 +1,5 @@ ;;; eieio.el --- Enhanced Implementation of Emacs Interpreted Objects -;;; or maybe Eric's Implementation of Emacs Intrepreted Objects +;;; or maybe Eric's Implementation of Emacs Interpreted Objects ;; Copyright (C) 1995-1996, 1998-2011 Free Software Foundation, Inc. === modified file 'lisp/emulation/viper-cmd.el' --- lisp/emulation/viper-cmd.el 2011-10-30 03:39:11 +0000 +++ lisp/emulation/viper-cmd.el 2011-11-13 07:48:23 +0000 @@ -1599,7 +1599,7 @@ ;; call viper-execute-com to execute viper-exec-change, which eventually will ;; call viper-change to invoke the replace mode on the region. ;; -;; The var viper-d-com is set to (M-COM VAL COM REG INSETED-TEXT COMMAND-KEYS) +;; The var viper-d-com is set to (M-COM VAL COM REG INSERTED-TEXT COMMAND-KEYS) ;; via a call to viper-set-destructive-command, for later use by viper-repeat. (defun viper-execute-com (m-com val com) (let ((reg viper-use-register)) === modified file 'lisp/erc/erc-backend.el' --- lisp/erc/erc-backend.el 2011-05-03 08:37:51 +0000 +++ lisp/erc/erc-backend.el 2011-11-13 07:48:23 +0000 @@ -79,7 +79,7 @@ ;;; TODO: -;; o Generalise the display-line code so that we can use it to +;; o Generalize the display-line code so that we can use it to ;; display the stuff we send, as well as the stuff we receive. ;; Then, move all display-related code into another backend-like ;; file, erc-display.el, say. @@ -2000,4 +2000,3 @@ ;; Local Variables: ;; indent-tabs-mode: nil ;; End: - === modified file 'lisp/eshell/esh-var.el' --- lisp/eshell/esh-var.el 2011-03-05 20:07:27 +0000 +++ lisp/eshell/esh-var.el 2011-11-13 07:48:23 +0000 @@ -344,7 +344,7 @@ (pcomplete-here)))) (defun eshell/env (&rest args) - "Implemention of `env' in Lisp." + "Implementation of `env' in Lisp." (eshell-init-print-buffer) (eshell-eval-using-options "env" args === modified file 'lisp/gnus/gnus-sum.el' --- lisp/gnus/gnus-sum.el 2011-11-03 23:28:52 +0000 +++ lisp/gnus/gnus-sum.el 2011-11-13 07:48:23 +0000 @@ -4727,7 +4727,7 @@ (car headers)))) (defun gnus-parent-headers (in-headers &optional generation) - "Return the headers of the GENERATIONeth parent of HEADERS." + "Return the headers of the GENERATIONth parent of HEADERS." (unless generation (setq generation 1)) (let ((parent t) === modified file 'lisp/htmlfontify.el' --- lisp/htmlfontify.el 2011-04-19 13:44:55 +0000 +++ lisp/htmlfontify.el 2011-11-13 07:48:23 +0000 @@ -432,8 +432,8 @@ (const :tag "Lucid Toolkit" lucid ) (const :tag "Motif Toolkit" motif ))) - (class (choice (const :tag "Colour" color ) - (const :tag "Greyscale" grayscale))) + (class (choice (const :tag "Color" color ) + (const :tag "Grayscale" grayscale))) (background (choice (const :tag "Dark" dark ) (const :tag "Bright" light ))) )) === modified file 'lisp/international/quail.el' --- lisp/international/quail.el 2011-06-01 19:32:04 +0000 +++ lisp/international/quail.el 2011-11-13 07:48:23 +0000 @@ -43,7 +43,7 @@ ;; CONVERSION-KEYS argument of the Quail package. ;; [There was an input method for Mule 2.3 called `Tamago' from the -;; Japanese `TAkusan MAtasete GOmenasai', or `Sorry for having you +;; Japanese `TAkusan MAtasete GOmen-nasai', or `Sorry for having you ;; wait so long'; this couldn't be included in Emacs 20. `Tamago' is ;; Japanese for `egg' (implicitly a hen's egg). Handa-san made a ;; smaller and simpler system; the smaller quail egg is also eaten in @@ -1377,7 +1377,7 @@ (set-buffer-modified-p modified-p) (quail-show-guidance) (let* ((prompt (if input-method-use-echo-area - (format "%s%s %s" + (format "%s%s %s" (or input-method-previous-message "") quail-current-str quail-guidance-str))) @@ -1443,7 +1443,7 @@ (quail-setup-overlays nil))) (quail-show-guidance) (let* ((prompt (if input-method-use-echo-area - (format "%s%s%s %s" + (format "%s%s%s %s" (or input-method-previous-message "") quail-conversion-str quail-current-str @@ -2125,7 +2125,7 @@ (- quail-guidance-translations-starting-column 7 (string-width str)) 32)))) - (setq str (format "%s(%02d/%s)" + (setq str (format "%s(%02d/%s)" str (nth 3 indices) (if (nth 4 indices) (format "%02d" (nth 4 indices)) @@ -2135,7 +2135,7 @@ (trans (aref (cdr quail-current-translations) idx))) (or (stringp trans) (setq trans (string trans))) - (setq str (format "%s %d.%s" + (setq str (format "%s %d.%s" str (if (= (- idx start) 9) 0 (1+ (- idx start))) @@ -2787,7 +2787,7 @@ (cdr decode-map))) (let ((key-head (aref decode-map char))) (if (stringp key-head) - (setq key-list (quail-find-key1 + (setq key-list (quail-find-key1 (quail-lookup-key key-head nil t) key-head char nil)) (mapc #'(lambda (elt) === modified file 'lisp/international/robin.el' --- lisp/international/robin.el 2011-11-09 06:10:51 +0000 +++ lisp/international/robin.el 2011-11-13 07:48:23 +0000 @@ -229,7 +229,7 @@ ;; As stated in Murphy's law, it took longer than expected to develop the ;; very first version of Japanese input subsystem in NEmacs (Nihongo ;; Emacs). So the subsystem was named "TAMAGO", which is an acronym of -;; "TAkusan Matasete GOmennasai" (Sorry to have kept you waiting so +;; "TAkusan Matasete GOmen-nasai" (Sorry to have kept you waiting so ;; long). "Tamago" as a Japanese word means "egg", so the word "egg" was ;; also used for related filenames and function names. === modified file 'lisp/mh-e/mh-e.el' --- lisp/mh-e/mh-e.el 2011-09-20 04:56:51 +0000 +++ lisp/mh-e/mh-e.el 2011-11-13 07:48:23 +0000 @@ -2447,7 +2447,7 @@ "Followup-To:" ; RFC 1036 "For-Approval:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ "For-Comment:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ - "For-Handdling:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ + "For-Handling:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ "Forwarded:" ; MH "From " ; sendmail "Generate-Delivery-Report:" ; RFC 2156 === modified file 'lisp/net/dbus.el' --- lisp/net/dbus.el 2011-09-25 15:56:28 +0000 +++ lisp/net/dbus.el 2011-11-13 07:48:23 +0000 @@ -145,7 +145,7 @@ (service (car value)) (entry (gethash key dbus-registered-objects-table)) ret) - ;; key has the structure (BUS INTERRFACE MEMBER). + ;; key has the structure (BUS INTERFACE MEMBER). ;; value has the structure (SERVICE PATH [HANDLER]). ;; entry has the structure ((UNAME SERVICE PATH MEMBER [RULE]) ...). ;; MEMBER is either a string (the handler), or a cons cell (a === modified file 'lisp/net/soap-client.el' --- lisp/net/soap-client.el 2011-06-30 23:15:02 +0000 +++ lisp/net/soap-client.el 2011-11-13 07:48:23 +0000 @@ -32,7 +32,7 @@ ;; `soap-invoke' method passing it the WSDL, the service name, the operation ;; you wish to invoke and any required parameters. ;; -;; Idealy, the service you want to access will have some documentation about +;; Ideally, the service you want to access will have some documentation about ;; the operations it supports. If it does not, you can try using ;; `soap-inspect' to browse the WSDL document and see the available operations ;; and their parameters. === modified file 'lisp/net/webjump.el' --- lisp/net/webjump.el 2011-05-23 17:57:17 +0000 +++ lisp/net/webjump.el 2011-11-13 07:48:23 +0000 @@ -235,7 +235,7 @@ "www.faqs.org/faqs/") ("RTFM Usenet FAQs by Group" . "ftp://rtfm.mit.edu/pub/usenet-by-group/") - ("RTFM Usenet FAQs by Hierachy" . + ("RTFM Usenet FAQs by Hierarchy" . "ftp://rtfm.mit.edu/pub/usenet-by-hierarchy/") ("X Consortium Archive" . "ftp.x.org") === modified file 'lisp/progmodes/cc-fonts.el' --- lisp/progmodes/cc-fonts.el 2011-10-27 20:34:23 +0000 +++ lisp/progmodes/cc-fonts.el 2011-11-13 07:48:23 +0000 @@ -317,7 +317,7 @@ (match-beginning ,(car highlight)) (match-end ,(car highlight)) ,(elt highlight 1)))) - ;; highlight is an "ANCHORED HIGHLIGHER" of the form + ;; highlight is an "ANCHORED HIGHLIGHTER" of the form ;; (ANCHORED-MATCHER PRE-FORM POST-FORM SUBEXP-HIGHLIGHTERS...) (when (nth 3 highlight) (error "Match highlights currently not supported in %s" === modified file 'lisp/progmodes/ebnf2ps.el' --- lisp/progmodes/ebnf2ps.el 2011-03-05 21:56:00 +0000 +++ lisp/progmodes/ebnf2ps.el 2011-11-13 07:48:23 +0000 @@ -4007,7 +4007,7 @@ /#ebnf2ps#dict 230 dict def #ebnf2ps#dict begin -% Initiliaze variables to avoid name-conflicting with document variables. +% Initialize variables to avoid name-conflicting with document variables. % This is the case when using `bind' operator. /-fillp- 0 def /h 0 def /-ox- 0 def /half 0 def === modified file 'lisp/progmodes/modula2.el' --- lisp/progmodes/modula2.el 2011-01-15 23:16:57 +0000 +++ lisp/progmodes/modula2.el 2011-11-13 07:48:23 +0000 @@ -466,7 +466,7 @@ '(m2-var) \n _ \n \n '(m2-begin) '(m2-begin-comment) - " Module " str " Initialisation Code " + " Module " str " Initialization Code " '(m2-end-comment) \n \n "END " str "." > \n) === modified file 'lisp/progmodes/ps-mode.el' --- lisp/progmodes/ps-mode.el 2011-06-15 14:07:48 +0000 +++ lisp/progmodes/ps-mode.el 2011-11-13 07:48:23 +0000 @@ -624,7 +624,7 @@ (defun ps-mode-target-column () "To what column should text on current line be indented? -Identation is increased if the last token on the current line +Indentation is increased if the last token on the current line defines the beginning of a group. These tokens are: { [ <<" (save-excursion (beginning-of-line) === modified file 'lisp/term.el' --- lisp/term.el 2011-08-21 17:56:19 +0000 +++ lisp/term.el 2011-11-13 07:48:23 +0000 @@ -4249,7 +4249,7 @@ "History of serial ports used by `serial-read-name'.") (defvar serial-speed-history - ;; Initialised with reasonable values for newbies. + ;; Initialized with reasonable values for newbies. (list "9600" ;; Given twice because 9600 b/s is the most common speed "1200" "2400" "4800" "9600" "14400" "19200" "28800" "38400" "57600" "115200") === modified file 'lisp/textmodes/conf-mode.el' --- lisp/textmodes/conf-mode.el 2011-01-26 08:36:39 +0000 +++ lisp/textmodes/conf-mode.el 2011-11-13 07:48:23 +0000 @@ -417,7 +417,7 @@ (run-mode-hooks 'conf-mode-hook))) (defun conf-mode-initialize (comment &optional font-lock) - "Intitializations for sub-modes of conf-mode. + "Initializations for sub-modes of conf-mode. COMMENT initializes `comment-start' and `comment-start-skip'. The optional arg FONT-LOCK is the value for FONT-LOCK-KEYWORDS." (set (make-local-variable 'comment-start) comment) === modified file 'lisp/textmodes/ispell.el' --- lisp/textmodes/ispell.el 2011-10-20 00:26:14 +0000 +++ lisp/textmodes/ispell.el 2011-11-13 07:48:23 +0000 @@ -2783,7 +2783,7 @@ (mapcar 'list (ispell-valid-dictionary-list))) nil t) current-prefix-arg)) - (ispell-set-spellchecker-params) ; Initilize variables and dicts alists + (ispell-set-spellchecker-params) ; Initialize variables and dicts alists (unless arg (ispell-buffer-local-dict 'no-reload)) (if (equal dict "default") (setq dict nil)) ;; This relies on completing-read's bug of returning "" for no match === modified file 'lisp/textmodes/sgml-mode.el' --- lisp/textmodes/sgml-mode.el 2011-11-11 23:17:16 +0000 +++ lisp/textmodes/sgml-mode.el 2011-11-13 07:48:23 +0000 @@ -1897,7 +1897,7 @@ ("input" . "Form input field") ("ins" . "Inserted text") ("isindex" . "Input field for index search") - ("kbd" . "Keybard example face") + ("kbd" . "Keyboard example face") ("lang" . "Natural language") ("li" . "List item") ("link" . "Link relationship") === modified file 'src/ChangeLog.7' --- src/ChangeLog.7 2011-01-26 08:36:39 +0000 +++ src/ChangeLog.7 2011-11-13 07:48:23 +0000 @@ -592,7 +592,7 @@ * coding.h (Qemacs_mule): Extern it. - * process.c (init_process): Initilize Vdefault_process_coding_system. + * process.c (init_process): Initialize Vdefault_process_coding_system. 1998-06-26 Kenichi Handa @@ -972,7 +972,7 @@ 1998-06-01 Ken'ichi Handa - * coding.c (detect_coding_mask): Initilize local variable C. + * coding.c (detect_coding_mask): Initialize local variable C. 1998-06-01 Richard Stallman @@ -6317,7 +6317,7 @@ (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise. (safe_terminal_coding): New variable. (Fset_safe_terminal_coding_system_internal): New function. - (init_coding_once): Initilize safe_terminal_coding. + (init_coding_once): Initialize safe_terminal_coding. (syms_of_coding): Declare set-safe-terminal-coding-system as a Lisp function. @@ -7399,7 +7399,7 @@ 1997-06-18 Kenichi Handa - * coding.c (detect_coding_iso2022): Initilize mask correctly. + * coding.c (detect_coding_iso2022): Initialize mask correctly. * fns.c (concat): Pay attention to multibyte characters when TARGET_TYPE is Lisp_String.