emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106676: Spelling fixes.
Date: Wed, 14 Dec 2011 13:05:20 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106676
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Wed 2011-12-14 13:05:20 -0800
message:
  Spelling fixes.
modified:
  doc/misc/gnus.texi
  doc/misc/org.texi
  doc/misc/rcirc.texi
  etc/NEWS.23
  lisp/ChangeLog
  lisp/ChangeLog.10
  lisp/ChangeLog.11
  lisp/ChangeLog.14
  lisp/cedet/semantic/db-file.el
  lisp/cedet/semantic/db.el
  lisp/cedet/semantic/idle.el
  lisp/cedet/semantic/lex.el
  lisp/cedet/semantic/util-modes.el
  lisp/erc/erc-backend.el
  lisp/gnus/ChangeLog.2
  lisp/gnus/gnus-group.el
  lisp/gnus/gnus-sum.el
  lisp/gnus/message.el
  lisp/gnus/rfc2231.el
  lisp/net/tramp-sh.el
  lisp/url/url-http.el
  lisp/vc/ediff-ptch.el
  src/ChangeLog.7
  src/ChangeLog.8
  src/xselect.c
=== modified file 'doc/misc/gnus.texi'
--- a/doc/misc/gnus.texi        2011-12-12 05:32:49 +0000
+++ b/doc/misc/gnus.texi        2011-12-14 21:05:20 +0000
@@ -11634,7 +11634,7 @@
 @item r (Article)
 @kindex r (Article)
 Prompt for a file name, replace the @acronym{MIME} object with an
-external body refering to the file via the message/external-body
+external body referring to the file via the message/external-body
 @acronym{MIME} type.  (@code{gnus-mime-replace-part}).
 
 @findex gnus-mime-delete-part
@@ -30012,7 +30012,7 @@
 @node Score File Syntax
 @subsection Score File Syntax
 
-Score files are meant to be easily parseable, but yet extremely
+Score files are meant to be easily parsable, but yet extremely
 malleable.  It was decided that something that had the same read syntax
 as an Emacs Lisp list would fit that spec.
 

=== modified file 'doc/misc/org.texi'
--- a/doc/misc/org.texi 2011-12-04 08:02:42 +0000
+++ b/doc/misc/org.texi 2011-12-14 21:05:20 +0000
@@ -12469,7 +12469,7 @@
 Results assumed to be LaTeX and are enclosed in a @code{begin_latex} block.
 E.g., @code{:results value latex}.
 @item @code{code}
-Result are assumed to be parseable code and are enclosed in a code block.
+Result are assumed to be parsable code and are enclosed in a code block.
 E.g., @code{:results value code}.
 @item @code{pp}
 The result is converted to pretty-printed code and is enclosed in a code

=== modified file 'doc/misc/rcirc.texi'
--- a/doc/misc/rcirc.texi       2011-06-28 10:18:02 +0000
+++ b/doc/misc/rcirc.texi       2011-12-14 21:05:20 +0000
@@ -524,7 +524,7 @@
 
 @item rcirc-authinfo
 @vindex rcirc-authinfo
address@hidden authentification
address@hidden authentication
 @cindex identification
 @cindex nickserv
 @cindex login
@@ -547,7 +547,7 @@
 
 @table @code
 @item nickserv
address@hidden nickserv authentification
address@hidden nickserv authentication
 Use this symbol if you need to identify yourself as follows when
 connecting to a network: @code{/msg nickserv identify secret}.  The
 necessary arguments are the nickname you want to use this for, and the
@@ -558,7 +558,7 @@
 details.  (Using @code{/msg nickserv help}, for example.)
 
 @item chanserv
address@hidden chanserv authentification
address@hidden chanserv authentication
 Use this symbol if you need to identify yourself as follows if you want
 to join a particular channel: @code{/msg chanserv identify #underground
 secret}.  The necessary arguments are the nickname and channel you want
@@ -569,7 +569,7 @@
 (Using @code{/msg chanserv help}, for example.)
 
 @item bitlbee
address@hidden bitlbee authentification
address@hidden bitlbee authentication
 Use this symbol if you need to identify yourself in the Bitlbee channel
 as follows: @code{identify secret}.  The necessary arguments are the
 nickname you want to use this for, and the password to use.
@@ -585,7 +585,7 @@
 other instant messaging services.  You can either install Bitlbee
 locally or use a public Bitlbee server.  There, you need to create an
 account with a password.  This is the nick and password you need to
-provide for the bitlbee authentification method.
+provide for the bitlbee authentication method.
 
 Later, you will tell Bitlbee about your accounts and passwords on all
 the other instant messaging services, and Bitlbee will log you in.  All

=== modified file 'etc/NEWS.23'
--- a/etc/NEWS.23       2011-12-05 08:55:25 +0000
+++ b/etc/NEWS.23       2011-12-14 21:05:20 +0000
@@ -1677,7 +1677,7 @@
 When the variable `file-precious-flag' is set, the success of a remote
 file copy is checked via the file's checksum.
 
-*** Passwords can be read from an authentification file.
+*** Passwords can be read from an authentication file.
 Tramp uses the package `auth-source' to read passwords from a file, if
 necessary.
 

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-12-13 21:13:51 +0000
+++ b/lisp/ChangeLog    2011-12-14 21:05:20 +0000
@@ -5275,7 +5275,7 @@
        (ses-calculate-cell, ses-update-cells): Use Dijkstra algorithm for
        cycle detection.
        (ses-self-reference-early-detection): New defcustom.
-       (ses-formula-references): Robustify against self-refering cells.
+       (ses-formula-references): Robustify against self-referring cells.
        (ses-mode): Use ses-set-localvars.
        (ses-command-hook): Add call to ses-initialize-Dijkstra-attempt
        before lauching the update processing.

=== modified file 'lisp/ChangeLog.10'
--- a/lisp/ChangeLog.10 2011-11-27 04:43:11 +0000
+++ b/lisp/ChangeLog.10 2011-12-14 21:05:20 +0000
@@ -8278,7 +8278,7 @@
 2002-11-17  Markus Rost  <address@hidden>
 
        * speedbar.el (defgroup speedbar): Use group 'etags instead of
-       nonexisting group 'tags.
+       nonexistent group 'tags.
 
        * emacs-lisp/re-builder.el: Add provide call.
 

=== modified file 'lisp/ChangeLog.11'
--- a/lisp/ChangeLog.11 2011-11-25 13:26:30 +0000
+++ b/lisp/ChangeLog.11 2011-12-14 21:05:20 +0000
@@ -1744,7 +1744,7 @@
        substitute-env-vars -- not quite shell compatible but better than
        nothing.
        (compilation-error-regexp-alist-alist): Simplify ftnchek to only
-       handle the newer versions messages, which are more parseable.
+       handle the newer versions messages, which are more parsable.
 
 2004-11-22  Stefan Monnier  <address@hidden>
 

=== modified file 'lisp/ChangeLog.14'
--- a/lisp/ChangeLog.14 2011-12-04 08:02:42 +0000
+++ b/lisp/ChangeLog.14 2011-12-14 21:05:20 +0000
@@ -19176,7 +19176,7 @@
        toggle-read-only.
 
        * textmodes/bibtex.el (bibtex-format-entry): Handle error message
-       refering to a missing required field with the OPT prefix.
+       referring to a missing required field with the OPT prefix.
        Make unwindform more robust.
 
        * textmodes/bibtex.el: Remove support for hideshow minor mode as

=== modified file 'lisp/cedet/semantic/db-file.el'
--- a/lisp/cedet/semantic/db-file.el    2011-11-17 09:09:20 +0000
+++ b/lisp/cedet/semantic/db-file.el    2011-12-14 21:05:20 +0000
@@ -193,16 +193,16 @@
   (eieio-instance-tracker-find filename 'file 'semanticdb-database-list))
 
 (defmethod semanticdb-file-directory-exists-p ((DB 
semanticdb-project-database-file)
-                                              &optional supress-questions)
+                                              &optional suppress-questions)
   "Does the directory the database DB needs to write to exist?
-If SUPRESS-QUESTIONS, then do not ask to create the directory."
+If SUPPRESS-QUESTIONS, then do not ask to create the directory."
   (let ((dest (file-name-directory (oref DB file)))
        )
     (cond ((null dest)
           ;; @TODO - If it was never set up... what should we do ?
           nil)
          ((file-exists-p dest) t)
-         ((or supress-questions
+         ((or suppress-questions
               (and (boundp 'semanticdb--inhibit-make-directory)
                    semanticdb--inhibit-make-directory))
           nil)
@@ -216,13 +216,13 @@
 
 (defmethod semanticdb-save-db ((DB semanticdb-project-database-file)
                               &optional
-                              supress-questions)
+                              suppress-questions)
   "Write out the database DB to its file.
 If DB is not specified, then use the current database."
   (let ((objname (oref DB file)))
     (when (and (semanticdb-dirty-p DB)
               (semanticdb-live-p DB)
-              (semanticdb-file-directory-exists-p DB supress-questions)
+              (semanticdb-file-directory-exists-p DB suppress-questions)
               (semanticdb-write-directory-p DB)
               )
       ;;(message "Saving tag summary for %s..." objname)
@@ -243,7 +243,7 @@
          (t
           ;; @todo - It should ask if we are not called from a hook.
           ;;         How?
-          (if (or supress-questions
+          (if (or suppress-questions
                   (y-or-n-p (format "Skip Error: %s ?" (car (cdr foo)))))
               (message "Save Error: %S: %s" (car (cdr foo))
                        objname)

=== modified file 'lisp/cedet/semantic/db.el'
--- a/lisp/cedet/semantic/db.el 2011-11-20 02:29:42 +0000
+++ b/lisp/cedet/semantic/db.el 2011-12-14 21:05:20 +0000
@@ -227,7 +227,7 @@
          "Non nil if this table needs to be `Saved'.")
    (db-refs :initform nil
            :documentation
-           "List of `semanticdb-table' objects refering to this one.
+           "List of `semanticdb-table' objects referring to this one.
 These aren't saved, but are instead recalculated after load.
 See the file semantic/db-ref.el for how this slot is used.")
    (pointmax :initarg :pointmax
@@ -657,7 +657,7 @@
 ;;; SAVE/LOAD
 ;;
 (defmethod semanticdb-save-db ((DB semanticdb-project-database)
-                              &optional supress-questions)
+                              &optional suppress-questions)
   "Cause a database to save itself.
 The database base class does not save itself persistently.
 Subclasses could save themselves to a file, or to a database, or other

=== modified file 'lisp/cedet/semantic/idle.el'
--- a/lisp/cedet/semantic/idle.el       2011-12-04 08:02:42 +0000
+++ b/lisp/cedet/semantic/idle.el       2011-12-14 21:05:20 +0000
@@ -246,8 +246,8 @@
 
        ;; NOTE ON COMMENTED SAFE HERE
        ;; We used to not execute the services if the buffer was
-       ;; unparseable.  We now assume that they are lexically
-       ;; safe to do, because we have marked the buffer unparseable
+       ;; unparsable.  We now assume that they are lexically
+       ;; safe to do, because we have marked the buffer unparsable
        ;; if there was a problem.
        ;;(when safe
        (dolist (service semantic-idle-scheduler-queue)
@@ -476,7 +476,7 @@
       ;; do them here, then all the bovination hooks are not run, and
       ;; we save lots of time.
       (cond
-       ;; If the buffer was previously marked unparseable,
+       ;; If the buffer was previously marked unparsable,
        ;; then don't waste our time.
        ((semantic-parse-tree-unparseable-p)
        nil)

=== modified file 'lisp/cedet/semantic/lex.el'
--- a/lisp/cedet/semantic/lex.el        2011-12-04 08:02:42 +0000
+++ b/lisp/cedet/semantic/lex.el        2011-12-14 21:05:20 +0000
@@ -1704,7 +1704,7 @@
                       nil))))
        ;; Great Sadness.  Assume that FORMS execute within the
        ;; confines of the current buffer only!  Mark this thing
-       ;; unparseable iff the special symbol was thrown.  This
+       ;; unparsable iff the special symbol was thrown.  This
        ;; will prevent future calls from parsing, but will allow
        ;; then to still return the cache.
        (when ,ret

=== modified file 'lisp/cedet/semantic/util-modes.el'
--- a/lisp/cedet/semantic/util-modes.el 2011-01-26 08:36:39 +0000
+++ b/lisp/cedet/semantic/util-modes.el 2011-12-14 21:05:20 +0000
@@ -109,7 +109,7 @@
                  (tail (or (memq elem minor-mode-alist)
                            (setq minor-mode-alist
                                  (cons elem minor-mode-alist)))))
-            (setcdr tail (nconc locals (cdr tail)))))))))      
+            (setcdr tail (nconc locals (cdr tail)))))))))
 
 (defun semantic-desktop-ignore-this-minor-mode (buffer)
   "Installed as a minor-mode initializer for Desktop mode.
@@ -438,7 +438,7 @@
  `-'  ->  The cache is up to date.
  `!'  ->  The cache requires a full update.
  `~'  ->  The cache needs to be incrementally parsed.
- `%'  ->  The cache is not currently parseable.
+ `%'  ->  The cache is not currently parsable.
  `@'  ->  Auto-parse in progress (not set here.)
 With prefix argument ARG, turn on if positive, otherwise off.  The
 minor mode can be turned on only if semantic feature is available and
@@ -524,7 +524,7 @@
  `-'  ->  The cache is up to date.
  `!'  ->  The cache requires a full update.
  `~'  ->  The cache needs to be incrementally parsed.
- `%'  ->  The cache is not currently parseable.
+ `%'  ->  The cache is not currently parsable.
  `@'  ->  Auto-parse in progress (not set here.)
 Arguments IGNORE are ignored, and accepted so this can be used as a hook
 in many situations."

=== modified file 'lisp/erc/erc-backend.el'
--- a/lisp/erc/erc-backend.el   2011-11-20 03:48:53 +0000
+++ b/lisp/erc/erc-backend.el   2011-12-14 21:05:20 +0000
@@ -991,7 +991,7 @@
   (if (member (erc-response.command parsed-response)
               erc-server-prevent-duplicates)
       (let ((m (erc-response.unparsed parsed-response)))
-        ;; duplicate supression
+        ;; duplicate suppression
         (if (< (or (gethash m erc-server-duplicates) 0)
                (- (erc-current-time) erc-server-duplicate-timeout))
             (erc-call-hooks process parsed-response))

=== modified file 'lisp/gnus/ChangeLog.2'
--- a/lisp/gnus/ChangeLog.2     2011-12-05 08:55:25 +0000
+++ b/lisp/gnus/ChangeLog.2     2011-12-14 21:05:20 +0000
@@ -8442,7 +8442,7 @@
 
 2002-07-21  Nevin Kapur  <address@hidden>
 
-       * nnmail.el (nnmail-fancy-expiry-target): Treat nonexisting
+       * nnmail.el (nnmail-fancy-expiry-target): Treat nonexistent
        headers as empty headers.
 
 2002-07-21  Jochen Hein  <address@hidden>

=== modified file 'lisp/gnus/gnus-group.el'
--- a/lisp/gnus/gnus-group.el   2011-11-27 18:17:40 +0000
+++ b/lisp/gnus/gnus-group.el   2011-12-14 21:05:20 +0000
@@ -992,7 +992,7 @@
                                 'gnus-group-tool-bar-retro)
   "Specifies the Gnus group tool bar.
 
-It can be either a list or a symbol refering to a list.  See
+It can be either a list or a symbol referring to a list.  See
 `gmm-tool-bar-from-list' for the format of the list.  The
 default key map is `gnus-group-mode-map'.
 

=== modified file 'lisp/gnus/gnus-sum.el'
--- a/lisp/gnus/gnus-sum.el     2011-12-08 06:22:03 +0000
+++ b/lisp/gnus/gnus-sum.el     2011-12-14 21:05:20 +0000
@@ -2835,7 +2835,7 @@
                                   'gnus-summary-tool-bar-retro)
   "Specifies the Gnus summary tool bar.
 
-It can be either a list or a symbol refering to a list.  See
+It can be either a list or a symbol referring to a list.  See
 `gmm-tool-bar-from-list' for the format of the list.  The
 default key map is `gnus-summary-mode-map'.
 

=== modified file 'lisp/gnus/message.el'
--- a/lisp/gnus/message.el      2011-12-10 01:51:53 +0000
+++ b/lisp/gnus/message.el      2011-12-14 21:05:20 +0000
@@ -7738,7 +7738,7 @@
                              'message-tool-bar-retro)
   "Specifies the message mode tool bar.
 
-It can be either a list or a symbol refering to a list.  See
+It can be either a list or a symbol referring to a list.  See
 `gmm-tool-bar-from-list' for the format of the list.  The
 default key map is `message-mode-map'.
 

=== modified file 'lisp/gnus/rfc2231.el'
--- a/lisp/gnus/rfc2231.el      2011-01-25 04:08:28 +0000
+++ b/lisp/gnus/rfc2231.el      2011-12-14 21:05:20 +0000
@@ -58,7 +58,7 @@
         ;; The most likely cause of an error is unbalanced parentheses
         ;; or double-quotes.  If all parentheses and double-quotes are
         ;; quoted meaninglessly with backslashes, removing them might
-        ;; make it parseable.  Let's try...
+        ;; make it parsable.  Let's try...
         (error
          (let (mod)
            (when (and (string-match "\\\\\"" string)

=== modified file 'lisp/net/tramp-sh.el'
--- a/lisp/net/tramp-sh.el      2011-12-12 05:32:49 +0000
+++ b/lisp/net/tramp-sh.el      2011-12-14 21:05:20 +0000
@@ -3526,7 +3526,7 @@
 Here, we are looking for a command which has zero exit status if the
 file exists and nonzero exit status otherwise."
   (let ((existing "/")
-        (nonexisting
+        (nonexistent
         (tramp-shell-quote-argument "/ this file does not exist "))
        result)
     ;; The algorithm is as follows: we try a list of several commands.
@@ -3551,22 +3551,22 @@
                  (tramp-send-command-and-check
                   vec (format "%s %s" result existing))
                   (not (tramp-send-command-and-check
-                       vec (format "%s %s" result nonexisting))))
+                       vec (format "%s %s" result nonexistent))))
              (and (setq result "/bin/test -e")
                  (tramp-send-command-and-check
                   vec (format "%s %s" result existing))
                   (not (tramp-send-command-and-check
-                       vec (format "%s %s" result nonexisting))))
+                       vec (format "%s %s" result nonexistent))))
              (and (setq result "/usr/bin/test -e")
                  (tramp-send-command-and-check
                   vec (format "%s %s" result existing))
                   (not (tramp-send-command-and-check
-                       vec (format "%s %s" result nonexisting))))
+                       vec (format "%s %s" result nonexistent))))
              (and (setq result (format "%s -d" (tramp-get-ls-command vec)))
                  (tramp-send-command-and-check
                   vec (format "%s %s" result existing))
                   (not (tramp-send-command-and-check
-                       vec (format "%s %s" result nonexisting)))))
+                       vec (format "%s %s" result nonexistent)))))
       (tramp-error
        vec 'file-error "Couldn't find command to check if file exists"))
     result))

=== modified file 'lisp/url/url-http.el'
--- a/lisp/url/url-http.el      2011-11-19 09:18:31 +0000
+++ b/lisp/url/url-http.el      2011-12-14 21:05:20 +0000
@@ -237,12 +237,12 @@
     (if proxy-auth
        (setq proxy-auth (concat "Proxy-Authorization: " proxy-auth "\r\n")))
 
-    ;; Protection against stupid values in the referer
+    ;; Protection against stupid values in the referrer
     (if (and ref-url (stringp ref-url) (or (string= ref-url "file:nil")
                                           (string= ref-url "")))
        (setq ref-url nil))
 
-    ;; We do not want to expose the referer if the user is paranoid.
+    ;; We do not want to expose the referrer if the user is paranoid.
     (if (or (memq url-privacy-level '(low high paranoid))
            (and (listp url-privacy-level)
                 (memq 'lastloc url-privacy-level)))

=== modified file 'lisp/vc/ediff-ptch.el'
--- a/lisp/vc/ediff-ptch.el     2011-11-15 07:55:13 +0000
+++ b/lisp/vc/ediff-ptch.el     2011-12-14 21:05:20 +0000
@@ -373,7 +373,7 @@
                         (concat actual-dir (cdr proposed-file-names)))))
              ))
          ediff-patch-map)
-    ;; Check for the existing files in each pair and discard the nonexisting
+    ;; Check for the existing files in each pair and discard the nonexistent
     ;; ones. If both exist, ask the user.
     (mapcar (lambda (session-info)
              (let* ((file1 (car (ediff-get-session-objA-name session-info)))

=== modified file 'src/ChangeLog.7'
--- a/src/ChangeLog.7   2011-11-20 03:48:53 +0000
+++ b/src/ChangeLog.7   2011-12-14 21:05:20 +0000
@@ -3968,7 +3968,7 @@
 
 1998-01-12  Kenichi Handa  <address@hidden>
 
-       * minibuf.c (Fminibuffer_complete_word): Fix a bug of refering
+       * minibuf.c (Fminibuffer_complete_word): Fix a bug of referring
        `i'.  We must refer `i_byte' instead.
 
        * insdel.c (insert_from_string_1): Decrement GAP_SIZE by

=== modified file 'src/ChangeLog.8'
--- a/src/ChangeLog.8   2011-12-04 08:02:42 +0000
+++ b/src/ChangeLog.8   2011-12-14 21:05:20 +0000
@@ -4027,7 +4027,7 @@
        * dispextern.h (struct glyph_row): Flag internal_border_p removed.
 
        * xfns.c (x_create_tip_frame): Don't set bitmapIcon resource
-       because this will try to access a nonexisting widget.
+       because this will try to access a nonexistent widget.
 
 1999-07-26  Markus Rost  <address@hidden>
 

=== modified file 'src/xselect.c'
--- a/src/xselect.c     2011-12-05 08:55:25 +0000
+++ b/src/xselect.c     2011-12-14 21:05:20 +0000
@@ -757,7 +757,7 @@
   /* The window we're communicating with may have been deleted
      in the meantime (that's a real situation from a bug report).
      In this case, there may be events in the event queue still
-     refering to the deleted window, and we'll get a BadWindow error
+     referring to the deleted window, and we'll get a BadWindow error
      in XTread_socket when processing the events.  I don't have
      an idea how to fix that.  gerd, 2001-01-98.   */
   /* 2004-09-10: XSync and UNBLOCK so that possible protocol errors are


reply via email to

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