emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r116039: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r116039: Spelling fixes.
Date: Thu, 16 Jan 2014 06:24:11 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116039
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2014-01-15 22:24:06 -0800
message:
  Spelling fixes.
modified:
  admin/grammars/grammar.wy      grammar.wy-20111126043931-qzimmkt66mqjydql-1
  admin/grammars/js.wy           
javascriptjv.wy-20110730020351-lkqh5evroiy9byav-6
  doc/misc/srecode.texi          srecode.texi-20121212171353-60tnfiqymns76dq1-1
  doc/misc/wisent.texi           wisent.texi-20121213044343-qrwu6ibrvum7tr3o-1
  etc/ETAGS.EBNF                 etags.ebnf-20091113204419-o5vbwnq5f7feedwu-2386
  etc/MH-E-NEWS                  mhenews-20091113204419-o5vbwnq5f7feedwu-1489
  lib-src/ChangeLog              changelog-20091113204419-o5vbwnq5f7feedwu-1608
  lisp/ChangeLog.3               
changelog.3-20091113204419-o5vbwnq5f7feedwu-1400
  lisp/ChangeLog.4               
changelog.4-20091113204419-o5vbwnq5f7feedwu-1401
  lisp/arc-mode.el               arcmode.el-20091113204419-o5vbwnq5f7feedwu-877
  lisp/cedet/ede/proj-comp.el    
projcomp.el-20091113204419-o5vbwnq5f7feedwu-11218
  lisp/emulation/edt-mapper.el   
edtmapper.el-20091113204419-o5vbwnq5f7feedwu-831
  lisp/htmlfontify.el            
htmlfontify.el-20091119213711-g4mo9tswbas14kj6-2
  lisp/international/mule-conf.el 
muleconf.el-20091113204419-o5vbwnq5f7feedwu-1081
  lisp/language/cyrillic.el      
cyrillic.el-20091113204419-o5vbwnq5f7feedwu-1054
  lisp/leim/quail/ipa-praat.el   ipapraat.el-20110530161152-t8438gzbp8vnxa8y-1
  lisp/leim/quail/ipa.el         ipa.el-20091113204419-o5vbwnq5f7feedwu-1210
  lisp/org/org-entities.el       
orgentities.el-20100415100824-g3jcwq7vv9wu6hqf-1
  lisp/play/gametree.el          
gametree.el-20091113204419-o5vbwnq5f7feedwu-1259
  lisp/play/handwrite.el         
handwrite.el-20091113204419-o5vbwnq5f7feedwu-1019
  lisp/progmodes/cc-engine.el    
ccengine.el-20091113204419-o5vbwnq5f7feedwu-1227
  lisp/progmodes/cperl-mode.el   
cperlmode.el-20091113204419-o5vbwnq5f7feedwu-1253
  lisp/progmodes/gud.el          gud.el-20091113204419-o5vbwnq5f7feedwu-2927
  lisp/ps-print.el               psprint.el-20091113204419-o5vbwnq5f7feedwu-767
  nt/cmdproxy.c                  cmdproxy.c-20091113204419-o5vbwnq5f7feedwu-1241
  src/syswait.h                  syswait.h-20091113204419-o5vbwnq5f7feedwu-623
=== modified file 'admin/grammars/grammar.wy'
--- a/admin/grammars/grammar.wy 2014-01-01 07:43:34 +0000
+++ b/admin/grammars/grammar.wy 2014-01-16 06:24:06 +0000
@@ -94,7 +94,7 @@
 %token <open-paren>  LBRACE      "{"
 %token <close-paren> RBRACE      "}"
 
-;; Punctuations
+;; Punctuation
 %type  <punctuation>
 %token <punctuation> COLON       ":"
 %token <punctuation> SEMI        ";"

=== modified file 'admin/grammars/js.wy'
--- a/admin/grammars/js.wy      2014-01-01 07:43:34 +0000
+++ b/admin/grammars/js.wy      2014-01-16 06:24:06 +0000
@@ -65,7 +65,7 @@
                  (start end &optional nonterminal depth returnonerror))
 }
 
-;; JAVE I prefere ecmascript-mode
+;; JAVE I preferred ecmascript-mode.
 %languagemode ecmascript-mode javascript-mode
 
 ;; The default goal
@@ -276,8 +276,8 @@
           | BreakStatement
           | ReturnStatement
           | WithStatement
-          ;   
-      
+          ;
+
 FunctionDeclaration : FUNCTION VARIABLE FormalParameterListBlock Block
                      (FUNCTION-TAG $2 nil $3)
                     ;
@@ -353,7 +353,7 @@
 ContinueStatement : CONTINUE SEMICOLON
                   ;
 
-;;JAVE break needs labels 
+;;JAVE break needs labels
 BreakStatement : BREAK SEMICOLON
               ;;               | BREAK identifier SEMICOLON
                ;

=== modified file 'doc/misc/srecode.texi'
--- a/doc/misc/srecode.texi     2014-01-06 06:25:30 +0000
+++ b/doc/misc/srecode.texi     2014-01-16 06:24:06 +0000
@@ -822,7 +822,7 @@
 @node Contexts
 @section Context
 
-Each template belongs to a context.  When promting for a template by
+Each template belongs to a context.  When prompting for a template by
 name, such as with @kbd{C-c / /}, the name is prefixed by the current
 context.  If there is no context, it defaults to @code{declaration}.
 

=== modified file 'doc/misc/wisent.texi'
--- a/doc/misc/wisent.texi      2014-01-06 05:25:46 +0000
+++ b/doc/misc/wisent.texi      2014-01-16 06:24:06 +0000
@@ -131,7 +131,7 @@
 
 @item
 For generating the lookahead sets, Wisent uses the well-known
-technique of F. DeRemer and A. Pennello described in:
+technique of F. DeRemer and T. Pennello described in:
 @quotation
 @cite{Efficient Computation of LALR(1) Look-Ahead address@hidden
 October 1982, ACM TOPLAS Vol 4 No 4, 615--49,

=== modified file 'etc/ETAGS.EBNF'
--- a/etc/ETAGS.EBNF    2014-01-01 07:43:34 +0000
+++ b/etc/ETAGS.EBNF    2014-01-16 06:24:06 +0000
@@ -11,7 +11,7 @@
 ====================== 1) EBNF tag file description =====================
 
 Productions created from current behavior to aid extensions
-Francesco Potorti` <address@hidden> 2002
+Francesco Potortì <address@hidden> 2002
 ----------------
 
 FF ::= #x0c                               /* tag section starter */

=== modified file 'etc/MH-E-NEWS'
--- a/etc/MH-E-NEWS     2014-01-01 07:43:34 +0000
+++ b/etc/MH-E-NEWS     2014-01-16 06:24:06 +0000
@@ -3205,7 +3205,7 @@
 *** New function `mh-version' displays version information about MH
 and mh-e. Please use the output in bug reports.
 
-*** `mh-quit' now burys the folder buffer and show buffer.
+*** `mh-quit' now buries the folder buffer and show buffer.
 
 
 ** New hooks and customization variables in mh-e 4.0

=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2014-01-05 02:56:08 +0000
+++ b/lib-src/ChangeLog 2014-01-16 06:24:06 +0000
@@ -5009,7 +5009,7 @@
 1999-06-23  Dave Love  <address@hidden>
 
        * etags.c (erlang_attribute): Fix undefined variable usage (after
-       Potorti).
+       Potortì).
 
 1999-05-02  Andrew Innes  <address@hidden>
 

=== modified file 'lisp/ChangeLog.3'
--- a/lisp/ChangeLog.3  2014-01-15 03:06:07 +0000
+++ b/lisp/ChangeLog.3  2014-01-16 06:24:06 +0000
@@ -10103,7 +10103,7 @@
 
 1990-02-07  David Lawrence  (address@hidden)
 
-       * inf-lisp.el: inferior-lisp-program can be a list of the programme
+       * inf-lisp.el: inferior-lisp-program can be a list of the program
        name and its arguments.
 
 1990-02-06  Ed Reingold  (address@hidden)
@@ -10453,7 +10453,7 @@
        Moved bindings off of C-c LETTER.
        Cleaned up references to cmu* files.
        Made comint-send-input do unconditional end-of-line before processing.
-       cominit-exec will signal an error if no programme name.
+       cominit-exec will signal an error if no program name.
        Removed full-copy-sparse-keymap and comint-log-user.
 
 1989-12-04  Joseph Arceneaux  (address@hidden)

=== modified file 'lisp/ChangeLog.4'
--- a/lisp/ChangeLog.4  2014-01-15 03:06:07 +0000
+++ b/lisp/ChangeLog.4  2014-01-16 06:24:06 +0000
@@ -8269,7 +8269,7 @@
 
 1993-06-15  Shane Hartman  (address@hidden)
 
-       * gud.el (xdb): New debugger supported (xdb under HPUX-PARISC).
+       * gud.el (xdb): New debugger supported (xdb under HPUX-PA-RISC).
        (gud-xdb-debugger-startup): New function.
        (gud-xdb-file-name, gud-xdb-accumulation): New functions.
        (gud-xdb-marker-filter, gud-xdb-paths, gud-xdb-find-file): New.

=== modified file 'lisp/arc-mode.el'
--- a/lisp/arc-mode.el  2014-01-01 07:43:34 +0000
+++ b/lisp/arc-mode.el  2014-01-16 06:24:06 +0000
@@ -78,7 +78,7 @@
 ;;             interaction among members.
 ;;             Headers come in three flavors called level 0, 1 and 2 headers.
 ;;             Level 2 header is free of DOS specific restrictions and most
-;;             prevalently used.  Also level 1 and 2 headers consist of base
+;;             commonly used.  Also level 1 and 2 headers consist of base
 ;;             and extension headers.  For more details see
 ;;             
http://homepage1.nifty.com/dangan/en/Content/Program/Java/jLHA/Notes/Notes.html
 ;;             http://www.osirusoft.com/joejared/lzhformat.html

=== modified file 'lisp/cedet/ede/proj-comp.el'
--- a/lisp/cedet/ede/proj-comp.el       2014-01-01 07:43:34 +0000
+++ b/lisp/cedet/ede/proj-comp.el       2014-01-16 06:24:06 +0000
@@ -218,7 +218,7 @@
            (def-edebug-spec ede-pmake-insert-variable-shared (form def-body))
            ))
 
-;;; Querys
+;;; Queries
 (defun ede-proj-find-compiler (compilers sourcetype)
   "Return a compiler from the list COMPILERS that will compile SOURCETYPE."
   (while (and compilers

=== modified file 'lisp/emulation/edt-mapper.el'
--- a/lisp/emulation/edt-mapper.el      2014-01-01 07:43:34 +0000
+++ b/lisp/emulation/edt-mapper.el      2014-01-16 06:24:06 +0000
@@ -297,26 +297,26 @@
 
     Here's a picture of the standard LK-201 keypad for reference:
 
-          _______________________    _______________________________
-         | HELP  |      DO       |  |  F17  |  F18  |  F19  |  F20  |
-         |       |               |  |       |       |       |       |
-         |_______|_______________|  |_______|_______|_______|_______|
-          _______________________    _______________________________
-         | FIND  |INSERT |REMOVE |  |  PF1  |  PF2  |  PF3  |  PF4  |
-         |       |       |       |  |       |       |       |       |
-         |_______|_______|_______|  |_______|_______|_______|_______|
-         |SELECT |PREVIOU| NEXT  |  |  KP7  |  KP8  |  KP9  |  KP-  |
-         |       |       |       |  |       |       |       |       |
-         |_______|_______|_______|  |_______|_______|_______|_______|
-                 |   UP  |          |  KP4  |  KP5  |  KP6  |  KP,  |
-                 |       |          |       |       |       |       |
-          _______|_______|_______   |_______|_______|_______|_______|
-         |  LEFT |  DOWN | RIGHT |  |  KP1  |  KP2  |  KP3  |       |
-         |       |       |       |  |       |       |       |       |
-         |_______|_______|_______|  |_______|_______|_______|  KPE  |
-                                    |      KP0      |  KPP  |       |
-                                    |               |       |       |
-                                    |_______________|_______|_______|
+          ________________________    _______________________________
+         | HELP  |      DO        |  |  F17  |  F18  |  F19  |  F20  |
+         |       |                |  |       |       |       |       |
+         |_______|________________|  |_______|_______|_______|_______|
+          ________________________   _______________________________
+         | FIND  |INSERT  |REMOVE |  |  PF1  |  PF2  |  PF3  |  PF4  |
+         |       |        |       |  |       |       |       |       |
+         |_______|________|_______|  |_______|_______|_______|_______|
+         |SELECT |PREVIOUS|NEXT   |  |  KP7  |  KP8  |  KP9  |  KP-  |
+         |       |        |       |  |       |       |       |       |
+         |_______|________|_______|  |_______|_______|_______|_______|
+                 |   UP   |          |  KP4  |  KP5  |  KP6  |  KP,  |
+                 |        |          |       |       |       |       |
+          _______|________|_______   |_______|_______|_______|_______|
+         |  LEFT |  DOWN  | RIGHT |  |  KP1  |  KP2  |  KP3  |       |
+         |       |        |       |  |       |       |       |       |
+         |_______|________|_______|  |_______|_______|_______|  KPE  |
+                                     |      KP0      |  KPP  |       |
+                                     |               |       |       |
+                                     |_______________|_______|_______|
 
          REMEMBER:  JUST PRESS RETURN TO SKIP MAPPING A KEY.
 
@@ -329,20 +329,20 @@
 
           PRESS THE KEY SPECIFIED IN THE MINIBUFFER BELOW.
 
-          _______________________    _______________________________
-         | HELP  |      DO       |  |  F17  |  F18  |  F19  |  F20  |
-         |_______|_______________|  |_______|_______|_______|_______|
-          _______________________    _______________________________
-         | FIND  |INSERT |REMOVE |  |  PF1  |  PF2  |  PF3  |  PF4  |
-         |_______|_______|_______|  |_______|_______|_______|_______|
-         |SELECT |PREVIOU| NEXT  |  |  KP7  |  KP8  |  KP9  |  KP-  |
-         |_______|_______|_______|  |_______|_______|_______|_______|
-                 |   UP  |          |  KP4  |  KP5  |  KP6  |  KP,  |
-          _______|_______|_______   |_______|_______|_______|_______|
-         |  LEFT |  DOWN | RIGHT |  |  KP1  |  KP2  |  KP3  |       |
-         |_______|_______|_______|  |_______|_______|_______|  KPE  |
-                                    |      KP0      |  KPP  |       |
-                                    |_______________|_______|_______|
+          ________________________    _______________________________
+         | HELP  |       DO       |  |  F17  |  F18  |  F19  |  F20  |
+         |_______|________________|  |_______|_______|_______|_______|
+          ________________________    _______________________________
+         | FIND  |INSERT  |REMOVE |  |  PF1  |  PF2  |  PF3  |  PF4  |
+         |_______|________|_______|  |_______|_______|_______|_______|
+         |SELECT |PREVIOUS| NEXT  |  |  KP7  |  KP8  |  KP9  |  KP-  |
+         |_______|________|_______|  |_______|_______|_______|_______|
+                 |   UP   |          |  KP4  |  KP5  |  KP6  |  KP,  |
+          _______|________|_______   |_______|_______|_______|_______|
+         |  LEFT |  DOWN  | RIGHT |  |  KP1  |  KP2  |  KP3  |       |
+         |_______|________|_______|  |_______|_______|_______|  KPE  |
+                                     |      KP0      |  KPP  |       |
+                                     |_______________|_______|_______|
 
          REMEMBER:  JUST PRESS RETURN TO SKIP MAPPING A KEY.")))
 
@@ -353,7 +353,7 @@
 (defun edt-map-key (ident descrip)
   (interactive)
   (if (featurep 'xemacs)
-      (progn 
+      (progn
        (setq edt-key-seq (read-key-sequence (format "Press %s%s: " ident 
descrip)))
        (setq edt-key (concat "[" (format "%s" (event-key (aref edt-key-seq 
0))) "]"))
        (cond ((not (equal edt-key edt-return))

=== modified file 'lisp/htmlfontify.el'
--- a/lisp/htmlfontify.el       2014-01-05 02:56:08 +0000
+++ b/lisp/htmlfontify.el       2014-01-16 06:24:06 +0000
@@ -2110,7 +2110,7 @@
 ;; functionality easier to implement.
 ;; ( tar file functionality not merged here because it requires a
 ;;   hacked copy of etags capable of tagging stdin: if Francesco
-;;   Potorti accepts a patch, or otherwise implements stdin tagging,
+;;   Potortì accepts a patch, or otherwise implements stdin tagging,
 ;;   then I will provide a `htmlfontify-tar-file' defun )
 (defun hfy-parse-tags-buffer (srcdir buffer)
   "Parse a BUFFER containing etags formatted output, loading the

=== modified file 'lisp/international/mule-conf.el'
--- a/lisp/international/mule-conf.el   2014-01-01 07:43:34 +0000
+++ b/lisp/international/mule-conf.el   2014-01-16 06:24:06 +0000
@@ -1110,7 +1110,7 @@
   :map "MIK")
 
 (define-charset 'ptcp154
-  "`Paratype' codepage (Asian Cyrillic)"
+  "ParaType codepage (Asian Cyrillic)"
   :short-name "PT154"
   :ascii-compatible-p t
   :code-space [0 255]

=== modified file 'lisp/language/cyrillic.el'
--- a/lisp/language/cyrillic.el 2014-01-01 07:43:34 +0000
+++ b/lisp/language/cyrillic.el 2014-01-16 06:24:06 +0000
@@ -215,7 +215,7 @@
   :charset-list '(mik))
 
 (define-coding-system 'pt154
-  "Parattype Asian Cyrillic codepage"
+  "ParaType Asian Cyrillic codepage"
   :coding-type 'charset
   :mnemonic ?D
   :charset-list '(pt154))

=== modified file 'lisp/leim/quail/ipa-praat.el'
--- a/lisp/leim/quail/ipa-praat.el      2014-01-01 07:43:34 +0000
+++ b/lisp/leim/quail/ipa-praat.el      2014-01-16 06:24:06 +0000
@@ -23,7 +23,7 @@
 ;;; Commentary:
 
 ;; This is a new input method for IPA characters and diacritics, which follows
-;; the conventions of Praat, a GPLed program for phonetical analysis.
+;; the conventions of Praat, a GPLed program for phonetic analysis.
 ;;
 ;; This input method is much more complete than the current ipa.el.
 
@@ -34,7 +34,7 @@
 (quail-define-package
  "ipa-praat" "IPA" "IPAP" t
  "International Phonetic Alphabet input method.
-This follows the input method of the phonetical analysis program
+This follows the input method of the phonetic analysis program
 Praat (http://www.fon.hum.uva.nl/praat/).
 
 

=== modified file 'lisp/leim/quail/ipa.el'
--- a/lisp/leim/quail/ipa.el    2014-01-01 07:43:34 +0000
+++ b/lisp/leim/quail/ipa.el    2014-01-16 06:24:06 +0000
@@ -440,7 +440,7 @@
  (">\\" "ʡ")   ;; Epiglottal plosive                   U+02A1
  ("^" "↑")     ;; Upstep                               U+2191
  ("!" "↓")     ;; Downstep                             U+2193
- ("!\\" "ǃ")   ;; Postalveolal click                   U+01C3
+ ("!\\" "ǃ")   ;; Postalveolar click                   U+01C3
  ("\\" "ǀ")    ;; Dental click                         U+01C0
  ("\\|\\" "ǁ") ;; Lateral alveolar click               U+01C1
  ("=\\" "ǂ")   ;; Palatal click                        U+01C2

=== modified file 'lisp/org/org-entities.el'
--- a/lisp/org/org-entities.el  2014-01-01 07:43:34 +0000
+++ b/lisp/org/org-entities.el  2014-01-16 06:24:06 +0000
@@ -330,7 +330,7 @@
     ("infin" "\\propto" t "&infin;" "[infinity]" "[infinity]" "∞")
     ("infty" "\\infty" t "&infin;" "[infinity]" "[infinity]" "∞")
     ("prop" "\\propto" t "&prop;" "[proportional to]" "[proportional to]" "∝")
-    ("proptp" "\\propto" t "&prop;" "[proportional to]" "[proportional to]" 
"∝")
+    ("propto" "\\propto" t "&prop;" "[proportional to]" "[proportional to]" 
"∝")
     ("not" "\\textlnot{}" nil "&not;" "[angled dash]" "¬" "¬")
     ("neg" "\\neg{}" t "&not;" "[angled dash]" "¬" "¬")
     ("land" "\\land" t "&and;" "[logical and]" "[logical and]" "∧")

=== modified file 'lisp/play/gametree.el'
--- a/lisp/play/gametree.el     2014-01-01 07:43:34 +0000
+++ b/lisp/play/gametree.el     2014-01-16 06:24:06 +0000
@@ -399,23 +399,23 @@
       (error
        (goto-char (point-max))
        (if (not (bolp)) (insert "\n"))))
-    (let ((starting-plys
+    (let ((starting-plies
            (if (> (gametree-current-branch-depth) parent-depth)
                (gametree-current-branch-ply)
              (save-excursion (forward-line -1)
                              (gametree-current-branch-ply)))))
       (goto-char (1- (point)))
       (insert "\n")
-      (insert (format (if (= 0 (mod starting-plys 2))
+      (insert (format (if (= 0 (mod starting-plies 2))
                           gametree-full-ply-format
                         gametree-half-ply-format)
-                      (/ starting-plys 2))))))
+                      (/ starting-plies 2))))))
 
 (defun gametree-break-line-here (&optional at-move)
   "Split the variation node at the point position.
 This command works whether the current variation node is a leaf, or is
 already branching at its end.  The new node is created at a level that
-reflects the number of game plys between the beginning of the current
+reflects the number of game plies between the beginning of the current
 variation and the breaking point.
 
 With a numerical argument AT-MOVE, split the variation before
@@ -436,7 +436,7 @@
           (goto-char (match-beginning 0))))
   (gametree-transpose-following-leaves)
   (let* ((pt (point-marker))
-         (plys (gametree-current-branch-ply))
+         (plies (gametree-current-branch-ply))
          (depth (gametree-current-branch-depth))
          (old-depth depth))
     (if (= depth 0)
@@ -451,7 +451,7 @@
                     (if (zerop old-branch-ply)
                         (1+ (gametree-current-branch-depth))
                       (+ (gametree-current-branch-depth)
-                         (- plys old-branch-ply))))))
+                         (- plies old-branch-ply))))))
           (save-excursion
             (beginning-of-line 1)
             (funcall gametree-make-heading-function depth)
@@ -471,7 +471,7 @@
       (insert "\n")
       (if (not (= 0 old-depth))
           (funcall gametree-make-heading-function
-                   (+ depth (- (gametree-current-branch-ply) plys))))
+                   (+ depth (- (gametree-current-branch-ply) plies))))
       (gametree-prettify-heading))))
 
 (defun gametree-merge-line ()

=== modified file 'lisp/play/handwrite.el'
--- a/lisp/play/handwrite.el    2014-01-01 07:43:34 +0000
+++ b/lisp/play/handwrite.el    2014-01-16 06:24:06 +0000
@@ -244,7 +244,7 @@
     (insert "showpage exec Hwsave restore\n\n")
     (insert "%%Pages " (number-to-string ipage) " 0\n")
     (insert "%%EOF\n")
-    ;;To avoid cumbersome code we simply ignore pagefeeds
+    ;;To avoid cumbersome code we simply ignore formfeeds
     (goto-char textp)
     (while (search-forward "\f" nil t)
       (replace-match "" nil t) )

=== modified file 'lisp/progmodes/cc-engine.el'
--- a/lisp/progmodes/cc-engine.el       2014-01-01 07:43:34 +0000
+++ b/lisp/progmodes/cc-engine.el       2014-01-16 06:24:06 +0000
@@ -3697,7 +3697,7 @@
          (while (let ((pos (or (and (looking-at c-nonsymbol-token-regexp)
                                     (match-end 0))
                                ;; `c-nonsymbol-token-regexp' should always 
match
-                               ;; since we've skipped backward over punctuator
+                               ;; since we've skipped backward over punctuation
                                ;; or paren syntax, but consume one char in case
                                ;; it doesn't so that we don't leave point 
before
                                ;; some earlier incorrect token.
@@ -3721,7 +3721,7 @@
                    (if (looking-at c-nonsymbol-token-regexp)
                        (goto-char (match-end 0))
                      ;; `c-nonsymbol-token-regexp' should always match since
-                     ;; we've skipped backward over punctuator or paren
+                     ;; we've skipped backward over punctuation or paren
                      ;; syntax, but move forward in case it doesn't so that
                      ;; we don't leave point earlier than we started with.
                      (forward-char))

=== modified file 'lisp/progmodes/cperl-mode.el'
--- a/lisp/progmodes/cperl-mode.el      2014-01-01 07:43:34 +0000
+++ b/lisp/progmodes/cperl-mode.el      2014-01-16 06:24:06 +0000
@@ -3124,7 +3124,7 @@
          (+ (if (or (memq (elt i 2) (append "}])" nil)) ; char-after
                      (eq 'continuation ; do not stagger continuations
                          (elt (cperl-sniff-for-indent parse-data) 0)))
-                0 ; Closing parenth or continuation of a continuation
+                0 ; Closing parenthesis or continuation of a continuation
               cperl-continued-statement-offset)
             (if (or (elt i 3)          ; is-block
                     (not (elt i 4))            ; is-brace
@@ -5145,7 +5145,7 @@
              (if (eq (following-char) ?\( )
                  (progn
                    (forward-sexp 1)
-                   (setq pp (point)))  ; past parenth-group
+                   (setq pp (point)))  ; past parenthesis-group
                ;; after `else' or nothing
                (if ml                  ; after `else'
                    (skip-chars-backward " \t\n")

=== modified file 'lisp/progmodes/gud.el'
--- a/lisp/progmodes/gud.el     2014-01-01 07:43:34 +0000
+++ b/lisp/progmodes/gud.el     2014-01-16 06:24:06 +0000
@@ -1368,7 +1368,7 @@
   )
 
 ;; ======================================================================
-;; xdb (HP PARISC debugger) functions
+;; xdb (HP PA-RISC debugger) functions
 
 ;; History of argument lists passed to xdb.
 (defvar gud-xdb-history nil)

=== modified file 'lisp/ps-print.el'
--- a/lisp/ps-print.el  2014-01-01 07:43:34 +0000
+++ b/lisp/ps-print.el  2014-01-16 06:24:06 +0000
@@ -6121,7 +6121,7 @@
     (goto-char from)
 
     ;; ...break the region up into chunks separated by tabs, linefeeds,
-    ;; pagefeeds, control characters, and plot each chunk.
+    ;; formfeeds, control characters, and plot each chunk.
     (while (< from to)
       ;; skip lines between cut markers
       (and ps-begin-cut-regexp ps-end-cut-regexp

=== modified file 'nt/cmdproxy.c'
--- a/nt/cmdproxy.c     2014-01-01 07:43:34 +0000
+++ b/nt/cmdproxy.c     2014-01-16 06:24:06 +0000
@@ -319,7 +319,7 @@
   /* Dequoting can only subtract characters, so the length of the
      original command line is a bound on the amount of scratch space
      we need.  This length, in turn, is bounded by the 32k
-     CreateProces limit.  */
+     CreateProcess limit.  */
   char * old_pos = cmdline;
   char * new_cmdline = alloca (strlen(cmdline));
   char * new_pos = new_cmdline;
@@ -843,4 +843,3 @@
 
   return 0;
 }
-

=== modified file 'src/syswait.h'
--- a/src/syswait.h     2014-01-01 07:43:34 +0000
+++ b/src/syswait.h     2014-01-16 06:24:06 +0000
@@ -25,7 +25,7 @@
 
 #include <sys/types.h>
 
-#ifdef HAVE_SYS_WAIT_H /* We have sys/wait.h with POSIXoid definitions. */
+#ifdef HAVE_SYS_WAIT_H /* We have sys/wait.h with POSIXish definitions.  */
 #include <sys/wait.h>
 #endif  /* !HAVE_SYS_WAIT_H */
 


reply via email to

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