emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r117867: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r117867: Spelling fixes.
Date: Thu, 11 Sep 2014 19:44:34 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117867
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Thu 2014-09-11 12:44:25 -0700
message:
  Spelling fixes.
  
  * lisp/ses.el (ses-file-format-extend-parameter-list): Rename from
  ses-file-format-extend-paramter-list.  All uses changed.
  * lisp/gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
  of ":delete".
modified:
  doc/misc/vhdl-mode.texi        vhdlmode.texi-20140327181539-n91yk3127tukbc2z-1
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/ChangeLog.16              changelog.16-20130618111706-x8cck4o4rjixg8cl-1
  lisp/calendar/icalendar.el     
icalendar.el-20091113204419-o5vbwnq5f7feedwu-3296
  lisp/composite.el              
composite.el-20091113204419-o5vbwnq5f7feedwu-1730
  lisp/emacs-lisp/eldoc.el       eldoc.el-20091113204419-o5vbwnq5f7feedwu-952
  lisp/emacs-lisp/subr-x.el      
lispemacslispsubrx.e-20131220162210-eh2g3gvs6rzsm10k-1
  lisp/gnus/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-1433
  lisp/gnus/gnus-cloud.el        gnuscloud.el-20140324001250-zdkfwvsp1ea4rugg-1
  lisp/gnus/gnus-fun.el          gnusfun.el-20091113204419-o5vbwnq5f7feedwu-3243
  lisp/ldefs-boot.el             
ldefsboot.el-20091113204419-o5vbwnq5f7feedwu-2942
  lisp/ls-lisp.el                lslisp.el-20091113204419-o5vbwnq5f7feedwu-191
  lisp/progmodes/cc-engine.el    
ccengine.el-20091113204419-o5vbwnq5f7feedwu-1227
  lisp/progmodes/hideif.el       hideif.el-20091113204419-o5vbwnq5f7feedwu-39
  lisp/progmodes/python.el       python.el-20091113204419-o5vbwnq5f7feedwu-3008
  lisp/progmodes/subword.el      subword.el-20091121171556-bypaf8oo9ygoo13w-1
  lisp/rect.el                   rect.el-20091113204419-o5vbwnq5f7feedwu-83
  lisp/ses.el                    ses.el-20091113204419-o5vbwnq5f7feedwu-2447
  lisp/textmodes/tex-mode.el     texmode.el-20091113204419-o5vbwnq5f7feedwu-132
  lisp/window.el                 window.el-20091113204419-o5vbwnq5f7feedwu-94
  src/alloc.c                    alloc.c-20091113204419-o5vbwnq5f7feedwu-252
  src/buffer.c                   buffer.c-20091113204419-o5vbwnq5f7feedwu-264
  src/frame.c                    frame.c-20091113204419-o5vbwnq5f7feedwu-243
  src/frame.h                    frame.h-20091113204419-o5vbwnq5f7feedwu-229
  test/automated/subr-x-tests.el subrxtests.el-20140628195435-k67qgy9g1k658193-1
  test/automated/tildify-tests.el 
tildifytests.el-20140528005849-0ztb8xe7wxesfzgk-1
=== modified file 'doc/misc/vhdl-mode.texi'
--- a/doc/misc/vhdl-mode.texi   2014-06-10 02:20:31 +0000
+++ b/doc/misc/vhdl-mode.texi   2014-09-11 19:44:25 +0000
@@ -212,7 +212,7 @@
 
 @cindex comment only line
 Syntactic component lists can contain more than one component, and
-individual syntactic compenents need not have relative buffer positions.
+individual syntactic components need not have relative buffer positions.
 The most common example of this is a line that contains a @dfn{comment
 only line}.
 @example
@@ -416,7 +416,7 @@
 @end group
 @end example
 
-In other words, we want to change the indentation of the statments
+In other words, we want to change the indentation of the statements
 inside the inverter process.  Notice that the construct we want to
 change starts on line 3.  To change the indentation of a line, we need
 to see which syntactic component affect the offset calculations for that
@@ -630,7 +630,7 @@
 @findex set-offset (vhdl-)
 Another variable, @code{vhdl-file-offsets}, takes an association list
 similar to what is allowed in @code{vhdl-offsets-alist}.  When the file is
-visited, VHDL Mode will automatically institute these offets using
+visited, VHDL Mode will automatically institute these offsets using
 @code{vhdl-set-offset}.  @xref{Customizing Indentation}.
 
 Note that file style settings (i.e. @code{vhdl-file-style}) are applied
@@ -648,7 +648,7 @@
 For most users, VHDL Mode will support their coding styles with
 very little need for customizations.  Usually, one of the standard
 styles defined in @code{vhdl-style-alist} will do the trick.  Sometimes,
-one of the syntactic symbol offsets will need to be tweeked slightly, or
+one of the syntactic symbol offsets will need to be tweaked slightly, or
 perhaps @code{vhdl-basic-offset} will need to be changed.  However, some
 styles require a more advanced ability for customization, and one of the
 real strengths of VHDL Mode is that the syntactic analysis model

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-09-10 21:38:11 +0000
+++ b/lisp/ChangeLog    2014-09-11 19:44:25 +0000
@@ -1,3 +1,9 @@
+2014-09-11  Paul Eggert  <address@hidden>
+
+       * ses.el (ses-file-format-extend-parameter-list): Rename from
+       ses-file-format-extend-paramter-list, to correct a misspelling.
+       All uses changed.
+
 2014-09-10  Alan Mackenzie  <address@hidden>
 
        CC Mode: revert recent changes and fix bug 17463 (cc-langs.elc

=== modified file 'lisp/ChangeLog.16'
--- a/lisp/ChangeLog.16 2014-08-28 22:18:39 +0000
+++ b/lisp/ChangeLog.16 2014-09-11 19:44:25 +0000
@@ -5052,7 +5052,7 @@
        (w32-handle-dropped-file): Convert incoming dropped files from
        Windows paths to Cygwin ones before passing them on to the rest of
        Emacs.
-       (w32-drag-n-drop): New paramter new-frame.  Simplify logic.
+       (w32-drag-n-drop): New parameter new-frame.  Simplify logic.
        (w32-initialize-window-system): Assert we're not initialized twice.
 
        * term/x-win.el: Require cl-lib; add ourselves to display-format-alist.

=== modified file 'lisp/calendar/icalendar.el'
--- a/lisp/calendar/icalendar.el        2014-08-11 00:47:10 +0000
+++ b/lisp/calendar/icalendar.el        2014-09-11 19:44:25 +0000
@@ -1531,7 +1531,7 @@
 Enumerate the evaluated sexp entry for the next
 `icalendar-export-sexp-enumeration-days' days.  NONMARKER is a
 regular expression matching the start of non-marking entries.
-ENTRY-MAIN is the first line of the diary entry.  
+ENTRY-MAIN is the first line of the diary entry.
 
 Optional argument START determines the first day of the
 enumeration, given as a time value, in same format as returned by
@@ -1574,8 +1574,8 @@
                                (let ((calendar-date-style 'iso))
                                  (icalendar--convert-ordinary-to-ical
                                   nonmarker (format "%4d/%02d/%02d %s" y m d 
see))))
-                             (;TODO: 
-                              (error (format "Unsopported Sexp-entry: %s"
+                             (;TODO:
+                              (error (format "Unsupported Sexp-entry: %s"
                                              entry-main))))))
                     (number-sequence
                      0 (- icalendar-export-sexp-enumeration-days 1))))))

=== modified file 'lisp/composite.el'
--- a/lisp/composite.el 2014-06-28 01:34:17 +0000
+++ b/lisp/composite.el 2014-09-11 19:44:25 +0000
@@ -702,7 +702,7 @@
            (setq xoff (- (lglyph-rbearing fc))))
        (if (< dc-width fc-width)
            ;; The following glyph is wider, but we don't know how to
-           ;; align both glyphs.  So, try the easiet method;
+           ;; align both glyphs.  So, try the easiest method;
            ;; i.e. align left edges of the glyphs.
            (setq xoff (- xoff (- dc-width) (- (lglyph-lbearing fc )))
                  width (- fc-width dc-width)))

=== modified file 'lisp/emacs-lisp/eldoc.el'
--- a/lisp/emacs-lisp/eldoc.el  2014-09-04 15:23:37 +0000
+++ b/lisp/emacs-lisp/eldoc.el  2014-09-11 19:44:25 +0000
@@ -411,7 +411,7 @@
                               (when (cdr split)
                                 (setq key-have-value t))))))))
              ;; If `cur-a' is not one of `args-lst-ak'
-             ;; assume user is entering an unknow key
+             ;; assume user is entering an unknown key
              ;; referenced in last position in signature.
              (other-key-arg (and (stringp cur-a)
                                  args-lst-ak

=== modified file 'lisp/emacs-lisp/subr-x.el'
--- a/lisp/emacs-lisp/subr-x.el 2014-06-30 20:17:17 +0000
+++ b/lisp/emacs-lisp/subr-x.el 2014-09-11 19:44:25 +0000
@@ -47,7 +47,7 @@
     (_ (car forms))))
 
 (defmacro thread-first (&rest forms)
-  "Thread FORMS elements as the first argument of their succesor.
+  "Thread FORMS elements as the first argument of their successor.
 Example:
     (thread-first
       5
@@ -64,7 +64,7 @@
   `(internal--thread-argument t ,@forms))
 
 (defmacro thread-last (&rest forms)
-  "Thread FORMS elements as the last argument of their succesor.
+  "Thread FORMS elements as the last argument of their successor.
 Example:
     (thread-last
       5
@@ -118,7 +118,7 @@
   "Process BINDINGS and if all values are non-nil eval THEN, else ELSE.
 Argument BINDINGS is a list of tuples whose car is a symbol to be
 bound and (optionally) used in THEN, and its cadr is a sexp to be
-evaled to set symbol's value.  In the special case you only want
+evalled to set symbol's value.  In the special case you only want
 to bind a single value, BINDINGS can just be a plain tuple."
   (declare (indent 2) (debug ((&rest (symbolp form)) form body)))
   (when (and (<= (length bindings) 2)
@@ -134,7 +134,7 @@
   "Process BINDINGS and if all values are non-nil eval BODY.
 Argument BINDINGS is a list of tuples whose car is a symbol to be
 bound and (optionally) used in BODY, and its cadr is a sexp to be
-evaled to set symbol's value.  In the special case you only want
+evalled to set symbol's value.  In the special case you only want
 to bind a single value, BINDINGS can just be a plain tuple."
   (declare (indent 1) (debug if-let))
   (list 'if-let bindings (macroexp-progn body)))

=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2014-08-26 23:56:11 +0000
+++ b/lisp/gnus/ChangeLog       2014-09-11 19:44:25 +0000
@@ -1,3 +1,8 @@
+2014-09-11  Paul Eggert  <address@hidden>
+
+       * gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling
+       of ":delete".
+
 2014-08-26  Katsumi Yamaoka  <address@hidden>
 
        * gnus-art.el (gnus-article-browse-html-save-cid-content)

=== modified file 'lisp/gnus/gnus-cloud.el'
--- a/lisp/gnus/gnus-cloud.el   2014-03-24 00:35:00 +0000
+++ b/lisp/gnus/gnus-cloud.el   2014-09-11 19:44:25 +0000
@@ -125,7 +125,7 @@
        (let ((spec (ignore-errors (read (current-buffer))))
              length)
          (when (and (consp spec)
-                    (memq (plist-get spec :type) '(:file :data :deleta)))
+                    (memq (plist-get spec :type) '(:file :data :delete)))
            (setq length (plist-get spec :length))
            (push (append spec
                          (list

=== modified file 'lisp/gnus/gnus-fun.el'
--- a/lisp/gnus/gnus-fun.el     2014-05-08 03:41:21 +0000
+++ b/lisp/gnus/gnus-fun.el     2014-09-11 19:44:25 +0000
@@ -239,7 +239,7 @@
 
 ;;;###autoload
 (defun gnus-insert-random-face-header ()
-  "Insert a randome Face header from `gnus-face-directory'."
+  "Insert a random Face header from `gnus-face-directory'."
   (gnus--insert-random-face-with-type 'gnus-random-face 'Face))
 
 (defface gnus-x-face '((t (:foreground "black" :background "white")))

=== modified file 'lisp/ldefs-boot.el'
--- a/lisp/ldefs-boot.el        2014-09-01 10:21:26 +0000
+++ b/lisp/ldefs-boot.el        2014-09-11 19:44:25 +0000
@@ -25893,7 +25893,7 @@
   NSGraphicsContext  =>  \"NS\", \"Graphics\" and \"Context\"
 
 This mode changes the definition of a word so that word commands
-treat nomenclature boundaries as word bounaries.
+treat nomenclature boundaries as word boundaries.
 
 \\{subword-mode-map}
 

=== modified file 'lisp/ls-lisp.el'
--- a/lisp/ls-lisp.el   2014-09-01 15:03:45 +0000
+++ b/lisp/ls-lisp.el   2014-09-11 19:44:25 +0000
@@ -543,7 +543,7 @@
 On GNU/Linux systems, if the locale specifies UTF-8 as the codeset,
 the sorting order will place together file names that differ only
 by punctuation characters, like `.emacs' and `emacs'.  To have a
-similar behavior on MS-Widnows, customize `ls-lisp-UCA-like-collation'
+similar behavior on MS-Windows, customize `ls-lisp-UCA-like-collation'
 to a non-nil value."
   (let ((w32-collate-ignore-punctuation ls-lisp-UCA-like-collation))
     (if ls-lisp-use-string-collate

=== modified file 'lisp/progmodes/cc-engine.el'
--- a/lisp/progmodes/cc-engine.el       2014-09-10 21:38:11 +0000
+++ b/lisp/progmodes/cc-engine.el       2014-09-11 19:44:25 +0000
@@ -3296,7 +3296,7 @@
       (setq res (c-remove-stale-state-cache start-point here here-bopl))
       (setq cache-pos (car res)
            scan-backward-pos (cadr res)
-           cons-separated (car (cddr res)) 
+           cons-separated (car (cddr res))
            bopl-state (cadr (cddr res))) ; will be nil if (< here-bopl
                                        ; start-point)
       (if (and scan-backward-pos
@@ -6286,7 +6286,7 @@
   ;;     `*-font-lock-extra-types');
   ;;   o - 'prefix if it's a known prefix of a type;
   ;;   o - 'found if it's a type that matches one in `c-found-types';
-  ;;   o - 'maybe if it's an identfier that might be a type;
+  ;;   o - 'maybe if it's an identifier that might be a type;
   ;;   o - 'decltype if it's a decltype(variable) declaration; - or
   ;;   o -  nil if it can't be a type (the point isn't moved then).
   ;;
@@ -6668,8 +6668,8 @@
   ;;     auto foo = 5;
   ;;      car ^   ^ point
   ;;     auto cplusplus_11 (int a, char *b) -> decltype (bar):
-  ;;      car ^                             ^ point    
-  ;;   
+  ;;      car ^                             ^ point
+  ;;
   ;;
   ;;
   ;;   The cdr of the return value is non-nil when a

=== modified file 'lisp/progmodes/hideif.el'
--- a/lisp/progmodes/hideif.el  2014-07-21 06:03:08 +0000
+++ b/lisp/progmodes/hideif.el  2014-09-11 19:44:25 +0000
@@ -653,7 +653,7 @@
            (stringp id))))
 
 (defun hif-define-operator (tokens)
-  "`Upgrade' hif-define xxx to '(hif-define xxx)' so it won't be subsitituted."
+  "`Upgrade' hif-define xxx to '(hif-define xxx)' so it won't be substituted."
   (let ((result nil)
         (tok nil))
     (while (setq tok (pop tokens))
@@ -975,7 +975,7 @@
 
 (defun hif-define-macro (_parmlist _token-body)
   "A marker for defined macro with arguments.
-This macro cannot be evaluated alone without parameters inputed."
+This macro cannot be evaluated alone without parameters input."
   ;;TODO: input arguments at run time, use minibuffer to query all arguments
   (error
    "Argumented macro cannot be evaluated without passing any parameter"))
@@ -1144,14 +1144,14 @@
             actual-count (length actual-parms))
 
       (if (> formal-count actual-count)
-          (error "Too few parmameter for macro %S" macro-name)
+          (error "Too few parameters for macro %S" macro-name)
         (if (< formal-count actual-count)
             (or etc
                 (error "Too many parameters for macro %S" macro-name))))
 
       ;; Perform token replacement on the MACRO-BODY with the parameters
       (while (setq formal (pop formal-parms))
-        ;; Prevent repetitive substitutation, thus cannot use `subst'
+        ;; Prevent repetitive substitution, thus cannot use `subst'
         ;; for example:
         ;; #define mac(a,b) (a+b)
         ;; #define testmac mac(b,y)
@@ -1734,7 +1734,7 @@
                              (or (setcdr SA expr) t)
                            ;; Lazy evaluation, eval only if hif-lookup find it.
                            ;; Define it anyway, even if nil it's still in list
-                           ;; and therefore considerred defined
+                           ;; and therefore considered defined.
                            (push (cons (intern name) expr) hide-ifdef-env)))))
             ;; #undef
             (and name
@@ -1912,7 +1912,7 @@
 
 (defun hide-ifdef-block (&optional arg start end)
   "Hide the ifdef block (true or false part) enclosing or before the cursor.
-With optional prefix agument ARG, also hide the #ifdefs themselves."
+With optional prefix argument ARG, also hide the #ifdefs themselves."
   (interactive "P\nr")
   (let ((hide-ifdef-lines arg))
     (if mark-active

=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el  2014-09-03 04:21:40 +0000
+++ b/lisp/progmodes/python.el  2014-09-11 19:44:25 +0000
@@ -2153,7 +2153,7 @@
 received in chunks, since `accept-process-output' gives no
 guarantees they will be grabbed in a single call.  An example use
 case for this would be the CPython shell start-up, where the
-banner and the initial prompt are received separetely."
+banner and the initial prompt are received separately."
   (let ((regexp (or regexp comint-prompt-regexp)))
     (catch 'found
       (while t
@@ -4110,7 +4110,7 @@
                (cdr pair))))
    (buffer-local-variables from-buffer)))
 
-(defvar comint-last-prompt-overlay)     ; Shut up, bytecompiler
+(defvar comint-last-prompt-overlay)     ; Shut up, byte compiler.
 
 (defun python-util-comint-last-prompt ()
   "Return comint last prompt overlay start and end.

=== modified file 'lisp/progmodes/subword.el'
--- a/lisp/progmodes/subword.el 2014-05-24 20:43:40 +0000
+++ b/lisp/progmodes/subword.el 2014-09-11 19:44:25 +0000
@@ -113,7 +113,7 @@
   NSGraphicsContext  =>  \"NS\", \"Graphics\" and \"Context\"
 
 This mode changes the definition of a word so that word commands
-treat nomenclature boundaries as word bounaries.
+treat nomenclature boundaries as word boundaries.
 
 \\{subword-mode-map}"
     :lighter " ,"
@@ -130,7 +130,7 @@
 ;; N.B. These commands aren't used unless explicitly invoked; they're
 ;; here for compatibility.  Today, subword-mode leaves motion commands
 ;; alone and uses `find-word-boundary-function-table' to change how
-;; `forward-word' and other low-level commands detect word bounaries.
+;; `forward-word' and other low-level commands detect word boundaries.
 ;; This way, all word-related activities, not just the images we
 ;; imagine here, get subword treatment.
 
@@ -334,7 +334,7 @@
     tab)
   "Assigned to `find-word-boundary-function-table' in
 `subword-mode' and `superword-mode'; defers to
-`subword-find-word-bounary'.")
+`subword-find-word-boundary'.")
 
 (defconst subword-empty-char-table
   (make-char-table nil)

=== modified file 'lisp/rect.el'
--- a/lisp/rect.el      2014-08-04 06:27:14 +0000
+++ b/lisp/rect.el      2014-09-11 19:44:25 +0000
@@ -113,7 +113,7 @@
             (if (window-parameter nil 'rectangle--point-crutches)
                 (setf (window-parameter nil 'rectangle--point-crutches) nil))
           (if rectangle--mark-crutches (setq rectangle--mark-crutches nil)))
-      ;; If move-to-column over-shooted, move back one char so we're
+      ;; If move-to-column overshot, move back one char so we're
       ;; at the position where rectangle--highlight-for-redisplay
       ;; will add the overlay (so that the cursor can be drawn at the
       ;; right place).

=== modified file 'lisp/ses.el'
--- a/lisp/ses.el       2014-07-21 17:53:38 +0000
+++ b/lisp/ses.el       2014-09-11 19:44:25 +0000
@@ -301,7 +301,7 @@
 (defmacro ses--metaprogramming (exp) (declare (debug t)) (eval exp t))
 (ses--metaprogramming
  `(progn ,@(mapcar (lambda (x) `(defvar ,(or (car-safe x) x))) ses-localvars)))
- 
+
 (defun ses-set-localvars ()
   "Set buffer-local and initialize some SES variables."
   (dolist (x ses-localvars)
@@ -1349,11 +1349,11 @@
       (goto-char ses--params-marker)
       (forward-line def))))
 
-(defun ses-file-format-extend-paramter-list (new-file-format)
+(defun ses-file-format-extend-parameter-list (new-file-format)
   "Extend the global parameters list when file format is updated
 from 2 to 3. This happens when local printer function are added
 to a sheet that was created with SES version 2. This is not
-undoable. Return nil when there was no change, and non nil otherwise."  
+undoable. Return nil when there was no change, and non nil otherwise."
   (save-excursion
     (cond
      ((and (= ses--file-format 2) (= 3 new-file-format))
@@ -1759,7 +1759,7 @@
             (numberp (nth 2 params))
             (> (nth 2 params) 0)
             (or (<= params-len 3)
-                (let ((numlocprn (nth 3 params))) 
+                (let ((numlocprn (nth 3 params)))
                   (and (integerp numlocprn) (>= numlocprn 0)))))
        (error "Invalid SES file"))
     (setq ses--file-format (car params)
@@ -1793,8 +1793,8 @@
   (mapc 'ses-printer-record ses-standard-printer-functions)
   (setq ses--symbolic-formulas                   nil)
 
-  ;; Load local printer definitions.  
-  ;; This must be loaded *BEFORE* cells and column printers because the latters
+  ;; Load local printer definitions.
+  ;; This must be loaded *BEFORE* cells and column printers because the latter
   ;; may call them.
   (save-excursion
     (forward-line (* ses--numrows (1+ ses--numcols)))
@@ -3462,7 +3462,7 @@
                 (backward-char))
               (insert printer-def-text)
               (when (= create-printer 1)
-                (ses-file-format-extend-paramter-list 3)
+                (ses-file-format-extend-parameter-list 3)
                 (ses-set-parameter 'ses--numlocprn
                                    (+ ses--numlocprn create-printer))))))))))
 

=== modified file 'lisp/textmodes/tex-mode.el'
--- a/lisp/textmodes/tex-mode.el        2014-09-05 19:07:52 +0000
+++ b/lisp/textmodes/tex-mode.el        2014-09-11 19:44:25 +0000
@@ -2576,7 +2576,7 @@
 (defcustom tex-print-file-extension ".dvi"
   "The TeX-compiled file extension for viewing and printing.
 If you use pdflatex instead of latex, set this to \".pdf\" and modify
- `tex-dvi-view-command' and `tex-dvi-print-command' appropriatelty."
+ `tex-dvi-view-command' and `tex-dvi-print-command' appropriately."
   :type 'string
   :group 'tex-view
   :version "24.5")

=== modified file 'lisp/window.el'
--- a/lisp/window.el    2014-08-29 10:39:17 +0000
+++ b/lisp/window.el    2014-09-11 19:44:25 +0000
@@ -3026,12 +3026,12 @@
 If necessary and possible, make sure that every window on frame
 FRAME has its minimum height.  Optional argument HORIZONTAL
 non-nil means to make sure that every window on frame FRAME has
-its minimum width.  The minimumm height/width of a window is the
+its minimum width.  The minimum height/width of a window is the
 respective value returned by `window-min-size' for that window.
 
 Return t if all windows were resized appropriately.  Return nil
 if at least one window could not be resized as requested, which
-may happen when the FRAME is not large enough to accomodate it."
+may happen when the FRAME is not large enough to accommodate it."
   (let ((value t))
     (walk-window-tree
      (lambda (window)

=== modified file 'src/alloc.c'
--- a/src/alloc.c       2014-09-10 15:21:46 +0000
+++ b/src/alloc.c       2014-09-11 19:44:25 +0000
@@ -453,7 +453,7 @@
   /* If we can't store all memory addresses in our lisp objects, it's
      risky to let the heap use mmap and give us addresses from all
      over our address space.  We also can't use mmap for lisp objects
-     if we might dump: unexec doesn't preserve the contents of mmaped
+     if we might dump: unexec doesn't preserve the contents of mmapped
      regions.  */
   return pointers_fit_in_lispobj_p () && !might_dump;
 }
@@ -7131,7 +7131,7 @@
 
 DEFUN ("suspicious-object", Fsuspicious_object, Ssuspicious_object, 1, 1, 0,
        doc: /* Return OBJ, maybe marking it for extra scrutiny.
-If Emacs is compiled with suspicous object checking, capture
+If Emacs is compiled with suspicious object checking, capture
 a stack trace when OBJ is freed in order to help track down
 garbage collection bugs.  Otherwise, do nothing and return OBJ.   */)
    (Lisp_Object obj)

=== modified file 'src/buffer.c'
--- a/src/buffer.c      2014-09-07 07:04:01 +0000
+++ b/src/buffer.c      2014-09-11 19:44:25 +0000
@@ -5943,7 +5943,7 @@
 for instance, with `set-window-buffer' or when `display-buffer' displays it.
 
 A value of `bottom' means put the horizontal scroll bar at the bottom of
-the window; a value of nil means don't show any horizonal scroll bars.
+the window; a value of nil means don't show any horizontal scroll bars.
 A value of t (the default) means do whatever the window's frame
 specifies.  */);
 

=== modified file 'src/frame.c'
--- a/src/frame.c       2014-09-11 00:48:57 +0000
+++ b/src/frame.c       2014-09-11 19:44:25 +0000
@@ -351,7 +351,7 @@
 
 /* Make sure windows sizes of frame F are OK.  new_width and new_height
    are in pixels.  A value of -1 means no change is requested for that
-   size (but the frame may still have to be resized to accomodate
+   size (but the frame may still have to be resized to accommodate
    windows with their minimum sizes.
 
    The argument INHIBIT can assume the following values:

=== modified file 'src/frame.h'
--- a/src/frame.h       2014-09-11 00:48:57 +0000
+++ b/src/frame.h       2014-09-11 19:44:25 +0000
@@ -1288,7 +1288,7 @@
    / FRAME_LINE_HEIGHT (f))
 
 /* Return the pixel width/height of frame F with a text size of
-   width/heigh.  */
+   width/height.  */
 #define FRAME_TEXT_TO_PIXEL_WIDTH(f, width)      \
   ((width)                                       \
    + FRAME_SCROLL_BAR_AREA_WIDTH (f)             \

=== modified file 'test/automated/subr-x-tests.el'
--- a/test/automated/subr-x-tests.el    2014-06-30 19:58:56 +0000
+++ b/test/automated/subr-x-tests.el    2014-09-11 19:44:25 +0000
@@ -165,7 +165,7 @@
            (list 1 2 3))))
 
 (ert-deftest subr-x-test-if-let-false ()
-  "Test `if-let' with falsey bindings."
+  "Test `if-let' with falsie bindings."
   (should (equal
            (if-let (a nil)
                (list a b c)
@@ -205,8 +205,8 @@
              "no")
            (list 1 2 3))))
 
-(ert-deftest subr-x-test-if-let-and-lazyness-is-preserved ()
-  "Test `if-let' respects `and' lazyness."
+(ert-deftest subr-x-test-if-let-and-laziness-is-preserved ()
+  "Test `if-let' respects `and' laziness."
   (let (a-called b-called c-called)
     (should (equal
              (if-let ((a nil)
@@ -360,7 +360,7 @@
            (list 1 2 3))))
 
 (ert-deftest subr-x-test-when-let-false ()
-  "Test `when-let' with falsey bindings."
+  "Test `when-let' with falsie bindings."
   (should (equal
            (when-let (a nil)
              (list a b c)
@@ -399,8 +399,8 @@
              (list a b c))
            (list 1 2 3))))
 
-(ert-deftest subr-x-test-when-let-and-lazyness-is-preserved ()
-  "Test `when-let' respects `and' lazyness."
+(ert-deftest subr-x-test-when-let-and-laziness-is-preserved ()
+  "Test `when-let' respects `and' laziness."
   (let (a-called b-called c-called)
     (should (equal
              (progn

=== modified file 'test/automated/tildify-tests.el'
--- a/test/automated/tildify-tests.el   2014-06-05 14:42:45 +0000
+++ b/test/automated/tildify-tests.el   2014-09-11 19:44:25 +0000
@@ -1,4 +1,4 @@
-;;; tildify-test.el --- ERT tests for teldify.el
+;;; tildify-test.el --- ERT tests for tildify.el
 
 ;; Copyright (C) 2014 Free Software Foundation, Inc.
 


reply via email to

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