]> code.delx.au - gnu-emacs/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 16 Nov 2011 12:34:47 +0000 (13:34 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 16 Nov 2011 12:34:47 +0000 (13:34 +0100)
46 files changed:
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

index 8c97261debd5a2d1c053e001d5eeb10ae020288a..004f0b5f30fbf32636a430f99828689c5c5dfcf4 100644 (file)
@@ -566,7 +566,7 @@ template-type
     (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)
index 84bb7cf30df48cea776f392347e3bfe098a72a5e..85e4d80d01df4f85264c30ab5a6e97591da918da 100644 (file)
@@ -1,3 +1,9 @@
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * killing.texi (Rectangles):
+       * regs.texi (Rectangle Registers):
+       * search.texi (Isearch Yank): Fix typos.
+
 2011-11-06  Chong Yidong  <cyd@gnu.org>
 
        * windows.texi (Basic Window): Add xref to Cursor Display.
index 6237b00c2ee2f880d0dd592fb624a883cada3f33..1443ad019bbe061b6c1e2711be1344c0dc755f7d 100644 (file)
@@ -733,7 +733,7 @@ insert rectangles, and commands to make blank rectangles.
 @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
index 41a807375a9bea85aa2244a18217459e76bf765a..7e5b07221a0c86d996013c9a5bfa696fe10e9230 100644 (file)
@@ -145,7 +145,7 @@ rectangle) (@code{insert-register}).
 
   The @kbd{C-x r i @var{r}} (@code{insert-register}) command,
 previously documented in @ref{Text Registers}, inserts a rectangle
-rather than 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
index 0b68373d47cc0b0113cdf7c10da97f103979cdfb..c6747042df5725f2c67c088998e496f36e4ba2ca 100644 (file)
@@ -309,7 +309,7 @@ search remains case-insensitive.
 @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.
index 84333be4a5bd1f3b95d58da27baccb92ad8dc248..9f5e9fe7ce6f374fd9d0af0e232dcaf90b31c315 100644 (file)
@@ -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
index ed6546554f0020c24bbd8f287974a1a38251b5f6..75dde2bcd1802dc2acf3c767e22f126f58fb7f51 100644 (file)
@@ -1,4 +1,4 @@
-2011-09-27  Jambunathan K <kjambunathan@gmail.com>
+2011-09-27  Jambunathan K  <kjambunathan@gmail.com>
 
        * quail/indian.el (quail-tamil-itrans-misc-table): Delete it.
        (quail-tamil-itrans-numerics-and-symbols-table)
index c2669bdd445e9069d68d812706a51baeab870547..e1afec18bd7a5afe4b9f872e6b0f27c0c472bf22 100644 (file)
 
 1996-03-15  Anders Lindgren  <andersl@csd.uu.se>
 
-       * 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.
index df356fbbfc006b4d1d5b1cb6127502be3a47fa94..e17c25a17db41e71632e7f27dddf4b055ea6747d 100644 (file)
@@ -1,3 +1,16 @@
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <rudalics@gmx.at>
 
        * window.el (split-window, window-state-get-1)
        * 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.
 
        * 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  <monnier@iro.umontreal.ca>
 
 
 2011-08-20  Alan Mackenzie  <acm@muc.de>
 
-       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.
 
        * 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.
 
        * 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.
index 36c3d68e96f5b57614a97e40553ebdffc107063b..5320b5ee872756edee4727c7618f74391282b8df 100644 (file)
 
 2003-04-01  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * 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)
        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.
 
 2002-09-22  Kai Großjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
 
-       * 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.
        * 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.
        * 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.
 
        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  <david@dponce.com>
 
-       * 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
index ab7d25632d87ea6b6ec6c36ecf2369e59e4ffc7f..7782fa10e4eea73916ac9f2bd82e23418dde42c7 100644 (file)
        (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.
        * 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
index 6ef79532ae76238b1167f463cb5174b3931baca5..262a19c1806518f18cf5a5de96d81edeed26c688 100644 (file)
@@ -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.
 ;;
 
index 7d70e83200d4993047b380fe223b2117eef7fcfe..e5969a3c2914d420c9676255069944706969b684 100644 (file)
@@ -1,3 +1,9 @@
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <lekktu@gmail.com>
 
        * ede/project-am.el (project-compile-target-command): Fix typo.
index 87a436fbc3d2e34abe7ba1666f92e51a3d0ee5de..4da3be98f37c80dc8551f3d6a51664bbeefce357 100644 (file)
@@ -491,7 +491,7 @@ For compatibility with Semantic 1.x it defaults to `semantic-flex'.")
     (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 @@ If there is no error, then the last value of FORMS is returned."
 (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 @@ If there is no error, then the last value of FORMS is returned."
 ;; 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
index 3d8ed2c5b809046fbc8fb4dee9faa99941ded799..4d001322108aed0c2c51e795b9a9028e21756d3f 100644 (file)
@@ -98,7 +98,7 @@ See `semantic-tag-protection'."
     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 @@ PARENT is the parent data type which contains TAG.
 For these PROTECTIONs, true is returned if TAG is:
 @table @asis
 @item nil
-  Always true
+  Always true.
 @item  private
   True if nil.
 @item protected
index bb2db79acc6bd90c2feb32bf04f018488f7c9128..23d09bc9a4bab8d190d859f85d2b73ad0643e754 100644 (file)
@@ -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
index 95d93eb113de461c05369cc0b448c759e7c0fb3d..8257c6aebead58ba101c6e9ff524900a12b3ac31 100644 (file)
 ;; - 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
index cc3e633f098ff9a45f2db2f0a15c5fb6ed40b366..7144138445ca46e5a9c09a925142c1fd9dfb9e76 100644 (file)
       . (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)
index 544d0b1cb177708054656e6fa248425ef37b4c50..beb763217818996d3efe59f4036bd877085a6abe 100644 (file)
     ("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 <jaalto@tre.tele.nokia.fi>
 (defconst expand-sample-lisp-mode-expand-list
      (list 12 14))
 
     )
-   "Expansions for Lisp mode. See `expand-add-abbrevs'.")
+   "Expansions for Lisp mode.  See `expand-add-abbrevs'.")
 
 ;; perl example from Jari Aalto <jaalto@tre.tele.nokia.fi>
 (defconst expand-sample-perl-mode-expand-list
    (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 @@ beginning of the expanded text.
 
 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 @@ If ARG is omitted, point is placed at the end of the expanded text."
 (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)
index 4c31bbb52e4a34105d7085c0fb597a19881af507..a28213a6b266a9a6113ca81d4bbf27682c6bab33 100644 (file)
@@ -1,3 +1,8 @@
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
+       Fix typos.
+
 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
 
        * gnus-art.el (gnus-article-part-wrapper):
        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.
index c4f563adbb692f2f2748091f597c948e3aabf787..86c4eea59abeefe6c870d189822cc78f4659782d 100644 (file)
 
 1998-05-07  Hrvoje Niksic  <hniksic@srce.hr>
 
-       * 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.
index 669f9675536bdcac90302dcc04a02548b3e33ec5..32e40f68fc2fb1ca72d74662f041f9c97c0a56d4 100644 (file)
@@ -3613,7 +3613,7 @@ articles in every agentized group? "))
                                 (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)))
index 8e158f7ca0fa2c190a31a68f9a34b92fb7f46370..5fd309a5c7d2a47380e4fe586ea1bd32606bb1f0 100644 (file)
 
   (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 @@ Returns a alist of the key followed by the entry in a list, not a cons cell."
 
   (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
index ee9c9fca2b59618a72e5aacc87668bd78e03c7e4..ca179a78b6182dd675ff8ec5064877086a4f9727 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * mh-search.el (mh-pick-parse-search-buffer): Fix typo.
+
 2011-09-20  Bill Wohler  <wohler@newt.com>
 
        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  <henrique@martins.cc>   (tiny change)
+2011-07-12  Henrique Martins  <henrique@martins.cc>  (tiny change)
 
        * mh-xface.el (mh-picon-get-image): Remove quote from block
        argument.
index 4ba5e847981db31646a3beebad481e93b55eadb6..5a3f57720f498832e0224a9d4b4d2a7ea1b78674 100644 (file)
        * 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)
 
        * 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.
 
        * 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.
 
        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  <psg@debian.org>
 2002-06-27  Satyaki Das  <satyaki@theforce.stanford.edu>
 
        * 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
        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.
index c8f2440e276ca15ab877955bd965efddbfd5db1d..c06bc6649a505209784ad4670d2a2e71b606e6f6 100644 (file)
@@ -646,7 +646,7 @@ Uses the pick method described in `mh-pick-execute-search'."
 
 (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
index e5eb2015418a2b1e83e4a1e65caa2794aa53e9c5..03b84a45ea33eaa817a27f01398e62ed2e8974cf 100644 (file)
@@ -505,7 +505,7 @@ not well formed."
 
 (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."
index 5fca1018095afb16a61d6d9d9934b45bb7dd06d9..a47e7fa8f6f66cc2140371ea025cfcb8635b78c5 100644 (file)
@@ -3851,7 +3851,7 @@ Only works for Bourne-like shells."
 ;;   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)
index 9d7b7c658c1b867c535b0b9b00120ff207cc0ce7..1f1c3abfdc27d8ef9db4c6d2c6a33adcf2347a18 100644 (file)
@@ -1,3 +1,9 @@
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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  <lekktu@gmail.com>
 
        * org-plot.el (org-plot/gnuplot-to-grid-data): Fix typo in docstring.
        * 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.
        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.
index 1d0802dcda53a240da7a4ce186d1fe73dca429a2..6ba62544f4b2fc1e66b6bc3afb09fafc7e242d02 100644 (file)
@@ -2972,7 +2972,7 @@ removed from the entry content.  Currently only `planning' is allowed here."
     (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)
index 5c9b37b23418fd20078307a23e467efda65d5863..bd2b168f2bc684c11082111eb2aa2d8d3f38d711 100644 (file)
     (: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.")
index 2fe512329ca606dee6c0b510e895c5ce0514ae63..14b3e12c8882605000b30ff09bd8c31b6c05fa0f 100644 (file)
@@ -1207,7 +1207,7 @@ some heuristics to guess the result."
 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
index 1ea8df36cd6305d0dee13c175498ae071af8cfd2..a7a332d97f2883aa001cd80cd6bbe245a4ef2ca2 100644 (file)
   "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 @@ solution that is presented is the one that needs least number of
 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)
index 89a37307506f9887cc6f98b7ccffa0944235eee9..9d2aad7741b4cff0d6255ba49a03d703b3741f8f 100644 (file)
 ;; 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
index d56d5ae7c1ac2bb801f2a2fe437956f9c4fc9750..31a58e48f5093dc11799f55454aa0746cec18c14 100644 (file)
@@ -8832,7 +8832,7 @@ comment at the start of cc-engine.el for more info."
        ;; 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
index f18ec5abe81a0aab43b179fc02be15a137b5fcd9..d0e2c5abe7d000b1cf65cc390ee4f5bb04216dc2 100644 (file)
@@ -861,7 +861,7 @@ Returns nil if line starts inside a string, t if in a comment."
                       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
index 4cb88f6bd234b0f17652b1bb1c22a65ece09bde9..284c164150d9a0d65c67f62d2da8fca2bdbb1acf 100644 (file)
 ;; 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'
index 6e73fda662b1a7efaa2a868bc6da73495b445a46..91f6624e7a3ae5f5573af85227acc7b321663d1d 100644 (file)
@@ -435,7 +435,7 @@ REVERSE (non-nil means reverse order), BEG and END (region to sort)."
                            (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
index d33cbb97dd8747a81e9f0864be55e92edb567637..1194742a24cdffe7f4680651faf6cdfd64d88806 100644 (file)
@@ -2194,7 +2194,7 @@ This command is executed when texinfmt sees @item inside @multitable."
 
 (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 @@ Default is to leave paragraph indentation as is."
 ;;; @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.
 
index 7fca6271052413379e089ba5ee35f473d4a45817..8de94033196b2b2efd27584bd0495eb0e4e8e87c 100644 (file)
@@ -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  <eliz@gnu.org>
 
@@ -28,7 +28,7 @@
 
        * INSTALL: Update for newer versions of MSVC.
 
-2011-11-05  Fabrice Popineau  <fabrice.popineau@supelec.fr> (tiny change)
+2011-11-05  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
 
        Support MSVC build with newer versions of Visual Studio.
        * nmake.defs (USE_CRT_DLL): Define to 1.
index 0cbf2274ff9f4c8069df5994228177698db60dd7..0a3758d6bfd7c86b350248ec0d93be4fd805a659 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * window.c (syms_of_window) <window-combination-limit>: Fix typo.
+
 2011-11-16  Martin Rudalics  <rudalics@gmx.at>
 
        * window.h (window): Rename slot "nest" to "combination_limit".
 
        * w32fns.c [_MSC_VER]: DECLARE_HANDLE for any MSVC version.
 
-2011-11-05  Fabrice Popineau  <fabrice.popineau@supelec.fr> (tiny change)
+2011-11-05  Fabrice Popineau  <fabrice.popineau@supelec.fr>  (tiny change)
 
        Support MSVC build with newer versions of Visual Studio.
        * w32.c: Don't include w32api.h for MSVC.
        * 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 <asjo@koldfront.dk> (tiny change)
+2011-10-30  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
 
        * xterm.c: Include X11/Xproto.h if HAVE_GTK3.
        (x_error_handler): Ignore BadMatch for X_SetInputFocus for
        * 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
index 830905cd0b50394346ec3d54f930d18dc8a7b0a4..efe7764845877c729c5e1f7b1120e6e448bcb23b 100644 (file)
        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.
index d56a2efb17fde4a8c2880f961588cb5874cc8a62..ab60fd5b808b658fbc3fc475a5a199ba55bd1350 100644 (file)
@@ -1237,7 +1237,7 @@ delete_frame (Lisp_Object frame, Lisp_Object force)
   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
 
index 1b344773b1a5a8ec14a5d7b88a6a6b59cb565647..b34101c2f91669eb4e5ae8bbc7cb32dce6f94c99 100644 (file)
@@ -6506,7 +6506,7 @@ This variable takes no effect if `window-combination-limit' is non-nil.  */);
               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 @@ sibling.
 
 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'.  */);
index de4fb270440f0179a70b143d1b69096a18d4d121..5265f4175a71e578e2f777580f5dcaca7b4ccbd3 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * cedet/srecode-tests.el (srecode-field-utest-impl): Fix typo.
+
 2011-10-30  Ulf Jasper  <ulf.jasper@web.de>
 
        * automated/newsticker-tests.el
index 10b06f5cd017cbc6f82c35d98f7c39934770ddae..a1b8f60b2ecb52dc3645cd58fc5a692a43bce0f1 100644 (file)
@@ -177,7 +177,7 @@ It is filled with some text."
 
       (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)