]> code.delx.au - gnu-emacs/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 May 2012 06:16:49 +0000 (23:16 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 May 2012 06:16:49 +0000 (23:16 -0700)
15 files changed:
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

index a6b31cf124971fe9689972d67c7ad20b47bb0c58..2cfa08f128625e14dd54d26ddf06aead3406fda9 100644 (file)
@@ -20,7 +20,7 @@ Please send Org bug reports to emacs-orgmode@gnu.org.
    :PROPERTIES:
    :OrgVersion:  7.4
    :END:
-   
+
    The variable =org-agenda-ndays= is obsolete - please use
    =org-agenda-span= instead.
 
@@ -313,7 +313,7 @@ to mean anything.
     :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 @@ to mean anything.
 
 : 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).
 :
index 68e8b764ec4635ad2738743b56363393813d7484..176648881350974b470f8c2731729c8ffaf1a3df 100644 (file)
 2012-05-03  Kenichi Handa  <handa@m17n.org>
 
        * 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  <monnier@iro.umontreal.ca>
index e3890b80ec462ad674c154fe212f22f5b38509df..65a7baf44c40da73ba2f47c6ae3419a3a9e4a26f 100644 (file)
        * 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  <thierry.volpiatto@gmail.com>
 
index b9b6cd5a03dbcdbd14c66bd320eb37b7505d4cfd..5c01f87299430dffd9a78a23ff3e7f46581cbc5b 100644 (file)
        (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/".
 
index db0f5b8b46065fbc9132968784bef77c342bf314..d3274eb11646b8addbc0360c37bb7e9e2d342710 100644 (file)
@@ -2969,7 +2969,7 @@ This is a good thing to set in mode hooks.")
 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)
index f3ba7bca4d4de2c332bda2669f536ad843bbe688..f223bd770859945aacb9e288fd69a0b17a83cb73 100644 (file)
 
 1997-11-25  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
-       * 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  <larsi@menja.ifi.uio.no>
index 34c6c0ca1260954196c29e569e66476f83ff8a49..efe2a31985445ceaac78461e250b27765861948e 100644 (file)
@@ -275,7 +275,7 @@ See the Gnus manual for an explanation of the syntax used.")
                 (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*.
index 8329c02fb0dca99006ad515a382f2e538a5ca81c..46ce6aa14d31ba43f4d6f5ab6e7f9d2733fc44c9 100644 (file)
@@ -663,7 +663,7 @@ The rotation angle is the value of `image-transform-rotation' in degrees."
 ;; 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.
 ;;    */
index 3936911193562cfa6ae8227d7d1e32303f789b7c..93ba0a7e16742c31a1f472480552f7a8b4cb01f2 100644 (file)
@@ -1569,7 +1569,7 @@ instead."
 (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)))
index 23937e217703a64f2973d44a952c15031d9d9b94..877ac71f4c1b3442cb7ee878e6face001d41228b 100644 (file)
@@ -67,7 +67,7 @@ use `soap-sample-value' instead."
     (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)))
index 367d8e8447199860a3106dd72def233a30da653a..2b4a001979bc34572a193b5f8b8a885f59fd5795 100644 (file)
@@ -799,7 +799,7 @@ because you will take care of it on the day when scheduled."
   :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")))
 
index 65e92bab016597fbe2083f6f85a6a3544b2d2384..d1d863c28456627822418f690148b09ad6416b41 100644 (file)
@@ -64,7 +64,7 @@ and `org-remember-default-headline'.  To force prompting anyway, use
 \\[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)
 
index 972f7801afc159f696c093a64830d32ce865d942..f431c19bf5120fa6328218d50946f3f69ac986c0 100644 (file)
@@ -3031,7 +3031,7 @@ is better to limit inheritance to certain tags using the variables
          (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)
index 0cd8d01aff11cfb5df8b7e01a48df7cafcc40e0c..c072754e66d35275c1fd84a6c206d426eee94794 100644 (file)
@@ -12105,7 +12105,7 @@ Typing \\[verilog-auto] will make this into:
   "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 @@ defines the regular expression will be undefed."
           (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
index 262a49e26689e1069ddbcd7a57b0f41813d822d6..c7da1fb5f80d25732e4559370400d97b66145848 100644 (file)
@@ -446,7 +446,7 @@ For the keyword `:alt' the results form an alternative (\"\\|\")
 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 @@ Return nil if no syntactically valid adornment is found."
               (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 @@ Other situations are just ignored and left to users themselves."
   "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 @@ line, it will insert a list with the same list style.
 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 @@ first of a paragraph."
 ;; 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 @@ here."
   :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 @@ and not from inner alignment points."
     (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 @@ and not from inner alignment points."
 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 @@ details check the Rst Faces Defaults group."
      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 @@ Return extended point or nil if not moved."
   ;;
   ;; * 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 @@ Also used as a trigger for
 `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