]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Dec 2011 21:05:20 +0000 (13:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Dec 2011 21:05:20 +0000 (13:05 -0800)
25 files changed:
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

index 68c7e8bbdbcff5ad57307c94981b0b2648db5257..8ed57699df5c598a943b6d04c2645efe4790fab9 100644 (file)
@@ -11634,7 +11634,7 @@ message/external-body @acronym{MIME} type.
 @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 @@ this:
 @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.
 
index a6fae5e216fd53d87084513d183521e5ba441c60..adc9cf0b139ff28b0c9caa420b31c6f4617a9658 100644 (file)
@@ -12469,7 +12469,7 @@ block.  E.g., @code{:results value html}.
 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
index 3e9ee928822b9f69eddb45d7680bf74bd906b06e..192afe33cb471e349566c38811ec22cf1fd66637 100644 (file)
@@ -524,7 +524,7 @@ your full name, you might want to set it to some pseudonym.
 
 @item rcirc-authinfo
 @vindex rcirc-authinfo
-@cindex authentification
+@cindex authentication
 @cindex identification
 @cindex nickserv
 @cindex login
@@ -547,7 +547,7 @@ And here are the valid method symbols and the arguments they require:
 
 @table @code
 @item nickserv
-@cindex nickserv authentification
+@cindex 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 @@ pick a password for it.  Contact @code{nickserv} and check out the
 details.  (Using @code{/msg nickserv help}, for example.)
 
 @item chanserv
-@cindex chanserv authentification
+@cindex 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 @@ the password to use.  Contact @code{chanserv} and check out the details.
 (Using @code{/msg chanserv help}, for example.)
 
 @item bitlbee
-@cindex bitlbee authentification
+@cindex 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 @@ Bitlbee acts like an IRC server, but in fact it is a gateway to a lot of
 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
index 6f1b50e8c7aec7cef641e407e574c0714833142c..b9570ee9e29e58a02fd77c43d51d0861a39bcf3f 100644 (file)
@@ -1677,7 +1677,7 @@ Running processes on a remote host can be controlled by settings in
 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.
 
index cf042ec6c82613e5272c6da9166b9872e39ca4f3..cb412197f3dc675ae31b44d8b85b95904146965c 100644 (file)
        (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.
index a1cfaee6eaf9dc0cf3a4791a535c38f369eed2d2..d6ac498c87749d31e6d284148ef63ed23ef2949f 100644 (file)
 2002-11-17  Markus Rost  <rost@math.ohio-state.edu>
 
        * speedbar.el (defgroup speedbar): Use group 'etags instead of
-       nonexisting group 'tags.
+       nonexistent group 'tags.
 
        * emacs-lisp/re-builder.el: Add provide call.
 
index 38a5530fbfcf491b0d06e8bcae237db7f0a27ee7..dd1d113d6652edcf66e0514d13e51c04c5d4a334 100644 (file)
        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  <monnier@iro.umontreal.ca>
 
index 7063ed67b621349ad7a565c3c1a2d4ac0311d02c..213f5cfb784f68a868025bf814d7d2e3181c98e6 100644 (file)
        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
index 943ccf23031ac371b9cd652d00c8832ba6d62396..9df240a368180147eef99fdbad0208dfb562672e 100644 (file)
@@ -193,16 +193,16 @@ If DIRECTORY doesn't exist, create a new one."
   (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 @@ If SUPRESS-QUESTIONS, then do not ask to create the directory."
 
 (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 @@ If DB is not specified, then use the current database."
          (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)
index 3d2128db29aa2ffb965ef4ee86c6fcdf43068c08..c159a26dc1e569d903316eb7835a2cb769672ae3 100644 (file)
@@ -227,7 +227,7 @@ it is in Emacs.")
          "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 @@ The file associated with OBJ does not need to be in a buffer."
 ;;; 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
index 4b3a51e79f7e800fa62b79470aa0631f44fd452c..c60ca4b4b6aef6003ca5fc210a3b8128cb8e9105 100644 (file)
@@ -246,8 +246,8 @@ And also manages services that depend on tag values."
 
        ;; 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 @@ Does nothing if the current buffer doesn't need reparsing."
       ;; 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)
index dab5c444faeb05b043d609ad88f3c8f760423c1b..f8e72c1027c0e1bce36c64fa62aa00cde68df9ed 100644 (file)
@@ -1704,7 +1704,7 @@ If there is no error, then the last value of FORMS is returned."
                       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
index a08f4a31b30b7e34fa26754fef8c15b4b4c91b08..13836f64b8596fea9e0550ac750be05678f097ce 100644 (file)
@@ -109,7 +109,7 @@ Only minor modes that are locally enabled are shown in the mode line."
                  (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 state is indicated in the modeline with the following characters:
  `-'  ->  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 @@ This marker is one of the following:
  `-'  ->  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."
index 5baa676ab39d418574db9e4f8a58fd01243cf497..112091af21914a2fb03825aac434d884905bb3ab 100644 (file)
@@ -991,7 +991,7 @@ Hands off to helper functions via `erc-call-hooks'."
   (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))
index 893ee88e98d07d34e0097109c524f4fcb79c4706..64b15ce31b3e4b2095555f7ad837817ab2178190 100644 (file)
 
 2002-07-21  Nevin Kapur  <nevin@jhu.edu>
 
-       * 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  <jochen@jochen.org>
index 694b4d7e8b404f4b0a22a03467ee98270dd3e515..9730b69164e35ba3c41f7b930642d2aea87528d9 100644 (file)
@@ -992,7 +992,7 @@ Setter function for custom variables."
                                 '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'.
 
index 17ccae986e97c05954222789cc51863be17cf88f..d8db300efbdc0ea237967992497977d9ac58aa9e 100644 (file)
@@ -2835,7 +2835,7 @@ Setter function for custom variables."
                                   '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'.
 
index 85c084751f8b19f62aa974d27a1d70c7b3083fa0..8fbd2c765fe52ebe3a644810cd08b394d81e2ae0 100644 (file)
@@ -7738,7 +7738,7 @@ Setter function for custom variables."
                              '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'.
 
index 306b67cd7c10b9f83ddbd065de7e1253806464e5..9c30379ef6e7e5df2afbb8b9a87e48d2a5e0cbe9 100644 (file)
@@ -58,7 +58,7 @@ must never cause a Lisp error."
         ;; 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)
index da6f8a69e6d70cbaa0bfcb1464e805b71db43fb7..446a27c65d339faf554034937dd51ada0c1da166 100644 (file)
@@ -3526,7 +3526,7 @@ variable PATH."
 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 @@ file exists and nonzero exit status otherwise."
                  (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))
index a9ff042d681a993a0985c0bde4ee10c2e981206a..9b9bdb6416e89978a8b7ce25a28a168c6707b716 100644 (file)
@@ -237,12 +237,12 @@ request.")
     (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)))
index ef273c610feadf77cbd1e7d42abae8f9376219d5..6563dca5ec63d35299e4d4acd8513946f54d3a2a 100644 (file)
@@ -373,7 +373,7 @@ other files, enter /dev/null
                         (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)))
index fc97acdeb1ed4af287c1d866a5f5348e16087fbf..bb18f684242424483806b3f7e7a4eaa49d475562 100644 (file)
 
 1998-01-12  Kenichi Handa  <handa@etl.go.jp>
 
-       * 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
index 6a48b09e64ba29d2aa6fdbe181dcf9c588916f38..e2572e8ac88bb47a1a7156604ff51c6af43df553 100644 (file)
        * 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  <rost@gnu.org>
 
index f9ebdf730d43a3b7f0ca5dbed751b0f97bb7e909..5e5e6a098b6677b943062e2398a272adb8da37a3 100644 (file)
@@ -757,7 +757,7 @@ x_reply_selection_request (struct input_event *event,
   /* 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