]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Nov 2013 07:44:14 +0000 (23:44 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Nov 2013 07:44:14 +0000 (23:44 -0800)
etc/NEWS
lisp/composite.el
lisp/emacs-lisp/ert.el
lisp/progmodes/verilog-mode.el
src/fileio.c
src/macfont.m
src/w32inevt.c

index eb2b7136ccb6c4370a1a41df957633cb201d1c00..fb5190211798e36172f446b2170cf01e7fb09719 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -232,7 +232,7 @@ You can pick the name of the function and the variables with `C-x 4 a'.
 ** prolog-use-smie has been removed, along with the non-SMIE indentation code.
 
 ** SMIE indentation can be customized via `smie-config'.
-The customizaton can be guessed by Emacs by providing a sample indented
+The customization can be guessed by Emacs by providing a sample indented
 file and letting SMIE learn from it.
 
 ** sh-script now uses its SMIE indentation algorithm by default.
index e0585f808803235e09724309a8b4117ae2f4d2b4..f2f4437cadb652807e7b21a855a47605f3c5feb2 100644 (file)
@@ -630,14 +630,14 @@ All non-spacing characters have this function in
                   ((and (= class 0)
                         (eq (get-char-code-property (lglyph-char glyph)
                                                     'general-category) 'Me))
-                   ;; Artificially layouting glyphs in an enclosing
+                   ;; Artificially laying out glyphs in an enclosing
                    ;; mark is difficult.  All we can do is to adjust
                    ;; the x-offset and width of the base glyph to
                    ;; align it at the center of the glyph of the
                    ;; enclosing mark hoping that the enclosing mark
                    ;; is big enough.  We also have to adjust the
                    ;; x-offset and width of the mark ifself properly
-                   ;; depending on how the glyph is designed
+                   ;; depending on how the glyph is designed.
 
                    ;; (non-spacing or not).  For instance, when we
                    ;; have these glyphs:
index ed7633e2795055c9ceabd9518ab85d6cc05372ec..a131f48c488f8d578c2d7435598fcb8a15eb5407 100644 (file)
@@ -436,7 +436,7 @@ failed."
 
 (cl-defmacro ert--skip-unless (form)
   "Evaluate FORM.  If it returns nil, skip the current test.
-Errors during evaluation are catched and handled like nil."
+Errors during evaluation are caught and handled like nil."
   (declare (debug t))
   (ert--expand-should `(skip-unless ,form) form
                       (lambda (inner-form form-description-form _value-var)
index 7044943d5cb694c3815c6160e2a551cfabdaaba3..e67639b671bb9c3e46dfb3e68a4f09702f8fba6d 100644 (file)
@@ -5460,7 +5460,7 @@ Return a list of two elements: (INDENT-TYPE INDENT-LEVEL)."
        (catch 'continue
          (cond
           ((equal (char-after) ?\{)
-            ;; block type returned based on outer contraint { or inner
+            ;; block type returned based on outer constraint { or inner
            (if (verilog-at-constraint-p)
                 (cond (inconstraint (throw 'nesting 'constraint))
                       (t            (throw 'nesting 'statement)))))
@@ -11101,7 +11101,7 @@ Templates:
   it is a good idea to do this for all connections in a template,
   as then they will work for any width signal, and with AUTOWIRE.
   See PTL_BUS becoming PTL_BUSNEW below.
+
   Inside a template, a [] in a connection name (with nothing else inside
   the brackets) will be replaced by the same bus subscript as it is being
   connected to, or the [] will be removed if it is a single bit signal.
index 884af25f9fc32ba898864ee82f6587a4142182a9..d54c43c4635789d8483a28a2436bc6dbcfbcc4bf 100644 (file)
@@ -997,7 +997,7 @@ filesystem tree, not (expand-file-name ".."  dirname).  */)
                 unibyte.  Do not convert DEFAULT_DIRECTORY to
                 multibyte; instead, convert NAME to a unibyte string,
                 so that the result of this function is also a unibyte
-                string.  This is needed during bootstraping and
+                string.  This is needed during bootstrapping and
                 dumping, when Emacs cannot decode file names, because
                 the locale environment is not set up.  */
              name = make_unibyte_string (SSDATA (name), SBYTES (name));
index 4b8be551786ac3ac9c5dd4961550738c57bb37ad..c284b3086f83ddcd91947be97b476f61ebb8276c 100644 (file)
@@ -64,7 +64,7 @@ static CGGlyph mac_ctfont_get_glyph_for_cid (CTFontRef,
 #endif
 
 /* The font property key specifying the font design destination.  The
-   value is an unsigned integer code: 0 for WYSIWIG, and 1 for Video
+   value is an unsigned integer code: 0 for WYSIWYG, and 1 for Video
    text.  (See the documentation of X Logical Font Description
    Conventions.)  In the Mac font driver, 1 means the screen font is
    used for calculating some glyph metrics.  You can see the
@@ -366,7 +366,7 @@ mac_font_shape_1 (NSFont *font, NSString *string,
   if (!(textStorage && layoutManager && textContainer))
     {
       [textStorage release];
-      
+
       return 0;
     }
 
@@ -1166,7 +1166,7 @@ struct macfont_cache
 
     /* The cached glyph for a character c is stored as the (c %
        NGLYPHS_IN_VALUE)-th CGGlyph block of a value for the key (c /
-       NGLYPHS_IN_VALUE).  However, the glyph for a BMP characrer c is
+       NGLYPHS_IN_VALUE).  However, the glyph for a BMP character c is
        not stored here if row_nkeys_or_perm[c / 256] >=
        ROW_PERM_OFFSET.  */
     CFMutableDictionaryRef dictionary;
@@ -2472,7 +2472,7 @@ macfont_open (struct frame * f, Lisp_Object entity, int pixel_size)
   macfont_info = (struct macfont_info *) font;
   macfont_info->macfont = macfont;
   macfont_info->cgfont = mac_font_copy_graphics_font (macfont);
-  
+
   val = assq_no_quit (QCdestination, AREF (entity, FONT_EXTRA_INDEX));
   if (CONSP (val) && EQ (XCDR (val), make_number (1)))
     macfont_info->screen_font = mac_screen_font_create_with_name (font_name,
@@ -2679,7 +2679,7 @@ macfont_text_extents (struct font *font, unsigned int *code, int nglyphs,
     }
   unblock_input ();
 
-  if (metrics) 
+  if (metrics)
     metrics->width = width;
 
   return width;
@@ -2741,7 +2741,7 @@ macfont_draw (struct glyph_string *s, int from, int to, int x, int y,
       for (i = 0; i < len; i++)
        {
          int width;
+
          glyphs[i] = *(s->char2b + s->cmp_from + i);
          width = (s->padding_p ? 1
                   : macfont_glyph_extents (s->font, glyphs[i],
@@ -3001,7 +3001,7 @@ struct non_default_uvs_table
 #define BUINT32_VALUE(lval)    OSReadBigInt32 (&(lval), 0)
 
 /* Return UVS subtable for the specified FONT.  If the subtable is not
-   found or ill-formated, then return NULL.  */
+   found or ill-formatted, then return NULL.  */
 
 static CFDataRef
 mac_font_copy_uvs_table (FontRef font)
index c5d3fa3ad7df38dd3fa2a02b078131057a2dcfb7..dc587de11832cf67e96b468fa830e32532728a1b 100644 (file)
@@ -518,7 +518,7 @@ do_mouse_event (MOUSE_EVENT_RECORD *event,
                              help_echo_window, help_echo_object,
                              help_echo_pos);
          }
-       /* We alread called kbd_buffer_store_event, so indicate the
+       /* We already called kbd_buffer_store_event, so indicate the
           the caller it shouldn't.  */
        return 0;
       }