emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106394: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106394: Fix typos.
Date: Wed, 16 Nov 2011 13:34:47 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106394
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2011-11-16 13:34:47 +0100
message:
  Fix typos.
modified:
  admin/grammars/c.by
  doc/emacs/ChangeLog
  doc/emacs/killing.texi
  doc/emacs/regs.texi
  doc/emacs/search.texi
  doc/misc/ChangeLog
  leim/ChangeLog
  lib-src/ChangeLog
  lisp/ChangeLog
  lisp/ChangeLog.10
  lisp/ChangeLog.12
  lisp/button.el
  lisp/cedet/ChangeLog
  lisp/cedet/semantic/lex.el
  lisp/cedet/semantic/tag-ls.el
  lisp/cedet/srecode/mode.el
  lisp/emacs-lisp/smie.el
  lisp/emacs-lisp/tcover-unsafep.el
  lisp/expand.el
  lisp/gnus/ChangeLog
  lisp/gnus/ChangeLog.1
  lisp/gnus/gnus-agent.el
  lisp/gnus/registry.el
  lisp/mh-e/ChangeLog
  lisp/mh-e/ChangeLog.1
  lisp/mh-e/mh-search.el
  lisp/net/dbus.el
  lisp/net/tramp.el
  lisp/org/ChangeLog
  lisp/org/org-agenda.el
  lisp/org/org-bibtex.el
  lisp/org/org-list.el
  lisp/play/5x5.el
  lisp/progmodes/ada-mode.el
  lisp/progmodes/cc-engine.el
  lisp/progmodes/tcl.el
  lisp/term/pc-win.el
  lisp/textmodes/page-ext.el
  lisp/textmodes/texinfmt.el
  nt/ChangeLog
  src/ChangeLog
  src/ChangeLog.1
  src/frame.c
  src/window.c
  test/ChangeLog
  test/cedet/srecode-tests.el
=== modified file 'admin/grammars/c.by'
--- a/admin/grammars/c.by       2011-11-14 23:59:56 +0000
+++ b/admin/grammars/c.by       2011-11-16 12:34:47 +0000
@@ -566,7 +566,7 @@
     (TYPE-TAG $2 "class" nil nil )
   | STRUCT symbol
     (TYPE-TAG $2 "struct" nil nil )
- ;; TODO: Klaus Berndl: For the moment is is ok, that we parse the C++
+ ;; TODO: Klaus Berndl: For the moment it is ok, that we parse the C++
  ;; keyword typename as a class....
   | TYPENAME symbol
     (TYPE-TAG $2 "class" nil nil)

=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2011-11-14 06:27:12 +0000
+++ b/doc/emacs/ChangeLog       2011-11-16 12:34:47 +0000
@@ -1,3 +1,9 @@
+2011-11-16  Juanma Barranquero  <address@hidden>
+
+       * killing.texi (Rectangles):
+       * regs.texi (Rectangle Registers):
+       * search.texi (Isearch Yank): Fix typos.
+
 2011-11-06  Chong Yidong  <address@hidden>
 
        * windows.texi (Basic Window): Add xref to Cursor Display.

=== modified file 'doc/emacs/killing.texi'
--- a/doc/emacs/killing.texi    2011-10-21 14:45:34 +0000
+++ b/doc/emacs/killing.texi    2011-11-16 12:34:47 +0000
@@ -733,7 +733,7 @@
 @findex delete-rectangle
   There are two ways to erase the text in a rectangle: @kbd{C-x r d}
 (@code{delete-rectangle}) to delete the text outright, or @kbd{C-x r
-k} (@code{kill-rectangle}) to remove the text and and save it as the
+k} (@code{kill-rectangle}) to remove the text and save it as the
 @dfn{last killed rectangle}.  In both cases, erasing the
 region-rectangle is like erasing the specified text on each line of
 the rectangle; if there is any following text on the line, it moves

=== modified file 'doc/emacs/regs.texi'
--- a/doc/emacs/regs.texi       2011-10-15 16:37:45 +0000
+++ b/doc/emacs/regs.texi       2011-11-16 12:34:47 +0000
@@ -145,7 +145,7 @@
 
   The @kbd{C-x r i @var{r}} (@code{insert-register}) command,
 previously documented in @ref{Text Registers}, inserts a rectangle
-rather than a a text string, if the register contains a rectangle.
+rather than a text string, if the register contains a rectangle.
 
 @node Configuration Registers
 @section Saving Window Configurations in Registers

=== modified file 'doc/emacs/search.texi'
--- a/doc/emacs/search.texi     2011-11-06 06:14:01 +0000
+++ b/doc/emacs/search.texi     2011-11-16 12:34:47 +0000
@@ -309,7 +309,7 @@
 @findex isearch-yank-char
   @kbd{C-M-w} (@code{isearch-del-char}) deletes the last character
 from the search string, and @kbd{C-M-y} (@code{isearch-yank-char})
-appends the character after point to the the search string.  An
+appends the character after point to the search string.  An
 alternative method to add the character after point is to enter the
 minibuffer with @kbd{M-e} (@pxref{Repeat Isearch}) and type @kbd{C-f}
 at the end of the search string in the minibuffer.

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2011-11-15 17:37:37 +0000
+++ b/doc/misc/ChangeLog        2011-11-16 12:34:47 +0000
@@ -73,7 +73,7 @@
 
        Release MH-E manual version 8.3.
 
-       * mh-e.texi: (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
+       * mh-e.texi (VERSION, EDITION, UPDATED, UPDATE-MONTH): Update for
        release 8.3.
        (Preface): Updated support information.
        (From Bill Wohler): Reset text to original version. As a

=== modified file 'leim/ChangeLog'
--- a/leim/ChangeLog    2011-11-15 17:37:37 +0000
+++ b/leim/ChangeLog    2011-11-16 12:34:47 +0000
@@ -1,4 +1,4 @@
-2011-09-27  Jambunathan K <address@hidden>
+2011-09-27  Jambunathan K  <address@hidden>
 
        * quail/indian.el (quail-tamil-itrans-misc-table): Delete it.
        (quail-tamil-itrans-numerics-and-symbols-table)

=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-11-14 22:54:16 +0000
+++ b/lib-src/ChangeLog 2011-11-16 12:34:47 +0000
@@ -5134,7 +5134,7 @@
 
 1996-03-15  Anders Lindgren  <address@hidden>
 
-       * etags.c: Prolog language totaly rewritten.
+       * etags.c: Prolog language totally rewritten.
        (Prolog_functions): Rewritten from scratch.
        (skip_comment, prolog_getit): Removed.
        (prolog_skip_comment): New function, like old skip_comment.

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-11-16 10:10:40 +0000
+++ b/lisp/ChangeLog    2011-11-16 12:34:47 +0000
@@ -1,3 +1,16 @@
+2011-11-16  Juanma Barranquero  <address@hidden>
+
+       * expand.el (expand-pos, expand-index, expand-point):
+       Remove redundant info from docstring.
+       (expand-add-abbrevs): Doc fix.
+       (expand-c-sample-expand-list, expand-sample-lisp-mode-expand-list)
+       (expand-sample-perl-mode-expand-list): Fix typos.
+
+       * net/dbus.el (dbus-event-member-name):
+       * play/5x5.el (5x5-solve-rotate-left, 5x5-solver-output):
+       * term/pc-win.el (msdos-create-frame-with-faces):
+       * textmodes/texinfmt.el (texinfo-format-image): Fix typos.
+
 2011-11-16  Martin Rudalics  <address@hidden>
 
        * window.el (split-window, window-state-get-1)
@@ -464,11 +477,10 @@
        * progmodes/cc-defs.el: Update "virtual semicolon" comments.
 
        * progmodes/cc-engine.el (c-crosses-statement-barrier-p):
-       Recode to scan one line at at time rather than having \n and \r
-       explicitly in c-stmt-delim-chars
-       (for some modes, e.g. AWK).
+       Recode to scan one line at time rather than having \n and \r
+       explicitly in c-stmt-delim-chars (for some modes, e.g. AWK).
        (c-forward-label): Amend for virtual semicolons.
-       (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions
+       (c-at-macro-vsemi-p, c-macro-vsemi-status-unknown-p): New functions.
 
        * progmodes/cc-fonts.el (c-font-lock-declarations): Take account
        of the new C macros.
@@ -485,7 +497,7 @@
 
        * progmodes/cc-vars.el (c-macro-with-semi-re):
        (c-macro-names-with-semicolon): New variables.
-       (c-make-macro-with-semi-re): New function
+       (c-make-macro-with-semi-re): New function.
 
 2011-10-28  Stefan Monnier  <address@hidden>
 
@@ -2558,13 +2570,13 @@
 
 2011-08-20  Alan Mackenzie  <address@hidden>
 
-       * Fontify CPP expressions correctly when starting in the middle of
+       Fontify CPP expressions correctly when starting in the middle of
        such a construct.  Mainly for when jit-lock etc. starts a chunk
        here.
 
-       * progmodes/cc-fonts.el (c-font-lock-context): new buffer local
+       * progmodes/cc-fonts.el (c-font-lock-context): New buffer local
        variable.
-       (c-make-font-lock-search-form): new function, extracted from
+       (c-make-font-lock-search-form): New function, extracted from
        c-make-font-lock-search-function.
        (c-make-font-lock-search-function): Use the above function.
        (c-make-font-lock-context-search-function): New function.
@@ -2895,7 +2907,7 @@
 
        * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
        QT keyword "more" to prevent "more slots: ...." being spuriously
-       parsed as a bitfield declaraion.
+       parsed as a bitfield declaration.
 
        * progmodes/cc-engine.el (c-beginning-of-statement-1):
        Refactor and enhance to handle bitfield declarations.
@@ -5640,7 +5652,7 @@
 
        * image-mode.el (image-toggle-display-image): Ensure that the
        image spec passed to the animate timer is the same object as in
-       the the buffer's display property (Bug#6981).
+       the buffer's display property (Bug#6981).
        (image-transform-properties): Doc fix.
 
        * image.el (image-animate-max-time): Default to nil.

=== modified file 'lisp/ChangeLog.10'
--- a/lisp/ChangeLog.10 2011-11-15 17:37:37 +0000
+++ b/lisp/ChangeLog.10 2011-11-16 12:34:47 +0000
@@ -4332,7 +4332,7 @@
 
 2003-04-01  Stefan Monnier  <address@hidden>
 
-       * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
+       * progmodes/asm-mode.el (asm-mode-syntax-table): Setup entries
        that do not depend on asm-comment-char.
        (asm-mode-map): Declare and init at the same time.
        (asm-code-level-empty-comment-pattern)
@@ -9632,7 +9632,7 @@
        named ucs-translation-table-for-decode vacant.  If FOR-ENCODE is
        non-nil, make a proper char-table populates the translation table
        name utf-translation-table-for-encode.  Call register-char-codings
-       for all mule-utf-* to to reset their status to the original.
+       for all mule-utf-* to reset their status to the original.
        (unify-8859-on-encoding-mode): Call ucs-unify-8859 and
        ucs-fragment-8859 with fixed arguments.  Set the version to 21.3.
        (unify-8859-on-decoding-mode): Likewise.  Remove dependency.
@@ -10545,7 +10545,7 @@
 
 2002-09-22  Kai Großjohann  <address@hidden>
 
-       * dired.el (dired-insert-directory): Always add "--dired" to to
+       * dired.el (dired-insert-directory): Always add "--dired" to
        SWITCHES for remote files.
        * files.el (insert-directory): Comment saying that "--dired"
        might be in the SWITCHES.
@@ -11617,7 +11617,7 @@
        * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
        Decide here whether to print which form we're compiling.
        If we do that, still print file and line.  Make file name
-       relative to default-directory.  Print fewer newlines.
+       relative to default-directory.  Print fewer newlines.
        (byte-compile-log-file): Print something even if no file.
        Print messages for entering and leaving directories,
        and set default-directory.
@@ -12899,7 +12899,7 @@
        * timer.el (timer-inc-time): Doc fix.
 
        * replace.el (keep-lines, flush-lines): Interactively report
-       read-only error before reading regexp argument.
+       read-only error before reading regexp argument.
 
        * dabbrev.el (dabbrev--search): Use inhibit-point-motion-hooks.
 
@@ -21105,12 +21105,12 @@
        so that the next undo after an error will not begin redoing.
 
        * simple.el (shell-command): Doc fix.
-       (shell-command-on-region): If there is output an an error,
+       (shell-command-on-region): If there is output and an error,
        add "...Shell command failed" to the output.
 
 2001-12-13  David Ponce  <address@hidden>
 
-       * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
+       * ruler-mode.el (ruler-mode-left-fringe-cols): Variable removed.
        (ruler-mode-left-fringe-cols): Function replaced by more efficient
        implementation `ruler-mode-extra-left-cols'.
        (ruler-mode-ruler): Use above new function.  Take into account

=== modified file 'lisp/ChangeLog.12'
--- a/lisp/ChangeLog.12 2011-11-15 17:37:37 +0000
+++ b/lisp/ChangeLog.12 2011-11-16 12:34:47 +0000
@@ -8855,7 +8855,7 @@
        (org-get-indentation): New optional argument LINE.
        (org-fix-indentation, org-remove-tabs): New functions.
        (org-export-as-ascii, org-ascii-level-start): Determine and apply
-       correct indentation for headlines that are converted it items.
+       correct indentation for headlines that are converted to items.
        (org-skip-comments): Remove table lines that contain narrowing
        cookies but no other non-empty fields.
        (org-set-tags): Allow groups of mutually exclusive tags.
@@ -16884,7 +16884,7 @@
        * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
        (c-font-lock-declarators, c-font-lock-declarations)
        (c-complex-decl-matchers, c-basic-matchers-after): Use a text
-       property to mark the items in in declarator lists to handle
+       property to mark the items in declarator lists to handle
        refontification inside multiline declarations better.
 
        * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a

=== modified file 'lisp/button.el'
--- a/lisp/button.el    2011-07-05 20:44:55 +0000
+++ b/lisp/button.el    2011-11-16 12:34:47 +0000
@@ -42,7 +42,7 @@
 ;; button face may not be visible.  Using overlays avoids this.
 ;;
 ;; Using `define-button-type' to define default properties for buttons
-;; is not necessary, but it is is encouraged, since doing so makes the
+;; is not necessary, but it is encouraged, since doing so makes the
 ;; resulting code clearer and more efficient.
 ;;
 

=== modified file 'lisp/cedet/ChangeLog'
--- a/lisp/cedet/ChangeLog      2011-11-15 00:54:19 +0000
+++ b/lisp/cedet/ChangeLog      2011-11-16 12:34:47 +0000
@@ -1,3 +1,9 @@
+2011-11-16  Juanma Barranquero  <address@hidden>
+
+       * semantic/lex.el (semantic-lex-tokens):
+       * semantic/tag-ls.el (semantic-tag-protected-p):
+       * srecode/mode.el (srecode-prefix-map): Fix typos.
+
 2011-11-15  Juanma Barranquero  <address@hidden>
 
        * ede/project-am.el (project-compile-target-command): Fix typo.

=== modified file 'lisp/cedet/semantic/lex.el'
--- a/lisp/cedet/semantic/lex.el        2011-11-15 07:55:13 +0000
+++ b/lisp/cedet/semantic/lex.el        2011-11-16 12:34:47 +0000
@@ -491,7 +491,7 @@
     (symbol)
     (whitespace)
     )
-  "An alist of of semantic token types.
+  "An alist of semantic token types.
 As of December 2001 (semantic 1.4beta13), this variable is not used in
 any code.  The only use is to refer to the doc-string from elsewhere.
 
@@ -1758,7 +1758,7 @@
 (semantic-alias-obsolete 'semantic-flex-map-keywords 
'semantic-lex-map-keywords "23.2")
 (semantic-alias-obsolete 'semantic-flex-keywords 'semantic-lex-keywords "23.2")
 (semantic-alias-obsolete 'semantic-flex-buffer 'semantic-lex-buffer "23.2")
-(semantic-alias-obsolete 'semantic-flex-list   'semantic-lex-list "23.2")
+(semantic-alias-obsolete 'semantic-flex-list 'semantic-lex-list "23.2")
 
 ;; This simple scanner uses the syntax table to generate a stream of
 ;; simple tokens of the form:
@@ -1769,7 +1769,7 @@
 ;; objects boundary.
 
 (defvar semantic-flex-tokens semantic-lex-tokens
-  "An alist of of semantic token types.
+  "An alist of semantic token types.
 See variable `semantic-lex-tokens'.")
 
 (defvar semantic-flex-unterminated-syntax-end-function

=== modified file 'lisp/cedet/semantic/tag-ls.el'
--- a/lisp/cedet/semantic/tag-ls.el     2011-11-15 07:55:13 +0000
+++ b/lisp/cedet/semantic/tag-ls.el     2011-11-16 12:34:47 +0000
@@ -98,7 +98,7 @@
     prot))
 
 (defun semantic-tag-protected-p (tag protection &optional parent)
-  "Non-nil if TAG is is protected.
+  "Non-nil if TAG is protected.
 PROTECTION is a symbol which can be returned by the method
 `semantic-tag-protection'.
 PARENT is the parent data type which contains TAG.
@@ -106,7 +106,7 @@
 For these PROTECTIONs, true is returned if TAG is:
 @table @asis
 @item nil
-  Always true
+  Always true.
 @item  private
   True if nil.
 @item protected

=== modified file 'lisp/cedet/srecode/mode.el'
--- a/lisp/cedet/srecode/mode.el        2011-11-13 07:48:23 +0000
+++ b/lisp/cedet/srecode/mode.el        2011-11-16 12:34:47 +0000
@@ -61,7 +61,7 @@
        (define-key km (format "%c" k) 'srecode-bind-insert)
        (setq k (1+ k))))
     km)
-  "Keymap used behind the srecode prefix key in in srecode minor mode.")
+  "Keymap used behind the srecode prefix key in srecode minor mode.")
 
 (defvar srecode-menu-bar
   (list

=== modified file 'lisp/emacs-lisp/smie.el'
--- a/lisp/emacs-lisp/smie.el   2011-11-14 06:27:12 +0000
+++ b/lisp/emacs-lisp/smie.el   2011-11-16 12:34:47 +0000
@@ -130,7 +130,7 @@
 ;; - a 2 dimensional precedence table (key word "prec2"), is a 2D
 ;;   table recording the precedence relation (can be `<', `=', `>', or
 ;;   nil) between each pair of tokens.
-;; - a precedence-level table (key word "grammar"), which is a alist
+;; - a precedence-level table (key word "grammar"), which is an alist
 ;;   giving for each token its left and right precedence level (a
 ;;   number or nil).  This is used in `smie-grammar'.
 ;; The prec2 tables are only intermediate data structures: the source

=== modified file 'lisp/emacs-lisp/tcover-unsafep.el'
--- a/lisp/emacs-lisp/tcover-unsafep.el 2011-05-23 17:57:17 +0000
+++ b/lisp/emacs-lisp/tcover-unsafep.el 2011-11-16 12:34:47 +0000
@@ -100,7 +100,7 @@
       . (risky-local-variable format-alist))
     ( (setq buffer-display-count (delete-file "x"))
       . (function delete-file))
-    ;;These are actualy safe (they signal errors)
+    ;;These are actually safe (they signal errors)
     ( (apply '(x) '(1 2 3))
       . (function (x)))
     ( (let (((x))) 1)

=== modified file 'lisp/expand.el'
--- a/lisp/expand.el    2011-04-19 13:44:55 +0000
+++ b/lisp/expand.el    2011-11-16 12:34:47 +0000
@@ -111,7 +111,7 @@
     ("while" "while () {\n\n}" (8 12))
     ("default" "default:\n\nbreak;" 10)
     ("main" "int\nmain(int argc, char * argv[])\n{\n\n}\n" 37))
-  "Expansions for C mode. See `expand-add-abbrevs'.")
+  "Expansions for C mode.  See `expand-add-abbrevs'.")
 
 ;; lisp example from Jari Aalto <address@hidden>
 (defconst expand-sample-lisp-mode-expand-list
@@ -181,7 +181,7 @@
      (list 12 14))
 
     )
-   "Expansions for Lisp mode. See `expand-add-abbrevs'.")
+   "Expansions for Lisp mode.  See `expand-add-abbrevs'.")
 
 ;; perl example from Jari Aalto <address@hidden>
 (defconst expand-sample-perl-mode-expand-list
@@ -257,20 +257,20 @@
    (list "rtu"  "return ;"      (list 8))
 
    )
-  "Expansions for Perl mode. See `expand-add-abbrevs'.")
+  "Expansions for Perl mode.  See `expand-add-abbrevs'.")
 
 ;;; Code:
 
 ;;;###autoload
 (defun expand-add-abbrevs (table abbrevs)
-  "Add a list of abbrev to abbrev table TABLE.
+  "Add a list of abbreviations to abbrev table TABLE.
 ABBREVS is a list of abbrev definitions; each abbrev description entry
 has the form (ABBREV EXPANSION ARG).
 
 ABBREV is the abbreviation to replace.
 
 EXPANSION is the replacement string or a function which will make the
-expansion.  For example you, could use the DMacros or skeleton packages
+expansion.  For example, you could use the DMacros or skeleton packages
 to generate such functions.
 
 ARG is an optional argument which can be a number or a list of
@@ -279,7 +279,7 @@
 
 If ARG is a list of numbers, point is placed according to the first
 member of the list, but you can visit the other specified positions
-cyclicaly with the functions `expand-jump-to-previous-slot' and
+cyclically with the functions `expand-jump-to-previous-slot' and
 `expand-jump-to-next-slot'.
 
 If ARG is omitted, point is placed at the end of the expanded text."
@@ -293,18 +293,15 @@
 (defvar expand-list nil "Temporary variable used by the Expand package.")
 
 (defvar expand-pos nil
-  "If non-nil, stores a vector containing markers to positions defined by the 
last expansion.
-This variable is local to a buffer.")
+  "If non-nil, stores a vector containing markers to positions defined by the 
last expansion.")
 (make-variable-buffer-local 'expand-pos)
 
 (defvar expand-index 0
-  "Index of the last marker used in `expand-pos'.
-This variable is local to a buffer.")
+  "Index of the last marker used in `expand-pos'.")
 (make-variable-buffer-local 'expand-index)
 
 (defvar expand-point nil
-  "End of the expanded region.
-This variable is local to a buffer.")
+  "End of the expanded region.")
 (make-variable-buffer-local 'expand-point)
 
 (defun expand-add-abbrev (table abbrev expansion arg)

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2011-11-15 17:37:37 +0000
+++ b/lisp/gnus/ChangeLog       2011-11-16 12:34:47 +0000
@@ -1,3 +1,8 @@
+2011-11-16  Juanma Barranquero  <address@hidden>
+
+       * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
+       Fix typos.
+
 2011-11-15  Juanma Barranquero  <address@hidden>
 
        * gnus-art.el (gnus-article-part-wrapper):
@@ -4429,7 +4434,7 @@
        gnus-original-article-buffer is alive.
 
        * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
-       reflect the order they're in in the digest.
+       reflect the order they are in the digest.
 
        * gnus.el (gnus-group-startup-message): Move point to the start of the
        buffer.

=== modified file 'lisp/gnus/ChangeLog.1'
--- a/lisp/gnus/ChangeLog.1     2011-11-15 17:37:37 +0000
+++ b/lisp/gnus/ChangeLog.1     2011-11-16 12:34:47 +0000
@@ -1336,7 +1336,7 @@
 
 1998-05-07  Hrvoje Niksic  <address@hidden>
 
-       * nnmail.el: (nnmail-get-split-group): Use `regexp-quote'
+       * nnmail.el (nnmail-get-split-group): Use `regexp-quote'
        when file name is a part of pattern.
 
        * nnmail.el (nnmail-crosspost-link-function): Ditto.

=== modified file 'lisp/gnus/gnus-agent.el'
--- a/lisp/gnus/gnus-agent.el   2011-09-11 22:50:22 +0000
+++ b/lisp/gnus/gnus-agent.el   2011-11-16 12:34:47 +0000
@@ -3613,7 +3613,7 @@
                                 (setq r d
                                       d (directory-file-name d)))
                               ;; if ANY ancestor was NOT in keep hash and
-                              ;; it it's already in to-remove, add it to
+                              ;; it's already in to-remove, add it to
                               ;; to-remove.
                               (if (and r
                                        (not (member r to-remove)))

=== modified file 'lisp/gnus/registry.el'
--- a/lisp/gnus/registry.el     2011-05-13 04:12:37 +0000
+++ b/lisp/gnus/registry.el     2011-11-16 12:34:47 +0000
@@ -149,7 +149,7 @@
 
   (defmethod registry-lookup ((db registry-db) keys)
     "Search for KEYS in the registry-db THIS.
-Returns a alist of the key followed by the entry in a list, not a cons cell."
+Returns an alist of the key followed by the entry in a list, not a cons cell."
     (let ((data (oref db :data)))
       (delq nil
            (mapcar
@@ -160,7 +160,7 @@
 
   (defmethod registry-lookup-breaks-before-lexbind ((db registry-db) keys)
     "Search for KEYS in the registry-db THIS.
-Returns a alist of the key followed by the entry in a list, not a cons cell."
+Returns an alist of the key followed by the entry in a list, not a cons cell."
     (let ((data (oref db :data)))
       (delq nil
            (loop for key in keys

=== modified file 'lisp/mh-e/ChangeLog'
--- a/lisp/mh-e/ChangeLog       2011-09-20 04:56:51 +0000
+++ b/lisp/mh-e/ChangeLog       2011-11-16 12:34:47 +0000
@@ -1,3 +1,7 @@
+2011-11-16  Juanma Barranquero  <address@hidden>
+
+       * mh-search.el (mh-pick-parse-search-buffer): Fix typo.
+
 2011-09-20  Bill Wohler  <address@hidden>
 
        Release MH-E version 8.3.
@@ -40,7 +44,7 @@
        switch-to-buffer. The previous change which used pop-to-buffer
        produced the wrong behavior.
 
-2011-07-12  Henrique Martins  <address@hidden>   (tiny change)
+2011-07-12  Henrique Martins  <address@hidden>  (tiny change)
 
        * mh-xface.el (mh-picon-get-image): Remove quote from block
        argument.

=== modified file 'lisp/mh-e/ChangeLog.1'
--- a/lisp/mh-e/ChangeLog.1     2011-11-15 00:54:19 +0000
+++ b/lisp/mh-e/ChangeLog.1     2011-11-16 12:34:47 +0000
@@ -1484,7 +1484,7 @@
        * mh-alias.el (Commentary): Removed as it is now in the manual.
        (mh-alias-system-aliases): Moved here from mh-customize.el. By
        definition, "system" definitions are not user-visible, and user
-       filenames are in the the Aliasfile: profile component, so this
+       filenames are in the Aliasfile: profile component, so this
        variable really shouldn't be a defcustom.
        (mh-alias-tstamp, mh-alias-filenames, mh-alias-reload)
        (mh-alias-add-alias, mh-alias-grab-from-field)
@@ -4533,7 +4533,7 @@
 
        * mh-xemacs-toolbar.el: Remove the code since that gets generated
        when mh-tool-bar-define is expanded.
-       (mh-xemacs-icon-map): A alist to map GNU Emacs icon names to the
+       (mh-xemacs-icon-map): An alist to map GNU Emacs icon names to the
        actual icons to be used in XEmacs. This is used in
        mh-tool-bar-define.
 
@@ -5022,7 +5022,7 @@
        * mh-utils.el (mh-truncate-log-buffer): Modify the function to
        return the current size of mh-log-buffer. Also we are now a bit
        more careful in adding separators between consecutive messages.
-       (mh-exec-cmd): Fix a bug where the the log buffer would be
+       (mh-exec-cmd): Fix a bug where the log buffer would be
        displayed even if no error happened in the current command but
        the log buffer had messages from a previous error.
 
@@ -8594,7 +8594,7 @@
        mail-header-separator.
        (mh-send-letter): The default BCC encapsulation will make a MIME
        message unreadable.  If we are running nmh and the letter contains
-       a Bcc: and a Content-Type: field, add the -mime switch to to the
+       a Bcc: and a Content-Type: field, add the -mime switch to the
        arguments to send.
 
 2002-10-21  Peter S Galbraith  <address@hidden>
@@ -9610,7 +9610,7 @@
 2002-06-27  Satyaki Das  <address@hidden>
 
        * mh-e.el (mh-next-undeleted-msg): Get rid of optional arg
-       reverse-p. If there are no more undeleted messages the the point
+       reverse-p. If there are no more undeleted messages the point
        remains at its original position and a message is produced (closes
        SF #494304).
        (mh-previous-undeleted-msg): Change similar to
@@ -11049,7 +11049,7 @@
        line, starting with Re:
        (mh-scan-body-regexp):
        Regexp matching the message body beginning displayed in scan lines.
-       (mh-scan.font-lock-regexp): Regexp matching output of the the
+       (mh-scan.font-lock-regexp): Regexp matching output of the
        optional scan.font-lock format file.
        (mh-folder-font-lock-keywords): New font-lock for folder-mode that
        uses the above regexps.

=== modified file 'lisp/mh-e/mh-search.el'
--- a/lisp/mh-e/mh-search.el    2011-11-15 07:55:13 +0000
+++ b/lisp/mh-e/mh-search.el    2011-11-16 12:34:47 +0000
@@ -646,7 +646,7 @@
 
 (defun mh-pick-parse-search-buffer ()
   "Parse the search buffer contents.
-The function returns a alist. The car of each element is either
+The function returns an alist. The car of each element is either
 the header name to search in or nil to search the whole message.
 The cdr of the element is the pattern to search."
   (save-excursion

=== modified file 'lisp/net/dbus.el'
--- a/lisp/net/dbus.el  2011-11-13 07:48:23 +0000
+++ b/lisp/net/dbus.el  2011-11-16 12:34:47 +0000
@@ -505,7 +505,7 @@
 
 (defun dbus-event-member-name (event)
   "Return the member name the event is coming from.
-It is either a signal name or a method name. The result is is a
+It is either a signal name or a method name. The result is a
 string.  EVENT is a D-Bus event, see `dbus-check-event'.  This
 function raises a `dbus-error' signal in case the event is not
 well formed."

=== modified file 'lisp/net/tramp.el'
--- a/lisp/net/tramp.el 2011-10-19 20:21:35 +0000
+++ b/lisp/net/tramp.el 2011-11-16 12:34:47 +0000
@@ -3851,7 +3851,7 @@
 ;;   expects English?  Or just to set LC_MESSAGES to "C" if Tramp
 ;;   expects only English messages?  (Juri Linkov)
 ;; * Make shadowfile.el grok Tramp filenames.  (Bug#4526, Bug#4846)
-;; * I was wondering it it would be possible to use tramp even if I'm
+;; * I was wondering if it would be possible to use tramp even if I'm
 ;;   actually using sshfs.  But when I launch a command I would like
 ;;   to get it executed on the remote machine where the files really
 ;;   are.  (Andrea Crotti)

=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2011-11-15 17:37:37 +0000
+++ b/lisp/org/ChangeLog        2011-11-16 12:34:47 +0000
@@ -1,3 +1,9 @@
+2011-11-16  Juanma Barranquero  <address@hidden>
+
+       * org-agenda.el (org-create-marker-find-array):
+       * org-bibtex.el (org-bibtex-fields):
+       * org-list.el (org-list-insert-item): Fix typos.
+
 2011-11-11  Juanma Barranquero  <address@hidden>
 
        * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
@@ -3499,7 +3505,7 @@
        * org.el (org-set-autofill-regexps): Use `org-item-re' in
        `paragraph-start' to recognize alphabetical lists.
        (org-fill-paragraph): Enforce a pre-computed fill-prefix before
-       calling `fill-paragraph' when point in in an item.  Also prevent
+       calling `fill-paragraph' when point is in an item.  Also prevent
        paragraphs getting merged into an adjacent list upon filling.
        (org-adaptive-fill-function): Make sure to determine real
        fill-prefix for auto-fill.
@@ -11440,7 +11446,7 @@
        package.
 
        * org-latex.el (org-export-latex-tables): Only add a caption when
-       macro in in longtable environments if one has been defined.
+       macro is in longtable environments if one has been defined.
 
        * org-html.el (org-export-as-html): Only take title from buffer if
        not exporting body-only.

=== modified file 'lisp/org/org-agenda.el'
--- a/lisp/org/org-agenda.el    2011-11-15 17:37:37 +0000
+++ b/lisp/org/org-agenda.el    2011-11-16 12:34:47 +0000
@@ -2972,7 +2972,7 @@
     (nreverse markers)))
 
 (defun org-create-marker-find-array (marker-list)
-  "Create a alist of files names with all marker positions in that file."
+  "Create an alist of files names with all marker positions in that file."
   (let (f tbl m a p)
     (while (setq m (pop marker-list))
       (setq p (marker-position m)

=== modified file 'lisp/org/org-bibtex.el'
--- a/lisp/org/org-bibtex.el    2011-08-18 20:41:06 +0000
+++ b/lisp/org/org-bibtex.el    2011-11-16 12:34:47 +0000
@@ -204,7 +204,7 @@
     (:pages        . "One or more page numbers or range of numbers, such as 
42-111 or 7,41,73-97 or 43+ (the ‘+’ in this last example indicates pages 
following that don’t form simple range). BibTEX requires double dashes for page 
ranges (--).")
     (:publisher    . "The publisher’s name.")
     (:school       . "The name of the school where a thesis was written.")
-    (:series       . "The name of a series or set of books. When citing an 
entire book, the the title field gives its title and an optional series field 
gives the name of a series or multi-volume set in which the book is published.")
+    (:series       . "The name of a series or set of books. When citing an 
entire book, the title field gives its title and an optional series field gives 
the name of a series or multi-volume set in which the book is published.")
     (:title        . "The work’s title, typed as explained in the LaTeX book.")
     (:type         . "The type of a technical report for example, 'Research 
Note'.")
     (:volume       . "The volume of a journal or multi-volume book.")

=== modified file 'lisp/org/org-list.el'
--- a/lisp/org/org-list.el      2011-11-14 20:23:26 +0000
+++ b/lisp/org/org-list.el      2011-11-16 12:34:47 +0000
@@ -1207,7 +1207,7 @@
 If POS is before first character after bullet of the item, the
 new item will be created before the current one.
 
-STRUCT is the list structure.  PREVS is the the alist of previous
+STRUCT is the list structure.  PREVS is the alist of previous
 items, as returned by `org-list-prevs-alist'.
 
 Insert a checkbox if CHECKBOX is non-nil, and string AFTER-BULLET

=== modified file 'lisp/play/5x5.el'
--- a/lisp/play/5x5.el  2011-11-14 23:59:56 +0000
+++ b/lisp/play/5x5.el  2011-11-16 12:34:47 +0000
@@ -151,7 +151,7 @@
   "Local keymap for the 5x5 game.")
 
 (5x5-defvar-local 5x5-solver-output nil
-  "List that is is the output of an arithmetic solver.
+  "List that is the output of an arithmetic solver.
 
 This list L is such that
 
@@ -816,9 +816,8 @@
 strokes --- other solutions can be viewed by rotating through the
 list. The list of solution is ordered by number of strokes, so
 rotating left just after calling `5x5-solve-suggest' will show
-the the solution with second least number of strokes, while
-rotating right will show the solution with greatest number of
-strokes."
+the solution with second least number of strokes, while rotating
+right will show the solution with greatest number of strokes."
   (interactive "P")
   (let ((len  (length 5x5-solver-output)))
     (when (>= len 3)

=== modified file 'lisp/progmodes/ada-mode.el'
--- a/lisp/progmodes/ada-mode.el        2011-04-22 18:44:26 +0000
+++ b/lisp/progmodes/ada-mode.el        2011-11-16 12:34:47 +0000
@@ -105,8 +105,8 @@
 ;; should be loaded before the ada-mode, which will then setup some variables
 ;; to improve the support for Ada code.
 ;; Here is the list of these modes:
-;;   `which-function-mode': Display the name of the subprogram the cursor is
-;;      in in the mode line.
+;;   `which-function-mode': Display in the modeline the name of the subprogram
+;;      the cursor is in.
 ;;   `outline-mode': Provides the capability to collapse or expand the code
 ;;      for specific language constructs, for instance if you want to hide the
 ;;      code corresponding to a subprogram

=== modified file 'lisp/progmodes/cc-engine.el'
--- a/lisp/progmodes/cc-engine.el       2011-11-15 17:37:37 +0000
+++ b/lisp/progmodes/cc-engine.el       2011-11-16 12:34:47 +0000
@@ -8832,7 +8832,7 @@
        ;; CASE B.4: Continued statement with block open.  The most
        ;; accurate analysis is perhaps `statement-cont' together with
        ;; `block-open' but we play DWIM and use `substatement-open'
-       ;; instead.  The rationaly is that this typically is a macro
+       ;; instead.  The rationale is that this typically is a macro
        ;; followed by a block which makes it very similar to a
        ;; statement with a substatement block.
        (t

=== modified file 'lisp/progmodes/tcl.el'
--- a/lisp/progmodes/tcl.el     2011-04-22 18:44:26 +0000
+++ b/lisp/progmodes/tcl.el     2011-11-16 12:34:47 +0000
@@ -861,7 +861,7 @@
                       expr-p)
                   (progn
                     ;; Line is continuation line, or the sexp opener
-                    ;; is not a curly brace, or we are are looking at
+                    ;; is not a curly brace, or we are looking at
                     ;; an `expr' expression (which must be split
                     ;; specially).  So indentation is column of first
                     ;; good spot after sexp opener (with some added

=== modified file 'lisp/term/pc-win.el'
--- a/lisp/term/pc-win.el       2011-01-26 08:36:39 +0000
+++ b/lisp/term/pc-win.el       2011-11-16 12:34:47 +0000
@@ -134,7 +134,7 @@
 ;; terminal-initialization function.  Also, our handling of reverse
 ;; video is slightly different.
 (defun msdos-create-frame-with-faces (&optional parameters)
-  "Create an frame on MS-DOS display.
+  "Create a frame on MS-DOS display.
 Optional frame parameters PARAMETERS specify the frame parameters.
 Parameters not specified by PARAMETERS are taken from
 `default-frame-alist'.  If either PARAMETERS or `default-frame-alist'

=== modified file 'lisp/textmodes/page-ext.el'
--- a/lisp/textmodes/page-ext.el        2011-01-26 08:36:39 +0000
+++ b/lisp/textmodes/page-ext.el        2011-11-16 12:34:47 +0000
@@ -435,7 +435,7 @@
                            (skip-chars-forward " \t\n")
                            ))
 
-               ;; ENDRECFUN is is called with point within the record.
+               ;; ENDRECFUN is called with point within the record.
                ;; It should move point to the end of the record.
               (function (lambda ()
                            (if (re-search-forward

=== modified file 'lisp/textmodes/texinfmt.el'
--- a/lisp/textmodes/texinfmt.el        2011-01-26 08:36:39 +0000
+++ b/lisp/textmodes/texinfmt.el        2011-11-16 12:34:47 +0000
@@ -2194,7 +2194,7 @@
 
 (put 'image 'texinfo-format 'texinfo-format-image)
 (defun texinfo-format-image ()
-  "Insert an image from an an file ending in .txt.
+  "Insert an image from a file ending in .txt.
 Use only the FILENAME arg; for Info, ignore the other arguments to @image."
   (let ((args (texinfo-format-parse-args))
        filename)
@@ -3909,11 +3909,11 @@
 ;;; @set, @clear, @ifset, @ifclear
 
 ;; If a flag is set with @set FLAG, then text between @ifset and @end
-;; ifset is formatted normally, but if the flag is is cleared with
+;; ifset is formatted normally, but if the flag is cleared with
 ;; @clear FLAG, then the text is not formatted; it is ignored.
 
 ;; If a flag is cleared with @clear FLAG, then text between @ifclear
-;; and @end ifclear is formatted normally, but if the flag is is set with
+;; and @end ifclear is formatted normally, but if the flag is set with
 ;; @set FLAG, then the text is not formatted; it is ignored.  @ifclear
 ;; is the opposite of @ifset.
 

=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2011-11-15 18:08:38 +0000
+++ b/nt/ChangeLog      2011-11-16 12:34:47 +0000
@@ -13,7 +13,7 @@
        (INT32_MIN, UINTMAX_MAX, UINTMAX_MIN, INTMAX_MAX, INTMAX_MIN)
        (intmax_t, INT64_MAX): Add for MSVC.
 
-       * config.nt: (mode_t) [!__GNUC__]: Define mode_t for MSVC.
+       * config.nt (mode_t) [!__GNUC__]: Define mode_t for MSVC.
 
 2011-11-05  Eli Zaretskii  <address@hidden>
 
@@ -28,7 +28,7 @@
 
        * INSTALL: Update for newer versions of MSVC.
 
-2011-11-05  Fabrice Popineau  <address@hidden> (tiny change)
+2011-11-05  Fabrice Popineau  <address@hidden>  (tiny change)
 
        Support MSVC build with newer versions of Visual Studio.
        * nmake.defs (USE_CRT_DLL): Define to 1.

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-11-16 10:10:40 +0000
+++ b/src/ChangeLog     2011-11-16 12:34:47 +0000
@@ -1,3 +1,7 @@
+2011-11-16  Juanma Barranquero  <address@hidden>
+
+       * window.c (syms_of_window) <window-combination-limit>: Fix typo.
+
 2011-11-16  Martin Rudalics  <address@hidden>
 
        * window.h (window): Rename slot "nest" to "combination_limit".
@@ -259,7 +263,7 @@
 
        * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
 
-2011-11-05  Fabrice Popineau  <address@hidden> (tiny change)
+2011-11-05  Fabrice Popineau  <address@hidden>  (tiny change)
 
        Support MSVC build with newer versions of Visual Studio.
        * w32.c: Don't include w32api.h for MSVC.
@@ -321,7 +325,7 @@
        * xdisp.c (try_cursor_movement): Make sure ROW isn't decremented
        past the beginning of the current glyph matrix.
 
-2011-10-30  Adam Sjøgren <address@hidden> (tiny change)
+2011-10-30  Adam Sjøgren  <address@hidden>  (tiny change)
 
        * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
        (x_error_handler): Ignore BadMatch for X_SetInputFocus for
@@ -3049,7 +3053,7 @@
        * nsselect.m (ns_string_from_pasteboard): Don't use deprecated methods
        cString and lossyCString on OSX >= 10.4
 
-       * nsmenu.m (fillWithWidgetValue): Don't use depercated method
+       * nsmenu.m (fillWithWidgetValue): Don't use deprecated method
        sizeToFit on OSX >= 10.2.
 
        * nsimage.m (allocInitFromFile): Don't use deprecated method

=== modified file 'src/ChangeLog.1'
--- a/src/ChangeLog.1   2011-11-14 20:23:26 +0000
+++ b/src/ChangeLog.1   2011-11-16 12:34:47 +0000
@@ -405,7 +405,7 @@
        Copy their own header field a_scovfrl from ohdr.
 
        * unexec.c [COFF]:
-       Round positions of text and and data sections in output file
+       Round positions of text and data sections in output file
        to page boundaries.
 
        * crt0.c: Install version for Encore machines.

=== modified file 'src/frame.c'
--- a/src/frame.c       2011-11-07 09:51:08 +0000
+++ b/src/frame.c       2011-11-16 12:34:47 +0000
@@ -1237,7 +1237,7 @@
   else
     {
 #ifdef HAVE_X_WINDOWS
-      /* Also, save clipboard to the the clipboard manager.  */
+      /* Also, save clipboard to the clipboard manager.  */
       x_clipboard_manager_save_frame (frame);
 #endif
 

=== modified file 'src/window.c'
--- a/src/window.c      2011-11-16 10:10:40 +0000
+++ b/src/window.c      2011-11-16 12:34:47 +0000
@@ -6506,7 +6506,7 @@
               doc: /* Non-nil means splitting a window makes a new parent 
window.
 If this variable is nil, splitting a window will create a new parent
 window only if the window has no parent window or the window shall
-become a combination orthogonal to the one it it is part of.
+become a combination orthogonal to the one it is part of.
 
 If this variable is t, splitting a window always creates a new parent
 window.  If all splits behave this way, each frame's window tree is a
@@ -6515,7 +6515,7 @@
 
 Other values are reserved for future use.
 
-The value of this variable is also assigned to the combination_limit
+The value of this variable is also assigned to the combination-limit
 status of the new parent window.  The combination-limit status of a
 window can be retrieved via the function `window-combination-limit' and
 altered by the function `set-window-combination-limit'.  */);

=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2011-10-30 15:21:37 +0000
+++ b/test/ChangeLog    2011-11-16 12:34:47 +0000
@@ -1,3 +1,7 @@
+2011-11-16  Juanma Barranquero  <address@hidden>
+
+       * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
+
 2011-10-30  Ulf Jasper  <address@hidden>
 
        * automated/newsticker-tests.el

=== modified file 'test/cedet/srecode-tests.el'
--- a/test/cedet/srecode-tests.el       2011-01-25 04:08:28 +0000
+++ b/test/cedet/srecode-tests.el       2011-11-16 12:34:47 +0000
@@ -177,7 +177,7 @@
 
       (mapc (lambda (T)
              (when (slot-boundp T 'overlay)
-               (error "Overlay did not clear off of of field %s"
+               (error "Overlay did not clear off of field %s"
                       (object-name T))))
            fields)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]