emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111659: Spelling fixes.
Date: Fri, 01 Feb 2013 22:04:06 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111659
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Fri 2013-02-01 22:04:06 -0800
message:
  Spelling fixes.
modified:
  lisp/progmodes/cc-awk.el
  lisp/progmodes/make-mode.el
  lisp/progmodes/python.el
  lisp/simple.el
  src/w32.c
=== modified file 'lisp/progmodes/cc-awk.el'
--- a/lisp/progmodes/cc-awk.el  2013-01-29 20:51:07 +0000
+++ b/lisp/progmodes/cc-awk.el  2013-02-02 06:04:06 +0000
@@ -142,7 +142,7 @@
 
 (defconst c-awk-harmless-line-char-re "[^_#/\"\\\\\n\r]")
 ;;   Matches any character but a _, #, /, ", \, or newline.  N.B. _" starts a
-;; localisation string in gawk 3.1
+;; localization string in gawk 3.1
 (defconst c-awk-harmless-line-string*-re
   (concat "\\(" c-awk-harmless-line-char-re "\\|" c-awk-esc-pair-re "\\|" 
c-awk-harmless-_ "\\)*"))
 ;;   Matches a (possibly empty) sequence of chars without unescaped /, ", \,
@@ -795,7 +795,8 @@
       (setq anchor (point))
       (search-forward-regexp c-awk-harmless-string*-here-re nil t)
       ;; We are now looking at either a " or a / or a brace/paren/semicolon.
-      ;; Do our thing on the string, regexp or divsion sign or update our 
state.
+      ;; Do our thing on the string, regexp or division sign or update
+      ;; our state.
       (setq anchor-state-/div
            (cond
             ((looking-at "_?\"")

=== modified file 'lisp/progmodes/make-mode.el'
--- a/lisp/progmodes/make-mode.el       2013-02-02 03:38:21 +0000
+++ b/lisp/progmodes/make-mode.el       2013-02-02 06:04:06 +0000
@@ -1304,7 +1304,7 @@
        (save-restriction
          (narrow-to-region beginning end)
          (makefile-backslash-region (point-min) (point-max) t)
-         ;; Backslashed newlines are marked as puncutations, so when
+         ;; Backslashed newlines are marked as punctuation, so when
          ;; fill-delete-newlines turns the LF into SPC, we end up with spaces
          ;; which back-to-indentation (called via fill-newline ->
          ;; fill-indent-to-left-margin -> indent-line-to) thinks are real code

=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el  2013-01-30 17:16:30 +0000
+++ b/lisp/progmodes/python.el  2013-02-02 06:04:06 +0000
@@ -2334,7 +2334,7 @@
               ;; encounters an exception, it prints the _entire_ stack
               ;; trace.  To handle all of these cases, we want to find
               ;; the _last_ stack frame printed in the most recent
-              ;; batch of output, then jump to the corrsponding
+              ;; batch of output, then jump to the corresponding
               ;; file/line number.
               (goto-char (point-max))
               (when (re-search-backward python-pdbtrack-stacktrace-info-regexp 
nil t)

=== modified file 'lisp/simple.el'
--- a/lisp/simple.el    2013-01-31 22:37:54 +0000
+++ b/lisp/simple.el    2013-02-02 06:04:06 +0000
@@ -802,7 +802,7 @@
              (unless (= start end)
                (cons orig-pos (buffer-substring start (point)))))
        ;; If this run causes no change in buffer content, delete all spaces,
-       ;; otherwise delete all excees spaces.
+       ;; otherwise delete all excess spaces.
        (delete-region (if (and (not single-shot) (zerop n) (= mid end))
                           start mid) end)
         (insert (make-string n ?\s))))

=== modified file 'src/w32.c'
--- a/src/w32.c 2013-02-01 06:30:51 +0000
+++ b/src/w32.c 2013-02-02 06:04:06 +0000
@@ -4280,7 +4280,7 @@
   /* Rely on a hack: an open directory is modeled as file descriptor 0.
      This is good enough for the current usage in Emacs, but is fragile.
 
-     FIXME: Add proper support for fdopendir, fstatatat, readlinkat.
+     FIXME: Add proper support for fdopendir, fstatat, readlinkat.
      Gnulib does this and can serve as a model.  */
   char fullname[MAX_PATH];
 


reply via email to

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