]> code.delx.au - gnu-emacs/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Jan 2014 07:10:37 +0000 (23:10 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 10 Jan 2014 07:10:37 +0000 (23:10 -0800)
* mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
* woman.el (woman-mark-horizontal-position):
Rename from woman-mark-horizonal-position.  Use changed.

20 files changed:
doc/misc/autotype.texi
doc/misc/calc.texi
doc/misc/gnus.texi
doc/misc/idlwave.texi
etc/ORG-NEWS
etc/echo.msg
lisp/ChangeLog
lisp/cedet/semantic/bovine/c.el
lisp/cedet/srecode/map.el
lisp/emacs-lisp/eieio-opt.el
lisp/mail/uce.el
lisp/mail/unrmail.el
lisp/progmodes/verilog-mode.el
lisp/term/README
lisp/textmodes/tex-mode.el
lisp/woman.el
msdos/inttypes.h
nt/inc/inttypes.h
src/font.c
test/indent/pascal.pas

index aacf4fad83e8d622fa8c1ee2844ecccd984d8a5e..7ca860486c2986bc2fa12c4f232af79dea30f401 100644 (file)
@@ -302,7 +302,7 @@ of the same name as the command and can thus be overridden from your
   Various characters usually appear in pairs.  When, for example, you insert
 an open parenthesis, no matter whether you are programming or writing prose,
 you will surely enter a closing one later.  By entering both at the same time
-and leaving the cursor inbetween, Emacs can guarantee you that such
+and leaving the cursor in between, Emacs can guarantee you that such
 parentheses are always balanced.  And if you have a non-qwerty keyboard, where
 typing some of the stranger programming language symbols makes you bend your
 fingers backwards, this can be quite relieving too.
index 10c863a9513c0ccc92562833fbc199b2dfd12307..1700aee9dc154b47e072cc977bc0afb50ab70494 100644 (file)
@@ -28053,8 +28053,8 @@ radiation related to the cesium-133 atom.  The only SI unit that is not
 based on a fundamental physical process (although there are efforts to
 change this) is the kilogram, which was originally defined as the mass
 of one liter of water, but is now defined as the mass of the
-International Prototype Kilogram (IPK), a cylinder of platinum-iridium
-kept at the Bureau International des Poids et Mesures in S@`evres,
+international prototype of the kilogram (IPK), a cylinder of platinum-iridium
+kept at the Bureau international des poids et mesures in S@`evres,
 France.  (There are several copies of the IPK throughout the world.)
 The British imperial units, once defined in terms of physical objects,
 were redefined in 1963 in terms of SI units.  The US customary units,
index 376d2a0ad26f216eef05400555cabc6e698e642b..6ad0c26f9ac0269ba6e0560487d0df98d28f54b5 100644 (file)
@@ -10229,8 +10229,8 @@ summary buffer, point will just move to this article.
 If given a positive numerical prefix, fetch that many articles back into
 the ancestry.  If given a negative numerical prefix, fetch just that
 ancestor.  So if you say @kbd{3 ^}, Gnus will fetch the parent, the
-grandparent and the grandgrandparent of the current article.  If you say
-@kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current
+grandparent and the great-grandparent of the current article.  If you say
+@kbd{-3 ^}, Gnus will only fetch the great-grandparent of the current
 article.
 
 @item A R (Summary)
index a6940781ca7bc074fef326dffddf1ae44584b27e..c4719dcd039a5a5b2f438a013e30feb1a8d86351 100644 (file)
@@ -591,7 +591,7 @@ slightly from the margin and use only 3 spaces as indentation between
 
 Restart Emacs, and re-indent the program we developed in the first part
 of this tutorial with @kbd{C-c h} and @kbd{C-M-\}.  You may want to keep
-these lines in @file{.emacs}, with values adjusted to your likings.  If
+these lines in @file{.emacs}, with values adjusted to your liking.  If
 you want to get more information about any of these variables, type,
 e.g., @kbd{C-h v idlwave-main-block-indent @key{RET}}.  To find which
 variables can be customized, look for items marked @samp{User Option:}
index a0ed5c9e338f16b5ee7be2769771cc6b4d961b97..c74506ce3aca554bbae9cac5d2c797243b4ab80b 100644 (file)
@@ -1062,7 +1062,7 @@ See http://orgmode.org/elpa/
    | =k=             |        | [[doc::org-agenda-capture][org-agenda-capture]]          |
    | C-c ,           | ,      | [[doc::org-priority][org-priority]]                |
 
-** New package and Babel langage
+** New package and Babel language
 
 *** =org-eshell.el= by Konrad Hinsen is now in Org
 
index 00a94b7ae9771dd9571d65aac43533da9e254172..53d051f85ef7b967103694dfad06769096437280 100644 (file)
@@ -69,7 +69,7 @@ DESCRIPTION
 
      -i          emulate IBM OS/VU (recursive universes not supported)
 
-     -I          emulate IBM VTOS 3.7.6 (chronosynclastic infundibulae
+     -I          emulate IBM VTOS 3.7.6 (chronosynclastic infundibula
          supported with restrictions documented in IBM VTOS
 
 
@@ -207,4 +207,3 @@ AUTHOR
 
 
 Printed        10/28/85         18 January 1983                        3
-
index 7fecb6b58c379fc3c51e9bba08a6fb547b9602d7..aae582bfff2a4b24bc112fd9328721282b6f6001 100644 (file)
@@ -1,3 +1,10 @@
+2014-01-10  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Spelling fixes.
+       * mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
+       * woman.el (woman-mark-horizontal-position):
+       Rename from woman-mark-horizonal-position.  Use changed.
+
 2014-01-10  Glenn Morris  <rgm@gnu.org>
 
        * info.el (info-initialize): If running uninstalled, ensure our
index 8627abc5b9e47da4b90091e12ea06ac33b9cd43f..e4f239b14a91dca36492459f3bd4c0585e5f275c 100644 (file)
@@ -504,7 +504,7 @@ code to parse."
     (let ((eval-form (eval parsedtokelist)))
       (if (or (not eval-form)
               (and (numberp eval-form)
-                   (equal eval-form 0)));; ifdefline resulted in false
+                   (equal eval-form 0)));; ifdef line resulted in false
 
        ;; The if indicates to skip this preprocessor section
        (let ((pt nil))
@@ -1242,7 +1242,7 @@ Use `semantic-analyze-current-tag' to debug this fcn."
       (setq scope (semantic-calculate-scope))
 
       (setq allhits (semantic--analyze-refs-full-lookup tag scope t))
-      
+
       (when (or (zerop (semanticdb-find-result-length allhits))
                (and (= (semanticdb-find-result-length allhits) 1)
                     (eq (car (semanticdb-find-result-nth allhits 0)) tag)))
index fc286c915dc8f0db293d4c5f40528829d8d9e513..31ea7101504247b83da7e649a45ab1bbf366b9c0 100644 (file)
@@ -80,7 +80,7 @@ Each app keys to an alist of files and modes (as above.)")
     ans))
 
 (defmethod srecode-map-entry-for-app ((map srecode-map) app)
-  "Return the entry in MAP for APP'lication."
+  "Return the entry in MAP for APP."
   (assoc app (oref map apps))
   )
 
@@ -137,7 +137,7 @@ Return non-nil if the MAP was changed."
     dirty))
 
 (defmethod srecode-map-delete-file-entry-from-app ((map srecode-map) file app)
-  "Delete from MAP the FILE entry within the APP'lication."
+  "Delete from MAP the FILE entry within the APP."
   (let* ((appe (srecode-map-entry-for-app map app))
         (fentry (assoc file (cdr appe))))
     (setcdr appe (delete fentry (cdr appe))))
index 127c25540fa28ed8b3e20ba3f4c965bb58e9ba3a..8e43eff2b83e65fe20ed6f57c7657d4d5392a60d 100644 (file)
@@ -124,7 +124,7 @@ If CLASS is actually an object, then also display current values of that object.
   ;; Describe all the methods specific to this class.
   (let ((methods (eieio-all-generic-functions class))
        (type [":STATIC" ":BEFORE" ":PRIMARY" ":AFTER"])
-       counter doc argshl dochl)
+       counter doc)
     (when methods
       (insert (propertize "Specialized Methods:\n\n" 'face 'bold))
       (while methods
index c4816209d34e903f09c579f94e1dc4675c0b5315..a6e2513c8c98f264b0c3a28b6837318c71043fe3 100644 (file)
@@ -279,7 +279,7 @@ You might need to set `uce-mail-reader' before using this."
        (goto-char (point-min)))
       ;; Now find the mail hub that first accepted this message.
       ;; This should try to find the last Received: header.
-      ;; Sometimes there may be other headers inbetween Received: headers.
+      ;; Sometimes there may be other headers in between Received: headers.
       (cond ((eq uce-mail-reader 'gnus)
             ;; Does Gnus always have Lines: in the end?
             (re-search-forward "^Lines:")
index e1559578dee264bda3bdf6b32396c3ee95547af9..8a9d5106176b6cdb74f959e7309a448c8ab57f65 100644 (file)
@@ -52,12 +52,12 @@ Therefore any lines in the message bodies that start with \"From \"
 must be quoted.  The `mboxo' format just prepends a \">\" to such lines.
 This is not reversible, because given a line starting with \">From \" in
 an mboxo file, it is not possible to know whether the original had a \">\"
-or not.  The `mxbord' format avoids this by also quoting \">From \" as
+or not.  The `mboxrd' format avoids this by also quoting \">From \" as
 \">>From \", and so on.  For this reason, mboxrd is recommended.
 
 See also `rmail-mbox-format'."
   :type '(choice (const mboxrd)
-                (const mboxro))
+                (const mboxo))
   :version "24.4"
   :group 'rmail-files)
 
index 6408afb6af2da5f730574b0c42c713d90691590c..ee5f8cb046b9993d3d23eac50b2c33b55043faca 100644 (file)
@@ -10509,8 +10509,8 @@ DIFFPT.  This function is called via `verilog-diff-function'."
 
 (defun verilog-diff-auto ()
   "Expand AUTOs in a temporary buffer and indicate any change.
-Whitespace differences are ignored to determine identicalness, but
-once a difference is detected, whitespace differences may be shown.
+Whitespace is ignored when detecting differences, but once a
+difference is detected, whitespace differences may be shown.
 
 To call this from the command line, see \\[verilog-batch-diff-auto].
 
index 3f8ff8c0d62dfb91734dce3a0b9366ea9dc5022b..b8756c3873d8f1204f78381cfbeb58b5ecd2111a 100644 (file)
@@ -55,7 +55,7 @@ are listed in src/term.c; look for the string `keys' in that file.
 terminal mode as on an X console.  If there are differences, you can bet
 they'll frustrate you after you've forgotten about them.
 
-   For another, the X keysms provide a standard set of names that Emacs knows
+   For another, the X keysyms provide a standard set of names that Emacs knows
 about.  It tries to bind many of them to useful things at startup, before your
 .emacs is read (so you can override them).  In some ways, the X keysym standard
 is a admittedly poor one; it's incomplete, and not well matched to the set of
index 3d53dfb765ffcd68c891956ecf16ebef10b6d4aa..a1a3e16a5aa902cd532fe1e0f09645f181dde004 100644 (file)
@@ -2803,7 +2803,7 @@ There might be text before point."
          (t
           (let ((col (current-column)))
             (if (or (not (eq (char-syntax (or (char-after pos) ?\s)) ?\())
-                    ;; Can't be an arg if there's an empty line inbetween.
+                    ;; Can't be an arg if there's an empty line in between.
                     (save-excursion (re-search-forward "^[ \t]*$" pos t)))
                 ;; If the first char was not an open-paren, there's
                 ;; a risk that this is really not an argument to the
index 87ebf415a02d30255758520940d3e1994f204552..7100e4b61cf2a860d970d9654ccd7925a57f7c9b 100644 (file)
@@ -2300,7 +2300,7 @@ Currently set only from '\" t in the first line of the source file.")
 
     ;; Process \k escapes BEFORE changing tab width (?):
     (goto-char from)
-    (woman-mark-horizonal-position)
+    (woman-mark-horizontal-position)
 
     ;; Set buffer-local variables:
     (setq fill-column woman-fill-column
@@ -3452,7 +3452,7 @@ Format paragraphs upto TO.  Supports special chars.
 Each element has the form (KEY VALUE . INC) -- inc may be nil.
 Also bound locally in `woman2-roff-buffer'.")
 
-(defun woman-mark-horizonal-position ()
+(defun woman-mark-horizontal-position ()
   "\\kx -- Store current horizontal position in INPUT LINE in register x."
   (while (re-search-forward "\\\\k\\(.\\)" nil t)
     (goto-char (match-beginning 0))
index 47cfdaeea3333d526228cafb7ea01560d11f41b8..9f59d4e1a2ee45c1ddcb3e2c6fd4732222605f9b 100644 (file)
@@ -1,4 +1,4 @@
-/* Replacement inntypes.h file for building GNU Emacs on MS-DOS with DJGPP.
+/* Replacement inttypes.h file for building GNU Emacs on MS-DOS with DJGPP.
 
 Copyright (C) 2011-2014 Free Software Foundation, Inc.
 
index 9dfc7feda02d53245f56015bb33e5a49d2666834..e6d18f3861fac9483cd25c44ce971ead1bf8ca82 100644 (file)
@@ -1,4 +1,4 @@
-/* Replacement inntypes.h file for building GNU Emacs on Windows with MSVC.
+/* Replacement inttypes.h file for building GNU Emacs on Windows with MSVC.
 
 Copyright (C) 2011-2014 Free Software Foundation, Inc.
 
index cb0a28a524b5819bb3ed18656935cda37aca61ff..fa097c7d7e6b1b1244dcdbe2c1ff5ce13a92aee7 100644 (file)
@@ -4429,7 +4429,7 @@ where
   LANGSYS is a symbol specifying a langsys tag of OpenType,
   GSUB and GPOS, if non-nil, are lists of symbols specifying feature tags.
 
-If LANGYS is nil, the default langsys is selected.
+If LANGSYS is nil, the default langsys is selected.
 
 The features are applied in the order they appear in the list.  The
 symbol `*' means to apply all available features not present in this
index 1ae22d369d1755b952e41f93c86eb561e38d5521..4b3be7cf57c5a041a73eb1920e0260169d2e1a4b 100644 (file)
@@ -688,7 +688,7 @@ var
       NoSound;
       RestoreTerminalClearCRT;
       WriteLn (StdErr, 'You''re trying to kill me. Since I have break checking turned off,');
-      WriteLn (StdErr, 'I''m not dying, but I''ll do you a favour and terminate now.');
+      WriteLn (StdErr, 'I''m not dying, but I''ll do you a favor and terminate now.');
       Halt (3)
    end;