emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108414: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108414: Spelling fixes.
Date: Mon, 28 May 2012 23:16:49 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108414
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2012-05-28 23:16:49 -0700
message:
  Spelling fixes.
modified:
  etc/ORG-NEWS
  lisp/ChangeLog
  lisp/ChangeLog.15
  lisp/ChangeLog.9
  lisp/comint.el
  lisp/gnus/ChangeLog.1
  lisp/gnus/gnus-win.el
  lisp/image-mode.el
  lisp/net/soap-client.el
  lisp/net/soap-inspect.el
  lisp/org/org-agenda.el
  lisp/org/org-remember.el
  lisp/org/org.el
  lisp/progmodes/verilog-mode.el
  lisp/textmodes/rst.el
=== modified file 'etc/ORG-NEWS'
--- a/etc/ORG-NEWS      2012-04-27 02:15:51 +0000
+++ b/etc/ORG-NEWS      2012-05-29 06:16:49 +0000
@@ -20,7 +20,7 @@
    :PROPERTIES:
    :OrgVersion:  7.4
    :END:
-   
+
    The variable =org-agenda-ndays= is obsolete - please use
    =org-agenda-span= instead.
 
@@ -313,7 +313,7 @@
     :OrgVersion:  7.5
     :END:
 
-    You can now create links from messages.  This is particularily
+    You can now create links from messages.  This is particularly
     useful when the user wants to stored messages that he sends, for
     later check.  Thanks to Ulf Stegemann for the patch.
 
@@ -328,7 +328,7 @@
 
 : Percent escaping is used in Org mode to escape certain characters
 : in links that would either break the parser (e.g. square brackets
-: in link target oder description) or are not allowed to appear in
+: in link target or description) or are not allowed to appear in
 : a particular link type (e.g. non-ascii characters in a http:
 : link).
 :

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-05-28 16:11:15 +0000
+++ b/lisp/ChangeLog    2012-05-29 06:16:49 +0000
@@ -906,7 +906,7 @@
 2012-05-03  Kenichi Handa  <address@hidden>
 
        * mail/rmailmm.el (rmail-show-mime): Catch an error caused by text
-       decoding, and show a warning message without signalling an error
+       decoding, and show a warning message without signaling an error
        (Bug#11282).
 
 2012-05-03  Stefan Monnier  <address@hidden>

=== modified file 'lisp/ChangeLog.15'
--- a/lisp/ChangeLog.15 2012-03-21 18:27:05 +0000
+++ b/lisp/ChangeLog.15 2012-05-29 06:16:49 +0000
@@ -9023,7 +9023,7 @@
        * bookmark.el (bookmark-show-annotation): Use `when' instead of `if'.
        This is also from Thierry Volpiatto's patch in bug #6444.  However,
        because it was extraneous to the functional change in that patch,
-       and causes a re-indendation, I am committing it separately.
+       and causes a re-indentation, I am committing it separately.
 
 2010-07-13  Thierry Volpiatto  <address@hidden>
 

=== modified file 'lisp/ChangeLog.9'
--- a/lisp/ChangeLog.9  2012-02-24 19:32:46 +0000
+++ b/lisp/ChangeLog.9  2012-05-29 06:16:49 +0000
@@ -17245,7 +17245,7 @@
        (antlr-downcase-literals): New command.
        (antlr-upcase-literals): Ditto.
 
-       * antlr-mode.el: Minor changes: indendation, mode-name.
+       * antlr-mode.el: Minor changes: indentation, mode-name.
        (antlr-indent-line): Indent cpp directive at column 0.
        (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
 

=== modified file 'lisp/comint.el'
--- a/lisp/comint.el    2012-05-15 16:58:35 +0000
+++ b/lisp/comint.el    2012-05-29 06:16:49 +0000
@@ -2969,7 +2969,7 @@
 Word constituents are considered to be those in WORD-CHARS, which is like the
 inside of a \"[...]\" (see `skip-chars-forward'), plus all non-ASCII 
characters."
   ;; FIXME: Need to handle "..." and '...' quoting in shell.el!
-  ;; This should be combined with pomplete-parsing somehow.
+  ;; This should be combined with completion parsing somehow.
   (save-excursion
     (let ((here (point))
          giveup)

=== modified file 'lisp/gnus/ChangeLog.1'
--- a/lisp/gnus/ChangeLog.1     2012-01-19 07:21:25 +0000
+++ b/lisp/gnus/ChangeLog.1     2012-05-29 06:16:49 +0000
@@ -2966,7 +2966,7 @@
 
 1997-11-25  Lars Magne Ingebrigtsen  <address@hidden>
 
-       * gnus-move.el (gnus-move-group-to-server): Protect agains
+       * gnus-move.el (gnus-move-group-to-server): Protect against
        nil-ness.
 
 1997-11-25  Lars Magne Ingebrigtsen  <address@hidden>

=== modified file 'lisp/gnus/gnus-win.el'
--- a/lisp/gnus/gnus-win.el     2012-05-25 14:58:17 +0000
+++ b/lisp/gnus/gnus-win.el     2012-05-29 06:16:49 +0000
@@ -275,7 +275,7 @@
                 (set-buffer buf))
                ((eq t (window-dedicated-p))
                 ;; If the window is hard-dedicated, we have a problem because
-                ;; we just can't do what we're asked.  But signalling an error,
+                ;; we just can't do what we're asked.  But signaling an error,
                 ;; like `switch-to-buffer' would do, is not an option because
                 ;; it would prevent things like "^" (to jump to the *Servers*)
                 ;; in a dedicated *Group*.

=== modified file 'lisp/image-mode.el'
--- a/lisp/image-mode.el        2012-05-14 05:19:46 +0000
+++ b/lisp/image-mode.el        2012-05-29 06:16:49 +0000
@@ -663,7 +663,7 @@
 ;; The following comment and code snippet are from
 ;; ImageMagick-6.7.4-4/magick/distort.c
 
-;;    /* Set the output image geometry to calculated 'bestfit'.
+;;    /* Set the output image geometry to calculated 'best fit'.
 ;;       Yes this tends to 'over do' the file image size, ON PURPOSE!
 ;;       Do not do this for DePolar which needs to be exact for virtual tiling.
 ;;    */

=== modified file 'lisp/net/soap-client.el'
--- a/lisp/net/soap-client.el   2012-04-25 10:28:29 +0000
+++ b/lisp/net/soap-client.el   2012-05-29 06:16:49 +0000
@@ -1569,7 +1569,7 @@
 (defun soap-encode-simple-type (xml-tag value type)
   "Encode inside XML-TAG the LISP VALUE according to TYPE."
 
-  ;; Validate VALUE agains the simple type's enumeration, than just encode it
+  ;; Validate VALUE against the simple type's enumeration, than just encode it
   ;; using `soap-encode-basic-type'
 
   (let ((enumeration (soap-simple-type-enumeration type)))

=== modified file 'lisp/net/soap-inspect.el'
--- a/lisp/net/soap-inspect.el  2012-04-25 10:28:29 +0000
+++ b/lisp/net/soap-inspect.el  2012-05-29 06:16:49 +0000
@@ -67,7 +67,7 @@
     (t (format "%s" (soap-basic-type-kind type)))))
 
 (defun soap-sample-value-for-simple-type (type)
-  "Provive a sample value for TYPE which is a simple type.
+  "Provide a sample value for TYPE which is a simple type.
 This is a specific function which should not be called directly,
 use `soap-sample-value' instead."
   (let ((enumeration (soap-simple-type-enumeration type)))

=== modified file 'lisp/org/org-agenda.el'
--- a/lisp/org/org-agenda.el    2012-05-16 17:33:50 +0000
+++ b/lisp/org/org-agenda.el    2012-05-29 06:16:49 +0000
@@ -799,7 +799,7 @@
   :group 'org-agenda-daily/weekly
   :version "24.1"
   :type '(choice
-         (const :tag "Alwas show prewarning" nil)
+         (const :tag "Always show prewarning" nil)
          (const :tag "Remove prewarning if entry is scheduled" t)
          (integer :tag "Restart prewarning N days before deadline")))
 

=== modified file 'lisp/org/org-remember.el'
--- a/lisp/org/org-remember.el  2012-01-19 07:21:25 +0000
+++ b/lisp/org/org-remember.el  2012-05-29 06:16:49 +0000
@@ -64,7 +64,7 @@
 \\[universal-argument] \\[org-remember-finalize] to file the note.
 
 When this variable is nil, \\[org-remember-finalize] gives you the prompts, and
-\\[universal-argument] \\[org-remember-finalize] triggers the fasttrack."
+\\[universal-argument] \\[org-remember-finalize] triggers the fast track."
   :group 'org-remember
   :type 'boolean)
 

=== modified file 'lisp/org/org.el'
--- a/lisp/org/org.el   2012-05-25 21:09:08 +0000
+++ b/lisp/org/org.el   2012-05-29 06:16:49 +0000
@@ -3031,7 +3031,7 @@
          (const :tag "List them, indented with leading dots" indented)))
 
 (defcustom org-tags-sort-function nil
-  "When set, tags are sorted using this function as a comparator."
+  "When set, tags are sorted using this comparison function."
   :group 'org-tags
   :type '(choice
          (const :tag "No sorting" nil)

=== modified file 'lisp/progmodes/verilog-mode.el'
--- a/lisp/progmodes/verilog-mode.el    2012-05-03 19:23:55 +0000
+++ b/lisp/progmodes/verilog-mode.el    2012-05-29 06:16:49 +0000
@@ -12105,7 +12105,7 @@
   "Expand AUTOUNDEF statements, as part of \\[verilog-auto].
 Take any `defines since the last AUTOUNDEF in the current file
 and create `undefs for them.  This is used to insure that
-file-local defines do not polute the global `define name space.
+file-local defines do not pollute the global `define name space.
 
 Limitations:
   AUTOUNDEF presumes any identifier following `define is the
@@ -12145,7 +12145,7 @@
           (end-pt (point))
           defs def)
       (save-excursion
-       ;; Scan from beginnng of file, or last AUTOUNDEF
+       ;; Scan from start of file, or last AUTOUNDEF
        (or (verilog-re-search-backward-quick "/\\*AUTOUNDEF\\>" end-pt t)
            (goto-char (point-min)))
        (while (verilog-re-search-forward-quick

=== modified file 'lisp/textmodes/rst.el'
--- a/lisp/textmodes/rst.el     2012-05-14 09:31:08 +0000
+++ b/lisp/textmodes/rst.el     2012-05-29 06:16:49 +0000
@@ -446,7 +446,7 @@
 which is shy-grouped (\"\\(?:...\\)\").
 
 For the keyword `:grp' the results are concatenated and form a
-referencable grouped (\"\\(...\\)\").
+referenceable grouped (\"\\(...\\)\").
 
 After interpretation of ARGS the results are concatenated as for
 `:seq'.
@@ -1066,11 +1066,11 @@
               (beg-pnt (progn
                          (forward-line 0)
                          (point)))
-              (nxt-emp ; Next line inexistant or empty
+              (nxt-emp ; Next line nonexistent or empty
                (save-excursion
                  (or (not (zerop (forward-line 1)))
                      (looking-at (rst-re 'lin-end)))))
-              (prv-emp ; Previous line inexistant or empty
+              (prv-emp ; Previous line nonexistent or empty
                (save-excursion
                  (or (not (zerop (forward-line -1)))
                      (looking-at (rst-re 'lin-end)))))
@@ -1917,7 +1917,7 @@
   "Insert a new list item.
 
 User is asked to select the item style first, for example (a), i), +.  Use TAB
-for completition and choices.
+for completion and choices.
 
 If user selects bullets or #, it's just added with position arranged by
 `rst-insert-list-pos'.
@@ -2020,7 +2020,7 @@
 1. When inserting a new list:
 
 User is asked to select the item style first, for example (a), i), +. Use TAB
-for completition and choices.
+for completion and choices.
 
  (a) If user selects bullets or #, it's just added.
  (b) If user selects enumerations, a further prompt is given.  User needs to
@@ -2754,11 +2754,11 @@
 ;; supported; comment lines with leading comment markup should be also
 ;; supported; may be a customizable option could control which style to prefer
 
-(defgroup rst-indent nil "Settings for indendation in reStructuredText.
+(defgroup rst-indent nil "Settings for indentation in reStructuredText.
 
-In reStructuredText indendation points are usually determined by
+In reStructuredText indentation points are usually determined by
 preceding lines. Sometimes the syntax allows arbitrary
-indendation points such as where to start the first line
+indentation points such as where to start the first line
 following a directive. These indentation widths can be customized
 here."
   :group 'rst
@@ -2772,25 +2772,25 @@
   :type '(integer))
 
 (defcustom rst-indent-field 3
-  "Default indendation for first line after a field or 0 to always indent for
+  "Default indentation for first line after a field or 0 to always indent for
 content."
   :group 'rst-indent
   :type '(integer))
 
 (defcustom rst-indent-literal-normal 3
-  "Default indendation for literal block after a markup on an own
+  "Default indentation for literal block after a markup on an own
 line."
   :group 'rst-indent
   :type '(integer))
 
 (defcustom rst-indent-literal-minimized 2
-  "Default indendation for literal block after a minimized
+  "Default indentation for literal block after a minimized
 markup."
   :group 'rst-indent
   :type '(integer))
 
 (defcustom rst-indent-comment 3
-  "Default indendation for first line of a comment."
+  "Default indentation for first line of a comment."
   :group 'rst-indent
   :type '(integer))
 
@@ -2810,7 +2810,7 @@
     (save-match-data
       (unless (looking-at (rst-re 'lin-end))
        (back-to-indentation)
-       ;; Current indendation is always the least likely tab
+       ;; Current indentation is always the least likely tab
        (let ((tabs (list (list (point) 0 nil)))) ; (POINT OFFSET INNER)
          ;; Push inner tabs more likely to continue writing
          (cond
@@ -2863,7 +2863,7 @@
 Search backwards from point PT to build the list of possible
 tabs. Return a list of tabs sorted by likeliness to continue
 writing like `rst-line-tabs'. Nearer lines have generally a
-higher likeliness than farer lines. Return nil if no tab is found
+higher likeliness than farther lines. Return nil if no tab is found
 in the text above."
   (save-excursion
     (goto-char pt)
@@ -3452,7 +3452,7 @@
      1 rst-definition-face)
     ;; `Hyperlink References`_
     ;; FIXME: `Embedded URIs`_ not considered
-    ;; FIXME: Directly adjacing marked up words are not fontified correctly
+    ;; FIXME: Directly adjacent marked up words are not fontified correctly
     ;;        unless they are not separated by two spaces: foo_ bar_
     (,(rst-re 'ilm-pfx '(:grp (:alt (:seq "`" ilcbkq-tag "`")
                                    (:seq "\\sw" (:alt "\\sw" "-") "+\\sw"))
@@ -3610,7 +3610,7 @@
   ;;
   ;; * literal blocks following "::"
   ;;
-  ;; which are both indented. Thus indendation is the first thing recognized
+  ;; which are both indented. Thus indentation is the first thing recognized
   ;; here. The second criteria is an explicit markup tag which may be a comment
   ;; or a double colon at the end of a line.
   ;;
@@ -3697,7 +3697,7 @@
 `rst-font-lock-find-unindented-line-match'.")
 
 (defun rst-font-lock-find-unindented-line-limit (ind-pnt)
-  "Find the next unindented line relative to indenation at IND-PNT.
+  "Find the next unindented line relative to indentation at IND-PNT.
 Return this point, the end of the buffer or nil if nothing found.
 If IND-PNT is `next' take the indentation from the next line if
 this is not empty and indented more than the current one. If


reply via email to

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