]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Nov 2016 21:50:09 +0000 (14:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 4 Nov 2016 21:50:59 +0000 (14:50 -0700)
19 files changed:
ChangeLog.2
doc/misc/ChangeLog.1
etc/ERC-NEWS
etc/NEWS.23
etc/TODO
lisp/cedet/ede/locate.el
lisp/cedet/semantic/db-typecache.el
lisp/emacs-lisp/eieio-core.el
lisp/emulation/edt.el
lisp/erc/erc-backend.el
lisp/international/ucs-normalize.el
lisp/isearch.el
lisp/language/ind-util.el
lisp/mh-e/mh-search.el
lisp/mh-e/mh-thread.el
lisp/subr.el
nt/README.W32
src/emacs.c
src/lread.c

index 79f44fd8bb81a3247fe8b842b1173694ce605205..42ea75f9b16bb78c11c3007adde28048949fd2bd 100644 (file)
        * lisp/files.el: Don't allow customization of dir-locals sorting.
        In retrospect, this is not a good idea for the same reason that
        `dir-locals-file' is a defconst, because it is important that this
-       behaviour be "uniform across different environments and users".
+       behavior be "uniform across different environments and users".
        Sure, the user can still change the sorting with a hack, but we
        shouldn't encourage them to change it.
        (dir-locals--all-files): Return list in the order returned by
index eb16d4ac5657036b092ddf2198baab5cdbaa0c9d..93aacb521a996236c6b76117ebea7a88d0855327 100644 (file)
 
 2010-07-09  Michael Albinus  <michael.albinus@gmx.de>
 
-       * dbus.texi (Top): Introduce Index.  Emphasize "nil" whereever
+       * dbus.texi (Top): Introduce Index.  Emphasize "nil" wherever
        forgotten.
        (Type Conversion): Precise conversion of natural numbers.
        (Errors and Events): Add "debugging" to concept index.  Add variable
index 13827c677866944419e2723634dc159b6c651edb..69b846884fe4f873eff71bded4125449bfe325b1 100644 (file)
@@ -1077,7 +1077,7 @@ major changes for implementers, and module writers:
     corresponding hook variables.
 
     The mapping of server commands to hook variables is no longer
-    done via `erc-event-to-hook', but through an #'equal hashtable,
+    done via `erc-event-to-hook', but through an #'equal hash table,
     `erc-server-responses'.  In order to find a hook you do:
 
     (erc-get-hook command)
index d92bf237979d856d404f786cb4548ca4c6e1af91..f74141db49a630405300dab2eb56fd789e1e1968 100644 (file)
@@ -551,7 +551,7 @@ System (CLOS).  It is used by the other CEDET packages.
 
 ** js.el is a new major mode for JavaScript files.
 
-** imap-hash.el is a new library to address IMAP mailboxes as hashtables.
+** imap-hash.el is a new library to address IMAP mailboxes as hash tables.
 
 \f
 * Incompatible Lisp Changes in Emacs 23.2
index fe0e2ac2e06985b837cc3ec0efc462d5c224fb5e..48c1654aa1fa716cf1ddadb700e452b23e5191bb 100644 (file)
--- a/etc/TODO
+++ b/etc/TODO
@@ -38,7 +38,7 @@ stay within exec_byte_code.
 ** Add new 'switch' byte-code
 This byte-code would take one argument from the stack (the object to test)
 and one argument from the constant-pool (a switch table, implemented as an
-eq-hashtable) and would jump to the "label" contained in the hashtable.
+'eq' hash table) and would jump to the "label" contained in the hash table.
 
 Then add a 'case' special-form that can be compiled to this byte-code.
 This would behave just like cl-case, but instead of expanding to cond+eq it
index 38d2388395191b7d296e067272a271dd2d4477af..8564719c810fcfe49014238c96a78cbc5a831c83 100644 (file)
@@ -124,12 +124,12 @@ based on `ede-locate-setup-options'."
   t)
 
 (cl-defmethod ede-locate-flush-hash ((loc ede-locate-base))
-  "For LOC, flush hashtable and start from scratch."
+  "For LOC, flush hash table and start from scratch."
   (oset loc hash (make-hash-table :test 'equal)))
 
 (cl-defmethod ede-locate-file-in-hash ((loc ede-locate-base)
                                    filestring)
-  "For LOC, is the file FILESTRING in our hashtable?"
+  "For LOC, is the file FILESTRING in our hash table?"
   (gethash filestring (oref loc hash)))
 
 (cl-defmethod ede-locate-add-file-to-hash ((loc ede-locate-base)
index 366af60034c6d425b39f1ca9b93bb0f4f4d33f7a..76382a30dd13b7238646023bc6372c0a029183c3 100644 (file)
@@ -56,7 +56,7 @@
    (stream :initform nil
           :documentation
           "The searchable tag stream for this cache.
-NOTE: Can I get rid of this?  Use a hashtable instead?")
+NOTE: Can I get rid of this?  Use a hash table instead?")
    (dependants :initform nil
               :documentation
               "Any other object that is dependent on typecache results.
index 223c2a69a629c8faac97780c71617c5b18f39e8d..5454dfcbbc4766279a0a482070517f5bb1484ecc 100644 (file)
@@ -459,7 +459,7 @@ See `defclass' for more information."
                           (cl--slot-descriptor-initform (aref slots i)))))
       (setf (eieio--class-class-allocation-values newc) v))
 
-    ;; Attach slot symbols into a hashtable, and store the index of
+    ;; Attach slot symbols into a hash table, and store the index of
     ;; this slot as the value this table.
     (let* ((slots (eieio--class-slots newc))
           ;; (cslots (eieio--class-class-slots newc))
index 6bda15bf98d30199f7696410ecc1747b65046826..f408ff731067ec8172a671fe1a7e3a56f6c67da5 100644 (file)
@@ -497,7 +497,7 @@ Argument NUM is the number of EOL marks to move."
 ;;; of line, etc.) it takes a bit of special handling.
 ;;;
 ;;; The variable edt-word-entities contains a list of characters which
-;;; are to be viewed as distinct words where ever they appear in the
+;;; are to be viewed as distinct words wherever they appear in the
 ;;; buffer.  This emulates the EDT line mode command SET ENTITY WORD.
 
 
index 6d508e203f4b1b39d695e30e763835abc6786ff3..012b5b5f3f474a064e14fa30afd6e283a707b7d7 100644 (file)
 ;;;; Variables and options
 
 (defvar erc-server-responses (make-hash-table :test #'equal)
-  "Hashtable mapping server responses to their handler hooks.")
+  "Hash table mapping server responses to their handler hooks.")
 
 (cl-defstruct (erc-response (:conc-name erc-response.))
   (unparsed "" :type string)
@@ -1064,7 +1064,7 @@ See also `erc-server-responses'."
 (defun erc-call-hooks (process message)
   "Call hooks associated with MESSAGE in PROCESS.
 
-Finds hooks by looking in the `erc-server-responses' hashtable."
+Finds hooks by looking in the `erc-server-responses' hash table."
   (let ((hook (or (erc-get-hook (erc-response.command message))
                   'erc-default-server-functions)))
     (run-hook-with-args-until-success hook process message)
@@ -1220,7 +1220,7 @@ add things to `%s' instead."
        (put ',fn-name 'definition-name ',name)
        (put ',hook-name 'definition-name ',name)
 
-       ;; Hashtable map of responses to hook variables
+       ;; Hash table map of responses to hook variables
        ,@(cl-loop for response in (cons name aliases)
                   for var in (cons hook-name var-alternates)
                   collect `(puthash ,(format "%s" response) ',var
index 74978ce38a37b85898d1e7669b587aa4d209c6b5..1e247c5dba5d2b79b325327fc98e8b886eace832 100644 (file)
     table))
 
 (defvar ucs-normalize-decomposition-pair-to-primary-composite nil
-  "Hashtable of decomposed pair to primary composite.
+  "Hash table of decomposed pair to primary composite.
 Note that Hangul are excluded.")
   (setq ucs-normalize-decomposition-pair-to-primary-composite
         (ucs-normalize-make-hash-table-from-alist
index 01819510a6f19ef19deefb9f8d6a5268697d81fe..ff779308051797926e872f4a9e7a869865c1ba79 100644 (file)
@@ -562,7 +562,7 @@ The symbol property `isearch-message-prefix' put on this function
 specifies the prefix string displayed in the search message.
 
 This variable is set and changed during isearch.  To change the
-default behaviour used for searches, see `search-default-mode'
+default behavior used for searches, see `search-default-mode'
 instead.")
 ;; We still support setting this to t for backwards compatibility.
 (define-obsolete-variable-alias 'isearch-word
index deea48933c84f113a2fdc0a21f3ca2dc411e4e19..f7424ecd84f5dfeca80eb229c31d33cba51f5e74 100644 (file)
@@ -39,7 +39,7 @@
 (eval-and-compile
 
 (defun indian-regexp-of-hashtbl-keys (hashtbl)
-  "Returns the regular expression of hashtable keys."
+  "Return the regular expression of hash table keys."
   (let (keys)
     (maphash (lambda (key val) (push key keys)) hashtbl)
     (regexp-opt keys)))
index 6e607444ad888aebec134d3cd4fd231e054b59be..d5a2d779b21e89b643a1862d684c58bb36b0a276 100644 (file)
@@ -1859,7 +1859,7 @@ PROC is used to convert the value to actual data."
 (defun mh-index-update-maps (folder &optional origin-map)
   "Annotate all as yet unannotated messages in FOLDER with their MD5 hash.
 As a side effect msg -> checksum map is updated. Optional
-argument ORIGIN-MAP is a hashtable which maps each message in the
+argument ORIGIN-MAP is a hash table which maps each message in the
 index folder to the original folder and message from whence it
 was copied. If present the checksum -> (origin-folder,
 origin-index) map is updated too."
@@ -1913,7 +1913,7 @@ origin-index) map is updated too."
 (defun mh-index-update-single-msg (msg checksum origin-map)
   "Update various maps for one message.
 MSG is a index folder message, CHECKSUM its MD5 hash and
-ORIGIN-MAP, if non-nil, a hashtable containing which maps each
+ORIGIN-MAP, if non-nil, a hash table containing which maps each
 message in the index folder to the folder and message that it was
 copied from. The function updates the hash tables
 `mh-index-msg-checksum-map' and `mh-index-checksum-origin-map'.
index e6acdba8b30507650b31f5ee646fe047f509ee4a..2a37cfc9e42a39b0c3545e416e0fd0808322b802 100644 (file)
   (real-child-p t))
 
 (defvar mh-thread-id-hash nil
-  "Hashtable used to canonicalize message identifiers.")
+  "Hash table used to canonicalize message identifiers.")
 (make-variable-buffer-local 'mh-thread-id-hash)
 
 (defvar mh-thread-subject-hash nil
-  "Hashtable used to canonicalize subject strings.")
+  "Hash table used to canonicalize subject strings.")
 (make-variable-buffer-local 'mh-thread-subject-hash)
 
 (defvar mh-thread-id-table nil
 (make-variable-buffer-local 'mh-thread-id-index-map)
 
 (defvar mh-thread-subject-container-hash nil
-  "Hashtable used to group messages by subject.")
+  "Hash table used to group messages by subject.")
 (make-variable-buffer-local 'mh-thread-subject-container-hash)
 
 (defvar mh-thread-duplicates nil
-  "Hashtable used to associate messages with the same message identifier.")
+  "Hash table used to associate messages with the same message identifier.")
 (make-variable-buffer-local 'mh-thread-duplicates)
 
 (defvar mh-thread-history ()
index 07909b894f525f062a0b264fd98d6115331e90b6..efea412af0ea5e10c3b1555da5b1add41a235f8e 100644 (file)
@@ -903,7 +903,7 @@ KEY is a string or vector representing a sequence of keystrokes."
 
 (defun substitute-key-definition (olddef newdef keymap &optional oldmap prefix)
   "Replace OLDDEF with NEWDEF for any keys in KEYMAP now defined as OLDDEF.
-In other words, OLDDEF is replaced with NEWDEF where ever it appears.
+In other words, OLDDEF is replaced with NEWDEF wherever it appears.
 Alternatively, if optional fourth argument OLDMAP is specified, we redefine
 in KEYMAP as NEWDEF those keys which are defined as OLDDEF in OLDMAP.
 
index 4149c3b65b5f7755137ffbbb323871c9870a3592..d866d9fc7a63279a545ef1714df3c05961b1cc2f 100644 (file)
@@ -50,7 +50,7 @@ See the end of the file for license conditions.
   page.
 
   Emacs is completely portable. You can create your own shortcut to
-  runemacs.exe and place this where ever you find it convienient, or
+  runemacs.exe and place this wherever you find it convenient, or
   run it from a USB or network drive without copying or installing
   anything on the machine itself.
 
index 2480dfc603a95f866e72aa630735dc3070559daa..f8d5dfa3c6e7f953e7f41c75d4ebce20c7bd2d82 100644 (file)
@@ -1167,7 +1167,7 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
 
       /* Called before syms_of_fileio, because it sets up Qerror_condition.  */
       syms_of_data ();
-      syms_of_fns ();     /* Before syms_of_charset which uses hashtables.  */
+      syms_of_fns ();  /* Before syms_of_charset which uses hash tables.  */
       syms_of_fileio ();
       /* Before syms_of_coding to initialize Vgc_cons_threshold.  */
       syms_of_alloc ();
index 8a368806e154d39524ef381998671dccaea4fdbf..0bc34b228cca1101654b31011fcab64951dc3c1e 100644 (file)
@@ -2500,7 +2500,7 @@ read1 (Lisp_Object readcharfun, int *pch, bool first_in_list)
          c = READCHAR;
          if (c == '(')
            {
-             /* Accept extended format for hashtables (extensible to
+             /* Accept extended format for hash tables (extensible to
                 other types), e.g.
                 #s(hash-table size 2 test equal data (k1 v1 k2 v2))  */
              Lisp_Object tmp = read_list (0, readcharfun);
@@ -2546,10 +2546,10 @@ read1 (Lisp_Object readcharfun, int *pch, bool first_in_list)
              if (!NILP (params[param_count + 1]))
                param_count += 2;
 
-             /* This is the hashtable data.  */
+             /* This is the hash table data.  */
              data = Fplist_get (tmp, Qdata);
 
-             /* Now use params to make a new hashtable and fill it.  */
+             /* Now use params to make a new hash table and fill it.  */
              ht = Fmake_hash_table (param_count, params);
 
              while (CONSP (data))
@@ -2557,7 +2557,7 @@ read1 (Lisp_Object readcharfun, int *pch, bool first_in_list)
                  key = XCAR (data);
                  data = XCDR (data);
                  if (!CONSP (data))
-                   error ("Odd number of elements in hashtable data");
+                   error ("Odd number of elements in hash table data");
                  val = XCAR (data);
                  data = XCDR (data);
                  Fputhash (key, val, ht);