Now on revision 106756. ------------------------------------------------------------ revno: 106756 committer: Andreas Schwab branch nick: emacs timestamp: Sat 2011-12-31 15:43:38 +0100 message: * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation. diff: === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2011-12-31 10:06:21 +0000 +++ lisp/ChangeLog 2011-12-31 14:43:38 +0000 @@ -1,3 +1,7 @@ +2011-12-31 Andreas Schwab + + * emacs-lisp/bytecomp.el (byte-compile-file): Fix indentation. + 2011-12-31 Eli Zaretskii * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded === modified file 'lisp/emacs-lisp/bytecomp.el' --- lisp/emacs-lisp/bytecomp.el 2011-12-30 02:52:49 +0000 +++ lisp/emacs-lisp/bytecomp.el 2011-12-31 14:43:38 +0000 @@ -1779,37 +1779,37 @@ (with-current-buffer output-buffer (goto-char (point-max)) (insert "\n") ; aaah, unix. - (if (file-writable-p target-file) - ;; We must disable any code conversion here. - (let* ((coding-system-for-write 'no-conversion) - ;; Write to a tempfile so that if another Emacs - ;; process is trying to load target-file (eg in a - ;; parallel bootstrap), it does not risk getting a - ;; half-finished file. (Bug#4196) - (tempfile (make-temp-name target-file)) - (kill-emacs-hook - (cons (lambda () (ignore-errors (delete-file tempfile))) - kill-emacs-hook))) - (if (memq system-type '(ms-dos 'windows-nt)) - (setq buffer-file-type t)) - (write-region (point-min) (point-max) tempfile nil 1) - ;; This has the intentional side effect that any - ;; hard-links to target-file continue to - ;; point to the old file (this makes it possible - ;; for installed files to share disk space with - ;; the build tree, without causing problems when - ;; emacs-lisp files in the build tree are - ;; recompiled). Previously this was accomplished by - ;; deleting target-file before writing it. - (rename-file tempfile target-file t) - (message "Wrote %s" target-file)) - ;; This is just to give a better error message than write-region - (signal 'file-error - (list "Opening output file" - (if (file-exists-p target-file) - "cannot overwrite file" - "directory not writable or nonexistent") - target-file))) + (if (file-writable-p target-file) + ;; We must disable any code conversion here. + (let* ((coding-system-for-write 'no-conversion) + ;; Write to a tempfile so that if another Emacs + ;; process is trying to load target-file (eg in a + ;; parallel bootstrap), it does not risk getting a + ;; half-finished file. (Bug#4196) + (tempfile (make-temp-name target-file)) + (kill-emacs-hook + (cons (lambda () (ignore-errors (delete-file tempfile))) + kill-emacs-hook))) + (if (memq system-type '(ms-dos 'windows-nt)) + (setq buffer-file-type t)) + (write-region (point-min) (point-max) tempfile nil 1) + ;; This has the intentional side effect that any + ;; hard-links to target-file continue to + ;; point to the old file (this makes it possible + ;; for installed files to share disk space with + ;; the build tree, without causing problems when + ;; emacs-lisp files in the build tree are + ;; recompiled). Previously this was accomplished by + ;; deleting target-file before writing it. + (rename-file tempfile target-file t) + (message "Wrote %s" target-file)) + ;; This is just to give a better error message than write-region + (signal 'file-error + (list "Opening output file" + (if (file-exists-p target-file) + "cannot overwrite file" + "directory not writable or nonexistent") + target-file))) (kill-buffer (current-buffer))) (if (and byte-compile-generate-call-tree (or (eq t byte-compile-generate-call-tree) ------------------------------------------------------------ revno: 106755 fixes bug(s): http://debbugs.gnu.org/10380 committer: Eli Zaretskii branch nick: trunk timestamp: Sat 2011-12-31 13:33:09 +0200 message: Fix bug #10380 with description of C-n and C-p. doc/emacs/basic.texi (Moving Point): Fix the description of C-n and C-p. diff: === modified file 'doc/emacs/ChangeLog' --- doc/emacs/ChangeLog 2011-12-30 10:19:42 +0000 +++ doc/emacs/ChangeLog 2011-12-31 11:33:09 +0000 @@ -1,3 +1,8 @@ +2011-12-31 Eli Zaretskii + + * basic.texi (Moving Point): Fix the description of C-n and C-p. + (Bug#10380) + 2011-12-30 Chong Yidong * sending.texi (Sending Mail): Document initial mail buffer name, === modified file 'doc/emacs/basic.texi' --- doc/emacs/basic.texi 2011-10-21 14:45:34 +0000 +++ doc/emacs/basic.texi 2011-12-31 11:33:09 +0000 @@ -130,11 +130,13 @@ @cindex moving the cursor To do more than insert characters, you have to know how to move point (@pxref{Point}). The keyboard commands @kbd{C-f}, @kbd{C-b}, -@kbd{C-n}, and @kbd{C-p} move point to the right, left, up and down +@kbd{C-n}, and @kbd{C-p} move point to the right, left, down, and up, respectively. You can also move point using the @dfn{arrow keys} present on most keyboards: @kbd{@key{right}}, @kbd{@key{left}}, @kbd{@key{down}}, and @kbd{@key{up}}; however, many Emacs users find -that it is slower to use the arrow keys than the control keys. +that it is slower to use the arrow keys than the control keys, because +you need to move your hand to the area of the keyboard where those +keys are located. You can also click the left mouse button to move point to the position clicked. Emacs also provides a variety of additional ------------------------------------------------------------ revno: 106754 committer: Glenn Morris branch nick: trunk timestamp: Sat 2011-12-31 06:20:32 -0500 message: Auto-commit of loaddefs files. diff: === modified file 'lisp/ps-print.el' --- lisp/ps-print.el 2011-12-05 11:21:43 +0000 +++ lisp/ps-print.el 2011-12-31 11:20:32 +0000 @@ -6658,7 +6658,7 @@ ;; But autoload them here to make the separation invisible. ;;;### (autoloads (ps-mule-end-job ps-mule-begin-job ps-mule-initialize -;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "01641c7c3af4e45e1c3afeb75a73120c") +;;;;;; ps-multibyte-buffer) "ps-mule" "ps-mule.el" "5c36356aa1f23d9da308debe8f2e4e49") ;;; Generated autoloads from ps-mule.el (defvar ps-multibyte-buffer nil "\ ------------------------------------------------------------ revno: 106753 committer: Eli Zaretskii branch nick: trunk timestamp: Sat 2011-12-31 12:06:21 +0200 message: Decode message headers of non-MIME messages in Rmail. lisp/mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded headers of non-MIME messages, when rmail-enable-mime is non-nil. diff: === modified file 'lisp/ChangeLog' --- lisp/ChangeLog 2011-12-29 13:12:18 +0000 +++ lisp/ChangeLog 2011-12-31 10:06:21 +0000 @@ -1,3 +1,8 @@ +2011-12-31 Eli Zaretskii + + * mail/rmail.el (rmail-show-message-1): Decode any RFC2047 encoded + headers of non-MIME messages, when rmail-enable-mime is non-nil. + 2011-12-29 Michael Albinus * net/tramp-sh.el (tramp-find-shell): Set "remote-shell" property === modified file 'lisp/mail/rmail.el' --- lisp/mail/rmail.el 2011-12-19 11:21:17 +0000 +++ lisp/mail/rmail.el 2011-12-31 10:06:21 +0000 @@ -2773,7 +2773,15 @@ (forward-line)) (goto-char (point-min))) ;; Copy the headers to the front of the message view buffer. - (rmail-copy-headers beg end)) + (rmail-copy-headers beg end) + ;; Decode any RFC2047 encoded message headers. + (if rmail-enable-mime + (with-current-buffer rmail-view-buffer + (rfc2047-decode-region + (point-min) + (progn + (search-forward "\n\n" nil 'move) + (point)))))) ;; highlight the message, activate any URL like text and add ;; special highlighting for and quoted material. (with-current-buffer rmail-view-buffer ------------------------------------------------------------ revno: 106752 committer: Paul Eggert branch nick: trunk timestamp: Sat 2011-12-31 00:36:43 -0800 message: Add Bug#8828 to my 2011-06-15 entry. diff: === modified file 'src/ChangeLog' --- src/ChangeLog 2011-12-31 08:16:41 +0000 +++ src/ChangeLog 2011-12-31 08:36:43 +0000 @@ -4433,7 +4433,7 @@ 2011-06-15 Paul Eggert - Integer overflow and signedness fixes (Bug#8873). + Integer overflow and signedness fixes (Bug#8873, Bug#8828). * ccl.c (ASCENDING_ORDER): New macro, to work around GCC bug 43772. (GET_CCL_RANGE, IN_INT_RANGE): Use it. ------------------------------------------------------------ revno: 106751 fixes bug(s): http://debbugs.gnu.org/9246 author: Antoine Levitt committer: Eli Zaretskii branch nick: trunk timestamp: Sat 2011-12-31 10:25:48 +0200 message: Fix bug #9246 with scrolling in ERC under word-wrap. lisp/erc/erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook rather than window-scroll-functions. Fixes a bug with scrolling under word-wrap on a tty. diff: === modified file 'lisp/erc/ChangeLog' --- lisp/erc/ChangeLog 2011-11-28 09:24:08 +0000 +++ lisp/erc/ChangeLog 2011-12-31 08:25:48 +0000 @@ -1,3 +1,9 @@ +2011-12-31 Antoine Levitt + + * erc-goodies.el (erc-scroll-to-bottom): Use post-command-hook + rather than window-scroll-functions. Fixes a bug with word-wrap on + a tty. (Bug#9246) + 2011-11-28 Mike Kazantsev (tiny change) * erc-dcc.el (erc-dcc-ctcp-query-send-regexp): Updated regexp to === modified file 'lisp/erc/erc-goodies.el' --- lisp/erc/erc-goodies.el 2011-01-26 08:36:39 +0000 +++ lisp/erc/erc-goodies.el 2011-12-31 08:25:48 +0000 @@ -60,7 +60,7 @@ ((remove-hook 'erc-mode-hook 'erc-add-scroll-to-bottom) (dolist (buffer (erc-buffer-list)) (with-current-buffer buffer - (remove-hook 'window-scroll-functions 'erc-scroll-to-bottom t))))) + (remove-hook 'post-command-hook 'erc-scroll-to-bottom t))))) (defun erc-add-scroll-to-bottom () "A hook function for `erc-mode-hook' to recenter output at bottom of window. @@ -70,35 +70,29 @@ This works whenever scrolling happens, so it's added to `window-scroll-functions' rather than `erc-insert-post-hook'." - ;;(make-local-hook 'window-scroll-functions) - (add-hook 'window-scroll-functions 'erc-scroll-to-bottom nil t)) + (add-hook 'post-command-hook 'erc-scroll-to-bottom nil t)) -(defun erc-scroll-to-bottom (window display-start) +(defun erc-scroll-to-bottom () "Recenter WINDOW so that `point' is on the last line. This is added to `window-scroll-functions' by `erc-add-scroll-to-bottom'. You can control which line is recentered to by customizing the -variable `erc-input-line-position'. - -DISPLAY-START is ignored." - (if (window-live-p window) +variable `erc-input-line-position'." ;; Temporarily bind resize-mini-windows to nil so that users who have it ;; set to a non-nil value will not suffer from premature minibuffer ;; shrinkage due to the below recenter call. I have no idea why this ;; works, but it solves the problem, and has no negative side effects. ;; (Fran Litterio, 2003/01/07) - (let ((resize-mini-windows nil)) - (erc-with-selected-window window - (save-restriction - (widen) - (when (and erc-insert-marker - ;; we're editing a line. Scroll. - (> (point) erc-insert-marker)) - (save-excursion - (goto-char (point-max)) - (recenter (or erc-input-line-position -1)) - (sit-for 0)))))))) + (let ((resize-mini-windows nil)) + (save-restriction + (widen) + (when (and erc-insert-marker + ;; we're editing a line. Scroll. + (> (point) erc-insert-marker)) + (save-excursion + (goto-char (point-max)) + (recenter (or erc-input-line-position -1))))))) ;;; Make read only (define-erc-module readonly nil ------------------------------------------------------------ revno: 106750 author: Antoine Levitt committer: Eli Zaretskii branch nick: trunk timestamp: Sat 2011-12-31 10:16:41 +0200 message: Doc fix for window-scroll-functions. src/xdisp.c (syms_of_xdisp) : Add warning to the doc string advising against its use for altering the way windows are scrolled. diff: === modified file 'src/ChangeLog' --- src/ChangeLog 2011-12-28 07:55:49 +0000 +++ src/ChangeLog 2011-12-31 08:16:41 +0000 @@ -1,3 +1,9 @@ +2011-12-31 Antoine Levitt + + * xdisp.c (syms_of_xdisp) : Add warning + to the doc string advising against its use for altering the way + windows are scrolled. + 2011-12-28 Kenichi Handa * coding.c (Fdefine_coding_system_internal): Make an utf-8 base === modified file 'src/xdisp.c' --- src/xdisp.c 2011-12-31 01:27:15 +0000 +++ src/xdisp.c 2011-12-31 08:16:41 +0000 @@ -28325,7 +28325,11 @@ Each function is called with two arguments, the window and its new display-start position. Note that these functions are also called by `set-window-buffer'. Also note that the value of `window-end' is not -valid when these functions are called. */); +valid when these functions are called. + +Warning: Do not use this feature to alter the way the window +is scrolled. It is not designed for that, and such use probably won't +work. */); Vwindow_scroll_functions = Qnil; DEFVAR_LISP ("window-text-change-functions", ------------------------------------------------------------ revno: 106749 committer: Paul Eggert branch nick: trunk timestamp: Fri 2011-12-30 17:27:15 -0800 message: Spelling fixes. diff: === modified file 'admin/grammars/c.by' --- admin/grammars/c.by 2011-11-20 07:30:16 +0000 +++ admin/grammars/c.by 2011-12-31 01:27:15 +0000 @@ -261,7 +261,7 @@ ; ;; In C++, structures can have the same things as classes. -;; So delete this somday in the figure. +;; So delete this some day in the figure. ;; ;;structparts : semantic-list ;; (EXPANDFULL $1 structsubparts) === modified file 'doc/emacs/ack.texi' --- doc/emacs/ack.texi 2011-12-04 16:19:57 +0000 +++ doc/emacs/ack.texi 2011-12-31 01:27:15 +0000 @@ -1183,7 +1183,7 @@ C@t{++}, Objective-C, Java, Pike, CORBA IDL, and AWK code. @item -Steve Strassman did not write @file{spook.el}, and even if he did, he +Steve Strassmann did not write @file{spook.el}, and even if he did, he really didn't mean for you to use it in an anarchistic way. @item === modified file 'doc/emacs/emacs.texi' --- doc/emacs/emacs.texi 2011-12-29 15:58:42 +0000 +++ doc/emacs/emacs.texi 2011-12-31 01:27:15 +0000 @@ -1371,7 +1371,7 @@ Lynn Slater, Chris Smith, David Smith, Paul D.@: Smith, William Sommerfeld, Andre Spiegel, Michael Staats, Ulf Stegemann, Reiner Steib, Sam Steingold, Ake Stenhoff, Peter Stephenson, Ken Stevens, Andy Stewart, -Jonathan Stigelman, Martin Stjernholm, Kim F.@: Storm, Steve Strassman, +Jonathan Stigelman, Martin Stjernholm, Kim F.@: Storm, Steve Strassmann, Olaf Sylvester, Naoto Takahashi, Steven Tamm, Jean-Philippe Theberge, Jens T.@: Berger Thielemann, Spencer Thomas, Jim Thompson, Luc Teirlinck, David O'Toole, Tom Tromey, Enami Tsugutomo, Eli Tziperman, === modified file 'doc/emacs/modes.texi' --- doc/emacs/modes.texi 2011-12-03 16:17:29 +0000 +++ doc/emacs/modes.texi 2011-12-31 01:27:15 +0000 @@ -96,7 +96,7 @@ commonly changed are @key{TAB}, @key{DEL}, and @kbd{C-j}. Many modes also define special commands of their own, usually bound in the prefix key @kbd{C-c}. Major modes can also alter user options and variables; -for instance, programming language modes typicaly set a buffer-local +for instance, programming language modes typically set a buffer-local value for the variable @code{comment-start}, which determines how source code comments are delimited (@pxref{Comments}). === modified file 'doc/misc/eieio.texi' --- doc/misc/eieio.texi 2011-11-27 04:43:11 +0000 +++ doc/misc/eieio.texi 2011-12-31 01:27:15 +0000 @@ -1893,7 +1893,7 @@ @enumerate @item -Allow subclasing of Emacs built-in types, such as faces, markers, and +Allow subclassing of Emacs built-in types, such as faces, markers, and buffers. @item Allow method overloading of method-like functions in Emacs. === modified file 'doc/misc/gnus.texi' --- doc/misc/gnus.texi 2011-12-28 06:59:21 +0000 +++ doc/misc/gnus.texi 2011-12-31 01:27:15 +0000 @@ -1328,7 +1328,7 @@ @vindex gnus-auto-subscribed-categories As if that wasn't enough, @code{gnus-auto-subscribed-categories} also -allows you to specify that new groups should be subcribed based on the +allows you to specify that new groups should be subscribed based on the category their select methods belong to. The default is @samp{(mail post-mail)}, meaning that all new groups from mail-like backends should be subscribed automatically. @@ -20043,7 +20043,7 @@ This will ensure that you can raise/lower the score of an entire thread, even though some articles in the thread may not have complete @code{References} headers. Note that using this may lead to -undeterministic scores of the articles in the thread. (Using this match +nondeterministic scores of the articles in the thread. (Using this match key will lead to creation of @file{ADAPT} files.) @end table @end enumerate === modified file 'doc/misc/semantic.texi' --- doc/misc/semantic.texi 2011-12-15 07:24:10 +0000 +++ doc/misc/semantic.texi 2011-12-31 01:27:15 +0000 @@ -536,7 +536,7 @@ @item bovine parser A parser using the bovine parser generator. It is an LL parser -suitible for small simple languages. +suitable for small simple languages. @item context === modified file 'etc/AUTHORS' --- etc/AUTHORS 2011-11-30 16:23:05 +0000 +++ etc/AUTHORS 2011-12-31 01:27:15 +0000 @@ -3429,7 +3429,7 @@ Steve Purcell: changed nnimap.el -Steve Strassman: wrote spook.el +Steve Strassmann: wrote spook.el Steve Youngs: changed mh-utils.el mh-xemacs-compat.el mh-customize.el mh-e.el mh-comp.el mh-mime.el dns.el gnus-art.el browse-url.el === modified file 'etc/NEWS.21' --- etc/NEWS.21 2011-11-20 03:48:53 +0000 +++ etc/NEWS.21 2011-12-31 01:27:15 +0000 @@ -4639,7 +4639,7 @@ *** Variable width and height spaces To display a space of fractional width or height, use a display -specification of the form `(LOCATION STRECH)'. If LOCATION is +specification of the form `(LOCATION STRETCH)'. If LOCATION is `(margin left-margin)', the space is displayed in the left marginal area, if it is `(margin right-margin)', it is displayed in the right marginal area, and if LOCATION is `(margin nil)' the space is === modified file 'etc/TODO' --- etc/TODO 2011-12-04 08:02:42 +0000 +++ etc/TODO 2011-12-31 01:27:15 +0000 @@ -79,7 +79,7 @@ command it will use. I suggest totally rewriting that part of Flymake, using the simplest -mechanism that sufficies for the specific needs. That will be easy +mechanism that suffices for the specific needs. That will be easy for users to customize. ** Compute the list of active keymaps *after* reading the first event. === modified file 'etc/themes/manoj-dark-theme.el' --- etc/themes/manoj-dark-theme.el 2011-11-18 08:31:02 +0000 +++ etc/themes/manoj-dark-theme.el 2011-12-31 01:27:15 +0000 @@ -20,7 +20,7 @@ ;;; Commentary: -;; I spend a lot of time workin in front of a screen (many hours in a +;; I spend a lot of time working in front of a screen (many hours in a ;; dimly lit room) and eye fatigue is an issue. This is a dark color ;; theme for emacs, which is easier on the eyes than light themes. === modified file 'leim/quail/hebrew.el' --- leim/quail/hebrew.el 2011-07-23 17:29:42 +0000 +++ leim/quail/hebrew.el 2011-12-31 01:27:15 +0000 @@ -333,7 +333,7 @@ (quail-define-package "hebrew-full" "Hebrew" ",Hr$,1,T,K(B" nil "Hebrew Full method. -Provides access to all Hebrew characters suiltable to Modern Hebrew. +Provides access to all Hebrew characters suitable to Modern Hebrew. " nil t t t t nil nil nil nil nil t) (quail-define-rules @@ -456,7 +456,7 @@ "Biblical Hebrew Tiro input method. Based on Society of Biblical Literature's Tiro keyboard layout. -Not suiltable for modern Hebrew input. +Not suitable for modern Hebrew input. 'q' is used to switch levels instead of Alt-Gr. Combining dot above (Called Masora dot) ($,1%G(B) is mapped to 'q1'. " nil t t t t nil nil nil nil nil t) @@ -602,7 +602,7 @@ "Biblical Hebrew SIL input method. Based on Society of Biblical Literature's SIL keyboard layout. -Phonetic and not suiltable for modern Hebrew input. +Phonetic and not suitable for modern Hebrew input. '`' is used to switch levels instead of Alt-Gr. Euro Sign (,F$(B) is mapped to 'Z'. " nil t t t t nil nil nil nil nil t) === modified file 'leim/quail/tibetan.el' --- leim/quail/tibetan.el 2011-11-25 07:14:48 +0000 +++ leim/quail/tibetan.el 2011-12-31 01:27:15 +0000 @@ -159,7 +159,7 @@ nil nil nil nil nil nil nil nil 'quail-tibetan-update-translation) -;; Here we build up a Quail map for a Tibtan sequence the whole of +;; Here we build up a Quail map for a Tibetan sequence the whole of ;; which can be one composition. ;; ;; A Tibetan syllable is typically structured as follows: @@ -224,7 +224,7 @@ ("F" . "M") ; anusvara ("g" . "u") ; zhabs kyu ("G" . "i") ; gi gu - ("H" . ",") ; viraama + ("H" . ",") ; virama ("j" . "o") ; naro ("J" . "e") ; 'greng bu ("k" . "ts") ; tsa === modified file 'lib-src/make-docfile.c' --- lib-src/make-docfile.c 2011-11-24 07:32:40 +0000 +++ lib-src/make-docfile.c 2011-12-31 01:27:15 +0000 @@ -541,7 +541,7 @@ maxargs--; /* In C code, `default' is a reserved word, so we spell it - `defalt'; unmangle that here. */ + `defalt'; demangle that here. */ if (ident_length == 6 && strncmp (ident_start, "defalt", 6) == 0) fprintf (out, "DEFAULT"); else === modified file 'lisp/ChangeLog.13' --- lisp/ChangeLog.13 2011-12-12 05:32:49 +0000 +++ lisp/ChangeLog.13 2011-12-31 01:27:15 +0000 @@ -1121,10 +1121,10 @@ * international/titdic-cnv.el (tit-process-header): Fix embedded coding tag. (titdic-convert): Bind coding-system-for-write to the coding - system specfied in the map file. Remove `charset' property after + system specified in the map file. Remove `charset' property after decoding. (miscdic-convert): Bind coding-system-for-write to the coding - system specfied for the map file. Fix LANGUAGE arg to + system specified for the map file. Fix LANGUAGE arg to quail-define-package. (batch-miscdic-convert): Check if a file is directory or not. === modified file 'lisp/ChangeLog.15' --- lisp/ChangeLog.15 2011-12-12 05:32:49 +0000 +++ lisp/ChangeLog.15 2011-12-31 01:27:15 +0000 @@ -17621,7 +17621,7 @@ (batch-update-autoloads): Handle autoload-excludes on windows-nt. * mail/rmailedit.el (rmail-cease-edit): Give an error if the end of - the headers cannot be located. Simplify, subtracting superflous + the headers cannot be located. Simplify, subtracting superfluous save-excursions. 2009-10-15 Stefan Monnier === modified file 'lisp/ChangeLog.9' --- lisp/ChangeLog.9 2011-12-09 03:12:38 +0000 +++ lisp/ChangeLog.9 2011-12-31 01:27:15 +0000 @@ -13936,7 +13936,7 @@ * international/mule-cmds.el (help-xref-mule-regexp-template): New variable. - (describe-input-method): Temporarily activate the specfied input + (describe-input-method): Temporarily activate the specified input method to display the information. (describe-language-environment): Hyperlinks to mule related items. === modified file 'lisp/cedet/semantic/mru-bookmark.el' --- lisp/cedet/semantic/mru-bookmark.el 2011-01-25 04:08:28 +0000 +++ lisp/cedet/semantic/mru-bookmark.el 2011-12-31 01:27:15 +0000 @@ -363,7 +363,7 @@ (setq ans (assoc ans alist)) (if ans (cdr ans) - ;; no match. Custom word. Look it up somwhere? + ;; no match. Custom word. Look it up somewhere? nil) ))) === modified file 'lisp/cedet/srecode/document.el' --- lisp/cedet/srecode/document.el 2011-11-20 07:30:16 +0000 +++ lisp/cedet/srecode/document.el 2011-12-31 01:27:15 +0000 @@ -167,7 +167,7 @@ ("str\\(ing\\)?" . "string") ("use?r" . "user") ("num\\(ber\\)?" . "number") - ("\\(^\\|\\s-\\)id\\($\\|\\s-\\)" . "Identifier") ;complex cause ;common sylable + ("\\(^\\|\\s-\\)id\\($\\|\\s-\\)" . "Identifier") ;complex cause ;common syllable ) "List of common English abbreviations or full words. These are nouns (as opposed to verbs) for use in creating expanded === modified file 'lisp/emacs-lisp/authors.el' --- lisp/emacs-lisp/authors.el 2011-05-18 03:42:33 +0000 +++ lisp/emacs-lisp/authors.el 2011-12-31 01:27:15 +0000 @@ -452,7 +452,7 @@ ("William Sommerfeld" :wrote "emacsclient.c" "scribe.el") ;; No longer distributed: emacsserver.c. ("Leigh Stoller" :changed "emacsclient.c" "server.el") - ("Steve Strassman" :wrote "spook.el") + ("Steve Strassmann" :wrote "spook.el") ("Shinichirou Sugou" :changed "etags.c") ;; No longer distributed: emacsserver.c. ("Sun Microsystems, Inc" :changed "emacsclient.c" "server.el" === modified file 'lisp/emacs-lisp/crm.el' --- lisp/emacs-lisp/crm.el 2011-01-25 04:08:28 +0000 +++ lisp/emacs-lisp/crm.el 2011-12-31 01:27:15 +0000 @@ -143,7 +143,7 @@ The value of FLAG is used to specify the type of completion operation. A value of nil specifies `try-completion'. A value of t specifies -`all-completions'. A value of lambda specifes a test for an exact match. +`all-completions'. A value of lambda specifies a test for an exact match. For more information on STRING, PREDICATE, and FLAG, see the Elisp Reference sections on 'Programmed Completion' and 'Basic Completion === modified file 'lisp/emacs-lisp/pcase.el' --- lisp/emacs-lisp/pcase.el 2011-12-15 07:24:10 +0000 +++ lisp/emacs-lisp/pcase.el 2011-12-31 01:27:15 +0000 @@ -685,7 +685,7 @@ (pcase--if `(,(if (stringp qpat) #'equal #'eq) ,sym ',qpat) (pcase--u1 matches code vars then-rest) (pcase--u else-rest)))) - (t (error "Unkown QPattern %s" qpat)))) + (t (error "Unknown QPattern %s" qpat)))) (provide 'pcase) === modified file 'lisp/emulation/cua-base.el' --- lisp/emulation/cua-base.el 2011-12-12 05:32:49 +0000 +++ lisp/emulation/cua-base.el 2011-12-31 01:27:15 +0000 @@ -84,7 +84,7 @@ ;; If you have just replaced a highlighted region with typed text, ;; you can repeat the replace with M-v. This will search forward -;; for a streach of text identical to the previous contents of the +;; for a stretch of text identical to the previous contents of the ;; region (i.e. the contents of register 0) and replace it with the ;; text you typed to replace the original region. Repeating M-v will ;; replace the next matching region and so on. === modified file 'lisp/emulation/viper-cmd.el' --- lisp/emulation/viper-cmd.el 2011-12-05 08:55:25 +0000 +++ lisp/emulation/viper-cmd.el 2011-12-31 01:27:15 +0000 @@ -4397,7 +4397,7 @@ (defun viper-query-replace () "Query replace. -If a null string is suplied as the string to be replaced, +If a null string is supplied as the string to be replaced, the query replace mode will toggle between string replace and regexp replace." (interactive) === modified file 'lisp/erc/ChangeLog.02' --- lisp/erc/ChangeLog.02 2011-12-09 03:12:38 +0000 +++ lisp/erc/ChangeLog.02 2011-12-31 01:27:15 +0000 @@ -51,7 +51,7 @@ 2002-12-29 Damien Elmes * erc-track.el 1.42: - * (erc-track-get-active-buffer): remove superflous (+ arg 0) + * (erc-track-get-active-buffer): remove superfluous (+ arg 0) 2002-12-29 Alex Schroeder === modified file 'lisp/erc/ChangeLog.04' --- lisp/erc/ChangeLog.04 2011-11-15 00:54:19 +0000 +++ lisp/erc/ChangeLog.04 2011-12-31 01:27:15 +0000 @@ -1926,7 +1926,7 @@ * erc.el: erc-send-whitespace-lines: New variable. (erc-send-current-line): Use erc-send-whitespace-lines. Also, - removed superflous test for empty line in the mapc, since the + removed superfluous test for empty line in the mapc, since the blank line test should find all. I do like to be able to send an empty line when i want to! (erc-send-current-line): Check for point being in input line @@ -2092,4 +2092,3 @@ ;; Local Variables: ;; coding: utf-8 ;; End: - === modified file 'lisp/fringe.el' --- lisp/fringe.el 2011-07-03 02:37:52 +0000 +++ lisp/fringe.el 2011-12-31 01:27:15 +0000 @@ -30,7 +30,7 @@ ;; The code is influenced by scroll-bar.el and avoid.el. The author ;; gratefully acknowledge comments and suggestions made by Miles -;; Bader, Eli Zaretski, Richard Stallman, Pavel Janík and others which +;; Bader, Eli Zaretskii, Richard Stallman, Pavel Janík and others which ;; improved this package. ;;; Code: === modified file 'lisp/gnus/ChangeLog.2' --- lisp/gnus/ChangeLog.2 2011-12-14 21:05:20 +0000 +++ lisp/gnus/ChangeLog.2 2011-12-31 01:27:15 +0000 @@ -970,9 +970,9 @@ * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): New optional parameter key, overrides the key id used to store passphrase under (uses true key id from gpg output if nil). - (pgg-gpg-encrypt-region): Search for passphrase using user suplied + (pgg-gpg-encrypt-region): Search for passphrase using user supplied string STR, instead of (pgg-lookup-key STR t). - (pgg-gpg-encrypt-region): Store passphrase under user suplied + (pgg-gpg-encrypt-region): Store passphrase under user supplied string, instead of real key id taken from gpg output. (pgg-gpg-decrypt-region): Likewise. (pgg-gpg-sign-region): Likewise. === modified file 'lisp/gnus/gnus-cus.el' --- lisp/gnus/gnus-cus.el 2011-05-23 17:57:17 +0000 +++ lisp/gnus/gnus-cus.el 2011-12-31 01:27:15 +0000 @@ -922,7 +922,7 @@ `Message-ID's of these matching articles.) This will ensure that you can raise/lower the score of an entire thread, even though some articles in the thread may not have complete `References' headers. -Note that using this may lead to undeterministic scores of the +Note that using this may lead to nondeterministic scores of the articles in the thread. ") ,@types) === modified file 'lisp/gnus/gnus-sum.el' --- lisp/gnus/gnus-sum.el 2011-12-14 21:05:20 +0000 +++ lisp/gnus/gnus-sum.el 2011-12-31 01:27:15 +0000 @@ -4257,7 +4257,7 @@ result)) (defun gnus-sort-gathered-threads (threads) - "Sort subtreads inside each gathered thread by `gnus-sort-gathered-threads-function'." + "Sort subthreads inside each gathered thread by `gnus-sort-gathered-threads-function'." (let ((result threads)) (while threads (when (stringp (caar threads)) === modified file 'lisp/gnus/message.el' --- lisp/gnus/message.el 2011-12-19 06:21:24 +0000 +++ lisp/gnus/message.el 2011-12-31 01:27:15 +0000 @@ -6169,7 +6169,7 @@ When sending via news, also check that the REFERENCES are less than 988 characters long, and if they are not, trim them until they are." - ;; 21 is the number suggested by USEAGE. + ;; 21 is the number suggested by USAGE. (let ((maxcount 21) (count 0) (cut 2) === modified file 'lisp/gnus/nnmairix.el' --- lisp/gnus/nnmairix.el 2011-11-20 02:29:42 +0000 +++ lisp/gnus/nnmairix.el 2011-12-31 01:27:15 +0000 @@ -483,7 +483,7 @@ mfolder query threads))) ;; Check return value (cond - ((zerop rval) ; call was succesful + ((zerop rval) ; call was successful (nnmairix-call-backend "open-server" nnmairix-backend-server) ;; If we're dealing with nnml, rename files === modified file 'lisp/language/hanja-util.el' --- lisp/language/hanja-util.el 2011-01-25 04:08:28 +0000 +++ lisp/language/hanja-util.el 2011-12-31 01:27:15 +0000 @@ -6438,7 +6438,7 @@ ;; List of current conversion status. ;; The first element is the strating position of shown list. -;; It is a group number each splited by `hanja-list-width'. +;; It is a group number each split by `hanja-list-width'. ;; The second element is the position of selected element. ;; The third element is a list of suitable Hanja candidate. (defvar hanja-conversions === modified file 'lisp/mail/uudecode.el' --- lisp/mail/uudecode.el 2011-01-25 04:08:28 +0000 +++ lisp/mail/uudecode.el 2011-12-31 01:27:15 +0000 @@ -197,10 +197,10 @@ (cond (done) ((> 0 remain) - (error "uucode line ends unexpectly") + (error "uucode line ends unexpectedly") (setq done t)) ((and (= (point) end) (not done)) - ;;(error "uucode ends unexpectly") + ;;(error "uucode ends unexpectedly") (setq done t)) ((= counter 3) (setq result (cons === modified file 'lisp/mh-e/mh-e.el' --- lisp/mh-e/mh-e.el 2011-12-30 02:52:49 +0000 +++ lisp/mh-e/mh-e.el 2011-12-31 01:27:15 +0000 @@ -2508,7 +2508,7 @@ "Seal-Send-Time:" "See-Also:" ; H. Spencer: News Article Format and Transmission, June 1994 "Sensitivity:" ; RFC 2156, 2421 - "Speach-Act:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ + "Speech-Act:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ "Status:" ; sendmail "Supersedes:" ; H. Spencer: News Article Format and Transmission, June 1994 "Telefax:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ === modified file 'lisp/mh-e/mh-letter.el' --- lisp/mh-e/mh-letter.el 2011-07-04 02:17:42 +0000 +++ lisp/mh-e/mh-letter.el 2011-12-31 01:27:15 +0000 @@ -909,7 +909,7 @@ (with-output-to-temp-buffer completions-buffer (mh-display-completion-list (all-completions word choices) - ;; The `common-subtring' arg only works if it's a prefix. + ;; The `common-substring' arg only works if it's a prefix. (unless (and (functionp choices) (let ((bounds (funcall choices === modified file 'lisp/mouse.el' --- lisp/mouse.el 2011-10-29 06:09:02 +0000 +++ lisp/mouse.el 2011-12-31 01:27:15 +0000 @@ -62,7 +62,7 @@ If value is an integer, the time elapsed between pressing and releasing the mouse button determines whether to follow the link or perform the normal Mouse-1 action (typically set point). -The absolute numeric value specifices the maximum duration of a +The absolute numeric value specifies the maximum duration of a \"short click\" in milliseconds. A positive value means that a short click follows the link, and a longer click performs the normal action. A negative value gives the opposite behavior. === modified file 'lisp/mpc.el' --- lisp/mpc.el 2011-11-27 04:43:11 +0000 +++ lisp/mpc.el 2011-12-31 01:27:15 +0000 @@ -2412,7 +2412,7 @@ (let* (songid ;The ID of the currently ffwd/rewinding song. songduration ;The duration of that song. songtime ;The time of the song last time we ran. - oldtime ;The timeoftheday last time we ran. + oldtime ;The time of day last time we ran. prevsongid) ;The song we're in the process leaving. (let ((fun (lambda () === modified file 'lisp/net/socks.el' --- lisp/net/socks.el 2011-01-25 04:08:28 +0000 +++ lisp/net/socks.el 2011-12-31 01:27:15 +0000 @@ -414,7 +414,7 @@ ((= atype socks-address-type-name) (format "%c%s" (length address) address)) (t - (error "Unkown address type: %d" atype)))) + (error "Unknown address type: %d" atype)))) (info (gethash proc socks-connections)) request version) (or info (error "socks-send-command called on non-SOCKS connection %S" === modified file 'lisp/net/tramp-gvfs.el' --- lisp/net/tramp-gvfs.el 2011-12-05 08:55:25 +0000 +++ lisp/net/tramp-gvfs.el 2011-12-31 01:27:15 +0000 @@ -1209,7 +1209,7 @@ (format "Opening connection for %s using %s" host method) (format "Opening connection for %s@%s using %s" user host method)) - ;; Enable auth-sorce and password-cache. + ;; Enable auth-source and password-cache. (tramp-set-connection-property vec "first-password-request" t) ;; There will be a callback of "askPassword" when a password is === modified file 'lisp/net/tramp-smb.el' --- lisp/net/tramp-smb.el 2011-11-20 02:29:42 +0000 +++ lisp/net/tramp-smb.el 2011-12-31 01:27:15 +0000 @@ -973,7 +973,7 @@ (setq localname (if (string-match "^/?[^/]+\\(/.*\\)" localname) - ;; There is a share, sparated by "/". + ;; There is a share, separated by "/". (if (not (tramp-smb-get-cifs-capabilities vec)) (mapconcat (lambda (x) (if (equal x ?/) "\\" (char-to-string x))) === modified file 'lisp/org/ob-screen.el' --- lisp/org/ob-screen.el 2011-08-18 20:41:06 +0000 +++ lisp/org/ob-screen.el 2011-12-31 01:27:15 +0000 @@ -38,7 +38,7 @@ (require 'ob-ref) (defvar org-babel-screen-location "screen" - "The command location for screen. + "The command location for screen. In case you want to use a different screen than one selected by your $PATH") (defvar org-babel-default-header-args:screen @@ -112,7 +112,7 @@ (with-temp-file tmpfile (insert body) - ;; org-babel has superflous spaces + ;; org-babel has superfluous spaces (goto-char (point-min)) (delete-matching-lines "^ +$")) tmpfile)) === modified file 'lisp/org/org-table.el' --- lisp/org/org-table.el 2011-11-20 07:30:16 +0000 +++ lisp/org/org-table.el 2011-12-31 01:27:15 +0000 @@ -2989,7 +2989,7 @@ So @< and $< will always be replaced with @1 and $1, respectively. The advantage of these special markers are that structure editing of the table will not change them, while @1 and $1 will be modified -when a line/row is swaped out of that privileged position. So for +when a line/row is swapped out of that privileged position. So for formulas that use a range of rows or columns, it may often be better to anchor the formula with \"I\" row markers, or to offset from the borders of the table using the @< @> $< $> makers." === modified file 'lisp/play/cookie1.el' --- lisp/play/cookie1.el 2011-01-25 04:08:28 +0000 +++ lisp/play/cookie1.el 2011-12-31 01:27:15 +0000 @@ -46,7 +46,7 @@ ;; In order to achieve total compatibility with strfile(1), cookie files ;; should start with two consecutive delimiters (and no comment). ;; -;; This code derives from Steve Strassman's 1987 spook.el package, but +;; This code derives from Steve Strassmann's 1987 spook.el package, but ;; has been generalized so that it supports multiple simultaneous ;; cookie databases and fortune files. It is intended to be called ;; from other packages such as yow.el and spook.el. === modified file 'lisp/progmodes/ada-xref.el' --- lisp/progmodes/ada-xref.el 2011-12-12 05:32:49 +0000 +++ lisp/progmodes/ada-xref.el 2011-12-31 01:27:15 +0000 @@ -1533,7 +1533,7 @@ ;; .ali file for a spec file. If we are, go to step 3. ;; 3- If the file is not found or step 2 failed: ;; find the name of the "other file", ie the body, and look - ;; for its associated .ali file by subtituing the extension + ;; for its associated .ali file by subtituting the extension ;; ;; We must also handle the case of separate packages and subprograms: ;; 4- If no ali file was found, we try to modify the file name by removing === modified file 'lisp/progmodes/cc-engine.el' --- lisp/progmodes/cc-engine.el 2011-12-30 02:52:49 +0000 +++ lisp/progmodes/cc-engine.el 2011-12-31 01:27:15 +0000 @@ -2594,7 +2594,7 @@ mstart) ; start of a macro. (save-excursion - ;; Each time round the following loop, we enter a succesively deeper + ;; Each time round the following loop, we enter a successively deeper ;; level of brace/paren nesting. (Except sometimes we "continue at ;; the existing level".) `pa+1' is a pos inside an opening ;; brace/paren/bracket, usually just after it. === modified file 'lisp/progmodes/js.el' --- lisp/progmodes/js.el 2011-12-04 08:02:42 +0000 +++ lisp/progmodes/js.el 2011-12-31 01:27:15 +0000 @@ -369,7 +369,8 @@ ;; must be h-end. ;; ;; js--pitem instances are never modified (with the exception -;; of the b-end field). Instead, modified copies are added at subseqnce parse points. +;; of the b-end field). Instead, modified copies are added at +;; subsequence parse points. ;; (The exception for b-end and its caveats is described below.) ;; === modified file 'lisp/progmodes/meta-mode.el' --- lisp/progmodes/meta-mode.el 2011-11-17 09:09:20 +0000 +++ lisp/progmodes/meta-mode.el 2011-12-31 01:27:15 +0000 @@ -384,7 +384,7 @@ 1. Regexp matching the preceding text. 2. A number indicating the subgroup in the regexp containing the text. 3. A function returning an alist of possible completions. -4. Text to append after a succesful completion (if any). +4. Text to append after a successful completion (if any). Or alternatively: 1. Regexp matching the preceding text. === modified file 'lisp/progmodes/verilog-mode.el' --- lisp/progmodes/verilog-mode.el 2011-12-19 06:21:24 +0000 +++ lisp/progmodes/verilog-mode.el 2011-12-31 01:27:15 +0000 @@ -1423,7 +1423,7 @@ ["AUTOSENSE" (describe-function 'verilog-auto-sense) :help "Help on AUTOSENSE - sensitivity lists for always blocks"] ["AUTOTIEOFF" (describe-function 'verilog-auto-tieoff) - :help "Help on AUTOTIEOFF - tieing off unused outputs"] + :help "Help on AUTOTIEOFF - tying off unused outputs"] ["AUTOUNUSED" (describe-function 'verilog-auto-unused) :help "Help on AUTOUNUSED - terminating unused inputs"] ["AUTOWIRE" (describe-function 'verilog-auto-wire) @@ -1667,7 +1667,7 @@ ;; Similar to `delete-trailing-whitespace' but that's not present in XEmacs (save-excursion (goto-char (point-min)) - (while (re-search-forward "[ \t]+$" nil t) ;; Not syntatic WS as no formfeed + (while (re-search-forward "[ \t]+$" nil t) ;; Not syntactic WS as no formfeed (replace-match "" nil nil)))) (defvar compile-command) @@ -11725,7 +11725,7 @@ `verilog-auto-reset-widths'. AUTORESET ties signals to deasserted, which is presumed to be zero. -Signals that match `verilog-active-low-regexp' will be deasserted by tieing +Signals that match `verilog-active-low-regexp' will be deasserted by tying them to a one. An example: @@ -11816,7 +11816,7 @@ as a register or wire, creates a tieoff. AUTORESET ties signals to deasserted, which is presumed to be zero. -Signals that match `verilog-active-low-regexp' will be deasserted by tieing +Signals that match `verilog-active-low-regexp' will be deasserted by tying them to a one. You can add signals you do not want included in AUTOTIEOFF with === modified file 'lisp/ps-mule.el' --- lisp/ps-mule.el 2011-12-05 08:55:25 +0000 +++ lisp/ps-mule.el 2011-12-31 01:27:15 +0000 @@ -1141,7 +1141,7 @@ (aref ps-mule-font-spec-tables font-type) 0))) (ps-output-prologue (list (if (ps-mule-font-spec-src (cdr (car font-spec-alist))) - ;; We ignore a font specfied in ps-font-info-database. + ;; We ignore a font specified in ps-font-info-database. (format "/V%s VTOP%d def\n" fonttag font-type) (format "/V%s [ VTOP%d aload pop ] def\n V%s 0 /%s-latin1 /%s Latin1Encoding put\n" === modified file 'lisp/select.el' --- lisp/select.el 2011-05-29 00:45:00 +0000 +++ lisp/select.el 2011-12-31 01:27:15 +0000 @@ -106,7 +106,7 @@ ((eq data-type 'STRING) 'iso-8859-1) (t - (error "Unknow selection data type: %S" type)))) + (error "Unknown selection data type: %S" type)))) data (if coding (decode-coding-string data coding) (string-to-multibyte data))) (setq next-selection-coding-system nil) === modified file 'lisp/textmodes/texnfo-upd.el' --- lisp/textmodes/texnfo-upd.el 2011-12-19 06:21:24 +0000 +++ lisp/textmodes/texnfo-upd.el 2011-12-31 01:27:15 +0000 @@ -41,7 +41,7 @@ ;; ;; Important note: We do NOT recommend use of these commands to update ;; the `Next', `Previous' and `Up' pointers on @node lines. Most -;; manuals, including those whose Texinfo files adhere to the strucure +;; manuals, including those whose Texinfo files adhere to the structure ;; described below, don't need these pointers, because makeinfo will ;; generate them automatically (see the node "makeinfo Pointer ;; Creation" in the Texinfo manual). By contrast, due to known bugs === modified file 'lisp/url/url-methods.el' --- lisp/url/url-methods.el 2011-01-25 04:08:28 +0000 +++ lisp/url/url-methods.el 2011-12-31 01:27:15 +0000 @@ -62,7 +62,7 @@ (defun url-scheme-default-loader (url &optional callback cbargs) "Signal an error for an unknown URL scheme." - (error "Unkown URL scheme: %s" (url-type url))) + (error "Unknown URL scheme: %s" (url-type url))) (defvar url-scheme--registering-proxy nil) === modified file 'lisp/vc/pcvs-parse.el' --- lisp/vc/pcvs-parse.el 2011-11-19 09:18:31 +0000 +++ lisp/vc/pcvs-parse.el 2011-12-31 01:27:15 +0000 @@ -423,7 +423,7 @@ (cvs-match "restoring \\(.*\\) from backup file .*$" (path 1)))) t) - ;; Is it a succesful merge? + ;; Is it a successful merge? ;; Figure out result of merging (ie, was there a conflict?) (let ((qfile (regexp-quote path))) (cvs-or === modified file 'lisp/wid-edit.el' --- lisp/wid-edit.el 2011-12-04 08:02:42 +0000 +++ lisp/wid-edit.el 2011-12-31 01:27:15 +0000 @@ -1687,7 +1687,7 @@ (eval-minibuffer prompt)) (defun widget-docstring (widget) - "Return the documentation string specificied by WIDGET, or nil if none. + "Return the documentation string specified by WIDGET, or nil if none. If WIDGET has a `:doc' property, that specifies the documentation string. Otherwise, try the `:documentation-property' property. If this is a function, call it with the widget's value as an argument; if === modified file 'lisp/window.el' --- lisp/window.el 2011-12-24 19:16:53 +0000 +++ lisp/window.el 2011-12-31 01:27:15 +0000 @@ -4814,7 +4814,7 @@ "Display BUFFER by popping up a new window. The new window is created on the selected frame, or in `last-nonminibuffer-frame' if no windows can be created there. -If sucessful, return the new window; otherwise return nil." +If successful, return the new window; otherwise return nil." (let ((frame (or (window--frame-usable-p (selected-frame)) (window--frame-usable-p (last-nonminibuffer-frame)))) window) === modified file 'src/coding.h' --- src/coding.h 2011-12-04 15:46:07 +0000 +++ src/coding.h 2011-12-31 01:27:15 +0000 @@ -485,7 +485,7 @@ element. The following elements are OFFSET, ANNOTATION-TYPE, and a sequence of actual data for the annotation. OFFSET is a character position offset from dst_pos or src_pos, - ANNOTATION-TYPE specfies the meaning of the annotation and how to + ANNOTATION-TYPE specifies the meaning of the annotation and how to handle the following data.. */ int *charbuf; int charbuf_size, charbuf_used; === modified file 'src/gtkutil.c' --- src/gtkutil.c 2011-11-27 18:33:17 +0000 +++ src/gtkutil.c 2011-12-31 01:27:15 +0000 @@ -3052,7 +3052,7 @@ } } - /* Remove widgets from first structual change. */ + /* Remove widgets from first structural change. */ if (iter) { /* If we are adding new menu items below, we must remove from === modified file 'src/nsfns.m' --- src/nsfns.m 2011-12-21 08:04:19 +0000 +++ src/nsfns.m 2011-12-31 01:27:15 +0000 @@ -1286,7 +1286,7 @@ "foreground", "Foreground", RES_TYPE_STRING); x_default_parameter (f, parms, Qbackground_color, build_string ("White"), "background", "Background", RES_TYPE_STRING); - /* FIXME: not suppported yet in Nextstep */ + /* FIXME: not supported yet in Nextstep */ x_default_parameter (f, parms, Qline_spacing, Qnil, "lineSpacing", "LineSpacing", RES_TYPE_NUMBER); x_default_parameter (f, parms, Qleft_fringe, Qnil, === modified file 'src/term.c' --- src/term.c 2011-11-30 16:33:05 +0000 +++ src/term.c 2011-12-31 01:27:15 +0000 @@ -1809,7 +1809,7 @@ glyphless_display_method in dispextern.h for the details. FOR_NO_FONT is nonzero if and only if this is for a character that - is not supproted by the coding system of the terminal. ACRONYM, if + is not supported by the coding system of the terminal. ACRONYM, if non-nil, is an acronym string for the character. The glyphs actually produced are of type CHAR_GLYPH. */ === modified file 'src/textprop.c' --- src/textprop.c 2011-12-05 08:55:25 +0000 +++ src/textprop.c 2011-12-31 01:27:15 +0000 @@ -2227,7 +2227,7 @@ DEFVAR_LISP ("text-property-default-nonsticky", Vtext_property_default_nonsticky, - doc: /* Alist of properties vs the corresponding non-stickinesses. + doc: /* Alist of properties vs the corresponding non-stickiness. Each element has the form (PROPERTY . NONSTICKINESS). If a character in a buffer has PROPERTY, new text inserted adjacent to === modified file 'src/xdisp.c' --- src/xdisp.c 2011-12-30 02:52:49 +0000 +++ src/xdisp.c 2011-12-31 01:27:15 +0000 @@ -4339,7 +4339,7 @@ int rv; if (CONSP (spec) - /* Simple specerties. */ + /* Simple specifications. */ && !EQ (XCAR (spec), Qimage) && !EQ (XCAR (spec), Qspace) && !EQ (XCAR (spec), Qwhen) === modified file 'test/cedet/tests/testvarnames.c' --- test/cedet/tests/testvarnames.c 2011-01-25 04:08:28 +0000 +++ test/cedet/tests/testvarnames.c 2011-12-31 01:27:15 +0000 @@ -31,7 +31,7 @@ struct { int unnamed_1; int unnamed_2; -} var_unamed_struct; +} var_unnamed_struct; struct { int unnamed_3; @@ -59,12 +59,12 @@ int test_1(int var_arg1) { var_// -1- - ; // #1# ("var_arg1" "var_indep_struct" "var_n_2" "var_n_3" "var_named_struct" "var_un_2" "var_un_3" "var_unamed_struct") + ; // #1# ("var_arg1" "var_indep_struct" "var_n_2" "var_n_3" "var_named_struct" "var_un_2" "var_un_3" "var_unnamed_struct") var_indep_struct.// -2- ; // #2# ( "indep_1" "indep_2" ) - var_unamed_struct.// -3- + var_unnamed_struct.// -3- ; // #3# ( "unnamed_1" "unnamed_2" ) var_named_struct.// -4- @@ -88,4 +88,3 @@ in_var2.// -11- ; // #11# ( "named_3" "named_4") } -