emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106361: Spelling fixes.
Date: Sat, 12 Nov 2011 23:48:23 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106361
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2011-11-12 23:48:23 -0800
message:
  Spelling fixes.
modified:
  admin/charsets/cp51932.awk
  admin/notes/bzr
  doc/lispref/files.texi
  lib-src/etags.c
  lisp/cedet/semantic/format.el
  lisp/cedet/semantic/html.el
  lisp/cedet/semantic/texi.el
  lisp/cedet/srecode/mode.el
  lisp/emacs-lisp/eieio-opt.el
  lisp/emacs-lisp/eieio.el
  lisp/emulation/viper-cmd.el
  lisp/erc/erc-backend.el
  lisp/eshell/esh-var.el
  lisp/gnus/gnus-sum.el
  lisp/htmlfontify.el
  lisp/international/quail.el
  lisp/international/robin.el
  lisp/mh-e/mh-e.el
  lisp/net/dbus.el
  lisp/net/soap-client.el
  lisp/net/webjump.el
  lisp/progmodes/cc-fonts.el
  lisp/progmodes/ebnf2ps.el
  lisp/progmodes/modula2.el
  lisp/progmodes/ps-mode.el
  lisp/term.el
  lisp/textmodes/conf-mode.el
  lisp/textmodes/ispell.el
  lisp/textmodes/sgml-mode.el
  src/ChangeLog.7
=== modified file 'admin/charsets/cp51932.awk'
--- a/admin/charsets/cp51932.awk        2011-01-15 22:46:51 +0000
+++ b/admin/charsets/cp51932.awk        2011-11-13 07:48:23 +0000
@@ -20,7 +20,7 @@
 
 # Commentary:
 
-# Genereate a translation table for CP51932 (EUC-JP of MicroSoft Version).
+# Generate a translation table for CP51932 (EUC-JP of MicroSoft Version).
 # It maps invalid JISX0208 code points used by CP51932 to Unicode.
 # 4th field of the input has these meanings:
 #   0: JISX0208 characters.

=== modified file 'admin/notes/bzr'
--- a/admin/notes/bzr   2011-09-01 07:24:27 +0000
+++ b/admin/notes/bzr   2011-11-13 07:48:23 +0000
@@ -173,7 +173,7 @@
 very short).  This is because file gets re-added with a new file-id
 (use `bzr file-id file' to see the id).
 
-Insteading of adding the file, try:
+Instead of adding the file, try:
 
 bzr revert -rN file; bzr commit
 

=== modified file 'doc/lispref/files.texi'
--- a/doc/lispref/files.texi    2011-09-24 22:49:32 +0000
+++ b/doc/lispref/files.texi    2011-11-13 07:48:23 +0000
@@ -2827,7 +2827,7 @@
 filenames, that means they are stored on the same file system and can
 be accessed locally with respect to each other.  This means, for
 example, that it is possible to start a remote process accessing both
-files at the same time.  Implementors of file handlers need to ensure
+files at the same time.  Implementers of file handlers need to ensure
 this principle is valid.
 
 @var{identification} specifies which part of the identifier shall be

=== modified file 'lib-src/etags.c'
--- a/lib-src/etags.c   2011-09-09 01:06:52 +0000
+++ b/lib-src/etags.c   2011-11-13 07:48:23 +0000
@@ -6097,7 +6097,7 @@
   lineno += 1;                 /* increment global line number */
   charno += result;            /* increment global char number */
 
-  /* Honour #line directives. */
+  /* Honor #line directives. */
   if (!no_line_directive)
     {
       static bool discard_until_line_directive;

=== modified file 'lisp/cedet/semantic/format.el'
--- a/lisp/cedet/semantic/format.el     2011-02-28 01:07:29 +0000
+++ b/lisp/cedet/semantic/format.el     2011-11-13 07:48:23 +0000
@@ -291,7 +291,7 @@
   ;; Try and find a trail of parents from PARENT
   (let ((rlist (list parent))
        )
-    ;; IMPLELEMENT ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+    ;; IMPLEMENT ME!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     (reverse rlist)))
 
 (define-overloadable-function semantic-format-tag-canonical-name (tag 
&optional parent color)

=== modified file 'lisp/cedet/semantic/html.el'
--- a/lisp/cedet/semantic/html.el       2011-11-03 20:03:45 +0000
+++ b/lisp/cedet/semantic/html.el       2011-11-13 07:48:23 +0000
@@ -61,7 +61,7 @@
 (define-mode-local-override semantic-parse-region
   html-mode (&rest ignore)
   "Parse the current html buffer for semantic tags.
-INGNORE any arguments.  Always parse the whole buffer.
+IGNORE any arguments.  Always parse the whole buffer.
 Each tag returned is of the form:
  (\"NAME\" section (:members CHILDREN))
 or

=== modified file 'lisp/cedet/semantic/texi.el'
--- a/lisp/cedet/semantic/texi.el       2011-11-03 20:03:45 +0000
+++ b/lisp/cedet/semantic/texi.el       2011-11-13 07:48:23 +0000
@@ -421,7 +421,7 @@
   texinfo-mode (context)
   "List smart completions at point.
 Since texinfo is not a programming language the default version is not
-useful.  Insted, look at the current symbol.  If it is a command
+useful.  Instead, look at the current symbol.  If it is a command
 do primitive texinfo built ins.  If not, use ispell to lookup words
 that start with that symbol."
   (let ((prefix (car (oref context :prefix)))

=== modified file 'lisp/cedet/srecode/mode.el'
--- a/lisp/cedet/srecode/mode.el        2011-01-25 04:08:28 +0000
+++ b/lisp/cedet/srecode/mode.el        2011-11-13 07:48:23 +0000
@@ -366,7 +366,7 @@
        (define-key srecode-prefix-map oldkey nil)
        )))
 
-  ;; Update Keybings
+  ;; Update Keybindings
   (let ((oldbinding (lookup-key srecode-prefix-map binding)))
 
     ;; During development, allow overrides.

=== modified file 'lisp/emacs-lisp/eieio-opt.el'
--- a/lisp/emacs-lisp/eieio-opt.el      2011-02-18 08:00:08 +0000
+++ b/lisp/emacs-lisp/eieio-opt.el      2011-11-13 07:48:23 +0000
@@ -92,7 +92,7 @@
     (princ "Class ")
     (prin1 class)
     (terpri)
-    ;; Inheritence tree information
+    ;; Inheritance tree information
     (let ((pl (class-parents class)))
       (when pl
        (princ " Inherits from ")

=== modified file 'lisp/emacs-lisp/eieio.el'
--- a/lisp/emacs-lisp/eieio.el  2011-08-23 18:53:51 +0000
+++ b/lisp/emacs-lisp/eieio.el  2011-11-13 07:48:23 +0000
@@ -1,5 +1,5 @@
 ;;; eieio.el --- Enhanced Implementation of Emacs Interpreted Objects
-;;;              or maybe Eric's Implementation of Emacs Intrepreted Objects
+;;;              or maybe Eric's Implementation of Emacs Interpreted Objects
 
 ;; Copyright (C) 1995-1996, 1998-2011  Free Software Foundation, Inc.
 

=== modified file 'lisp/emulation/viper-cmd.el'
--- a/lisp/emulation/viper-cmd.el       2011-10-30 03:39:11 +0000
+++ b/lisp/emulation/viper-cmd.el       2011-11-13 07:48:23 +0000
@@ -1599,7 +1599,7 @@
 ;; call viper-execute-com to execute viper-exec-change, which eventually will
 ;; call viper-change to invoke the replace mode on the region.
 ;;
-;; The var viper-d-com is set to (M-COM VAL COM REG INSETED-TEXT COMMAND-KEYS)
+;; The var viper-d-com is set to (M-COM VAL COM REG INSERTED-TEXT COMMAND-KEYS)
 ;; via a call to viper-set-destructive-command, for later use by viper-repeat.
 (defun viper-execute-com (m-com val com)
   (let ((reg viper-use-register))

=== modified file 'lisp/erc/erc-backend.el'
--- a/lisp/erc/erc-backend.el   2011-05-03 08:37:51 +0000
+++ b/lisp/erc/erc-backend.el   2011-11-13 07:48:23 +0000
@@ -79,7 +79,7 @@
 
 ;;; TODO:
 
-;; o Generalise the display-line code so that we can use it to
+;; o Generalize the display-line code so that we can use it to
 ;;   display the stuff we send, as well as the stuff we receive.
 ;;   Then, move all display-related code into another backend-like
 ;;   file, erc-display.el, say.
@@ -2000,4 +2000,3 @@
 ;; Local Variables:
 ;; indent-tabs-mode: nil
 ;; End:
-

=== modified file 'lisp/eshell/esh-var.el'
--- a/lisp/eshell/esh-var.el    2011-03-05 20:07:27 +0000
+++ b/lisp/eshell/esh-var.el    2011-11-13 07:48:23 +0000
@@ -344,7 +344,7 @@
              (pcomplete-here))))
 
 (defun eshell/env (&rest args)
-  "Implemention of `env' in Lisp."
+  "Implementation of `env' in Lisp."
   (eshell-init-print-buffer)
   (eshell-eval-using-options
    "env" args

=== modified file 'lisp/gnus/gnus-sum.el'
--- a/lisp/gnus/gnus-sum.el     2011-11-03 23:28:52 +0000
+++ b/lisp/gnus/gnus-sum.el     2011-11-13 07:48:23 +0000
@@ -4727,7 +4727,7 @@
       (car headers))))
 
 (defun gnus-parent-headers (in-headers &optional generation)
-  "Return the headers of the GENERATIONeth parent of HEADERS."
+  "Return the headers of the GENERATIONth parent of HEADERS."
   (unless generation
     (setq generation 1))
   (let ((parent t)

=== modified file 'lisp/htmlfontify.el'
--- a/lisp/htmlfontify.el       2011-04-19 13:44:55 +0000
+++ b/lisp/htmlfontify.el       2011-11-13 07:48:23 +0000
@@ -432,8 +432,8 @@
                                  (const :tag "Lucid Toolkit" lucid    )
                                  (const :tag "Motif Toolkit" motif    )))
 
-             (class      (choice (const :tag "Colour"        color    )
-                                 (const :tag "Greyscale"     grayscale)))
+             (class      (choice (const :tag "Color"         color    )
+                                 (const :tag "Grayscale"     grayscale)))
 
              (background (choice (const :tag "Dark"          dark     )
                                  (const :tag "Bright"        light    ))) ))

=== modified file 'lisp/international/quail.el'
--- a/lisp/international/quail.el       2011-06-01 19:32:04 +0000
+++ b/lisp/international/quail.el       2011-11-13 07:48:23 +0000
@@ -43,7 +43,7 @@
 ;; CONVERSION-KEYS argument of the Quail package.
 
 ;; [There was an input method for Mule 2.3 called `Tamago' from the
-;; Japanese `TAkusan MAtasete GOmenasai', or `Sorry for having you
+;; Japanese `TAkusan MAtasete GOmen-nasai', or `Sorry for having you
 ;; wait so long'; this couldn't be included in Emacs 20.  `Tamago' is
 ;; Japanese for `egg' (implicitly a hen's egg).  Handa-san made a
 ;; smaller and simpler system; the smaller quail egg is also eaten in
@@ -1377,7 +1377,7 @@
          (set-buffer-modified-p modified-p)
          (quail-show-guidance)
          (let* ((prompt (if input-method-use-echo-area
-                            (format "%s%s %s" 
+                            (format "%s%s %s"
                                     (or input-method-previous-message "")
                                     quail-current-str
                                     quail-guidance-str)))
@@ -1443,7 +1443,7 @@
                (quail-setup-overlays nil)))
          (quail-show-guidance)
          (let* ((prompt (if input-method-use-echo-area
-                            (format "%s%s%s %s" 
+                            (format "%s%s%s %s"
                                     (or input-method-previous-message "")
                                     quail-conversion-str
                                     quail-current-str
@@ -2125,7 +2125,7 @@
                               (- quail-guidance-translations-starting-column
                                  7 (string-width str))
                               32))))
-           (setq str (format "%s(%02d/%s)" 
+           (setq str (format "%s(%02d/%s)"
                              str (nth 3 indices)
                              (if (nth 4 indices)
                                  (format "%02d" (nth 4 indices))
@@ -2135,7 +2135,7 @@
                    (trans (aref (cdr quail-current-translations) idx)))
                (or (stringp trans)
                    (setq trans (string trans)))
-               (setq str (format "%s %d.%s" 
+               (setq str (format "%s %d.%s"
                                  str
                                  (if (= (- idx start) 9) 0
                                    (1+ (- idx start)))
@@ -2787,7 +2787,7 @@
                (cdr decode-map)))
       (let ((key-head (aref decode-map char)))
        (if (stringp key-head)
-           (setq key-list (quail-find-key1 
+           (setq key-list (quail-find-key1
                            (quail-lookup-key key-head nil t)
                            key-head char nil))
          (mapc #'(lambda (elt)

=== modified file 'lisp/international/robin.el'
--- a/lisp/international/robin.el       2011-11-09 06:10:51 +0000
+++ b/lisp/international/robin.el       2011-11-13 07:48:23 +0000
@@ -229,7 +229,7 @@
 ;; As stated in Murphy's law, it took longer than expected to develop the
 ;; very first version of Japanese input subsystem in NEmacs (Nihongo
 ;; Emacs).  So the subsystem was named "TAMAGO", which is an acronym of
-;; "TAkusan Matasete GOmennasai" (Sorry to have kept you waiting so
+;; "TAkusan Matasete GOmen-nasai" (Sorry to have kept you waiting so
 ;; long).  "Tamago" as a Japanese word means "egg", so the word "egg" was
 ;; also used for related filenames and function names.
 

=== modified file 'lisp/mh-e/mh-e.el'
--- a/lisp/mh-e/mh-e.el 2011-09-20 04:56:51 +0000
+++ b/lisp/mh-e/mh-e.el 2011-11-13 07:48:23 +0000
@@ -2447,7 +2447,7 @@
     "Followup-To:"                      ; RFC 1036
     "For-Approval:"                     ; 
http://people.dsv.su.se/~jpalme/ietf/mail-headers/
     "For-Comment:"                      ; 
http://people.dsv.su.se/~jpalme/ietf/mail-headers/
-    "For-Handdling:"                    ; 
http://people.dsv.su.se/~jpalme/ietf/mail-headers/
+    "For-Handling:"                     ; 
http://people.dsv.su.se/~jpalme/ietf/mail-headers/
     "Forwarded:"                        ; MH
     "From "                             ; sendmail
     "Generate-Delivery-Report:"         ; RFC 2156

=== modified file 'lisp/net/dbus.el'
--- a/lisp/net/dbus.el  2011-09-25 15:56:28 +0000
+++ b/lisp/net/dbus.el  2011-11-13 07:48:23 +0000
@@ -145,7 +145,7 @@
         (service (car value))
         (entry (gethash key dbus-registered-objects-table))
         ret)
-    ;; key has the structure (BUS INTERRFACE MEMBER).
+    ;; key has the structure (BUS INTERFACE MEMBER).
     ;; value has the structure (SERVICE PATH [HANDLER]).
     ;; entry has the structure ((UNAME SERVICE PATH MEMBER [RULE]) ...).
     ;; MEMBER is either a string (the handler), or a cons cell (a

=== modified file 'lisp/net/soap-client.el'
--- a/lisp/net/soap-client.el   2011-06-30 23:15:02 +0000
+++ b/lisp/net/soap-client.el   2011-11-13 07:48:23 +0000
@@ -32,7 +32,7 @@
 ;; `soap-invoke' method passing it the WSDL, the service name, the operation
 ;; you wish to invoke and any required parameters.
 ;;
-;; Idealy, the service you want to access will have some documentation about
+;; Ideally, the service you want to access will have some documentation about
 ;; the operations it supports.  If it does not, you can try using
 ;; `soap-inspect' to browse the WSDL document and see the available operations
 ;; and their parameters.

=== modified file 'lisp/net/webjump.el'
--- a/lisp/net/webjump.el       2011-05-23 17:57:17 +0000
+++ b/lisp/net/webjump.el       2011-11-13 07:48:23 +0000
@@ -235,7 +235,7 @@
      "www.faqs.org/faqs/")
     ("RTFM Usenet FAQs by Group" .
      "ftp://rtfm.mit.edu/pub/usenet-by-group/";)
-    ("RTFM Usenet FAQs by Hierachy" .
+    ("RTFM Usenet FAQs by Hierarchy" .
      "ftp://rtfm.mit.edu/pub/usenet-by-hierarchy/";)
     ("X Consortium Archive" . "ftp.x.org")
 

=== modified file 'lisp/progmodes/cc-fonts.el'
--- a/lisp/progmodes/cc-fonts.el        2011-10-27 20:34:23 +0000
+++ b/lisp/progmodes/cc-fonts.el        2011-11-13 07:48:23 +0000
@@ -317,7 +317,7 @@
                        (match-beginning ,(car highlight))
                        (match-end ,(car highlight))
                        ,(elt highlight 1))))
-               ;; highlight is an "ANCHORED HIGHLIGHER" of the form
+               ;; highlight is an "ANCHORED HIGHLIGHTER" of the form
                ;; (ANCHORED-MATCHER PRE-FORM POST-FORM SUBEXP-HIGHLIGHTERS...)
                (when (nth 3 highlight)
                  (error "Match highlights currently not supported in %s"

=== modified file 'lisp/progmodes/ebnf2ps.el'
--- a/lisp/progmodes/ebnf2ps.el 2011-03-05 21:56:00 +0000
+++ b/lisp/progmodes/ebnf2ps.el 2011-11-13 07:48:23 +0000
@@ -4007,7 +4007,7 @@
 /#ebnf2ps#dict 230 dict def
 #ebnf2ps#dict begin
 
-% Initiliaze variables to avoid name-conflicting with document variables.
+% Initialize variables to avoid name-conflicting with document variables.
 % This is the case when using `bind' operator.
 /-fillp-               0 def           /h              0 def
 /-ox-                  0 def           /half           0 def

=== modified file 'lisp/progmodes/modula2.el'
--- a/lisp/progmodes/modula2.el 2011-01-15 23:16:57 +0000
+++ b/lisp/progmodes/modula2.el 2011-11-13 07:48:23 +0000
@@ -466,7 +466,7 @@
   '(m2-var) \n _ \n \n
   '(m2-begin)
   '(m2-begin-comment)
-  " Module " str " Initialisation Code "
+  " Module " str " Initialization Code "
   '(m2-end-comment)
   \n \n "END " str "." > \n)
 

=== modified file 'lisp/progmodes/ps-mode.el'
--- a/lisp/progmodes/ps-mode.el 2011-06-15 14:07:48 +0000
+++ b/lisp/progmodes/ps-mode.el 2011-11-13 07:48:23 +0000
@@ -624,7 +624,7 @@
 (defun ps-mode-target-column ()
   "To what column should text on current line be indented?
 
-Identation is increased if the last token on the current line
+Indentation is increased if the last token on the current line
 defines the beginning of a group. These tokens are:  {  [  <<"
   (save-excursion
     (beginning-of-line)

=== modified file 'lisp/term.el'
--- a/lisp/term.el      2011-08-21 17:56:19 +0000
+++ b/lisp/term.el      2011-11-13 07:48:23 +0000
@@ -4249,7 +4249,7 @@
   "History of serial ports used by `serial-read-name'.")
 
 (defvar serial-speed-history
-  ;; Initialised with reasonable values for newbies.
+  ;; Initialized with reasonable values for newbies.
   (list "9600" ;; Given twice because 9600 b/s is the most common speed
         "1200" "2400" "4800" "9600" "14400" "19200"
         "28800" "38400" "57600" "115200")

=== modified file 'lisp/textmodes/conf-mode.el'
--- a/lisp/textmodes/conf-mode.el       2011-01-26 08:36:39 +0000
+++ b/lisp/textmodes/conf-mode.el       2011-11-13 07:48:23 +0000
@@ -417,7 +417,7 @@
     (run-mode-hooks 'conf-mode-hook)))
 
 (defun conf-mode-initialize (comment &optional font-lock)
-  "Intitializations for sub-modes of conf-mode.
+  "Initializations for sub-modes of conf-mode.
 COMMENT initializes `comment-start' and `comment-start-skip'.
 The optional arg FONT-LOCK is the value for FONT-LOCK-KEYWORDS."
   (set (make-local-variable 'comment-start) comment)

=== modified file 'lisp/textmodes/ispell.el'
--- a/lisp/textmodes/ispell.el  2011-10-20 00:26:14 +0000
+++ b/lisp/textmodes/ispell.el  2011-11-13 07:48:23 +0000
@@ -2783,7 +2783,7 @@
               (mapcar 'list (ispell-valid-dictionary-list)))
          nil t)
         current-prefix-arg))
-  (ispell-set-spellchecker-params) ; Initilize variables and dicts alists
+  (ispell-set-spellchecker-params) ; Initialize variables and dicts alists
   (unless arg (ispell-buffer-local-dict 'no-reload))
   (if (equal dict "default") (setq dict nil))
   ;; This relies on completing-read's bug of returning "" for no match

=== modified file 'lisp/textmodes/sgml-mode.el'
--- a/lisp/textmodes/sgml-mode.el       2011-11-11 23:17:16 +0000
+++ b/lisp/textmodes/sgml-mode.el       2011-11-13 07:48:23 +0000
@@ -1897,7 +1897,7 @@
     ("input" . "Form input field")
     ("ins" . "Inserted text")
     ("isindex" . "Input field for index search")
-    ("kbd" . "Keybard example face")
+    ("kbd" . "Keyboard example face")
     ("lang" . "Natural language")
     ("li" . "List item")
     ("link" . "Link relationship")

=== modified file 'src/ChangeLog.7'
--- a/src/ChangeLog.7   2011-01-26 08:36:39 +0000
+++ b/src/ChangeLog.7   2011-11-13 07:48:23 +0000
@@ -592,7 +592,7 @@
 
        * coding.h (Qemacs_mule): Extern it.
 
-       * process.c (init_process): Initilize Vdefault_process_coding_system.
+       * process.c (init_process): Initialize Vdefault_process_coding_system.
 
 1998-06-26  Kenichi Handa  <address@hidden>
 
@@ -972,7 +972,7 @@
 
 1998-06-01  Ken'ichi Handa  <address@hidden>
 
-       * coding.c (detect_coding_mask): Initilize local variable C.
+       * coding.c (detect_coding_mask): Initialize local variable C.
 
 1998-06-01  Richard Stallman  <address@hidden>
 
@@ -6317,7 +6317,7 @@
        (ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
        (safe_terminal_coding): New variable.
        (Fset_safe_terminal_coding_system_internal): New function.
-       (init_coding_once): Initilize safe_terminal_coding.
+       (init_coding_once): Initialize safe_terminal_coding.
        (syms_of_coding): Declare set-safe-terminal-coding-system as a
        Lisp function.
 
@@ -7399,7 +7399,7 @@
 
 1997-06-18  Kenichi Handa  <address@hidden>
 
-       * coding.c (detect_coding_iso2022): Initilize mask correctly.
+       * coding.c (detect_coding_iso2022): Initialize mask correctly.
 
        * fns.c (concat): Pay attention to multibyte characters when
        TARGET_TYPE is Lisp_String.


reply via email to

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