]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fx_list_fonts, Finternal_copy_lisp_face): Fix typos in docstrings.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 29 May 2008 02:51:49 +0000 (02:51 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 29 May 2008 02:51:49 +0000 (02:51 +0000)
src/ChangeLog
src/xfaces.c

index ab9fbb7ffa3dfca076eb1004e3aae6b1d0ce11c8..6abe15177430a6bbd31fb08348f6b109d9be33e3 100644 (file)
@@ -1,10 +1,15 @@
+2008-05-29  Juanma Barranquero  <lekktu@gmail.com>
+
+       * xfaces.c (Fx_list_fonts, Finternal_copy_lisp_face):
+       Fix typos in docstrings.
+
 2008-05-29  Kenichi Handa  <handa@m17n.org>
 
        * xfaces.c (Fx_list_fonts): Make it return a list of font names.
 
 2008-05-28  Jason Rumney  <jasonr@gnu.org>
 
-        * w32term.c (x_draw_glyph_string): Use clipmask if specified.
+       * w32term.c (x_draw_glyph_string): Use clipmask if specified.
 
 2008-05-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
@@ -30,8 +35,7 @@
        (font_list_entities): Add spacing to the spec to list fonts.
 
        * ftfont.c (ftfont_spec_pattern): Don't set FC_SPACING to pattern.
-       (ftfont_list): Check spacing here.  Don't include FC_CHARSET in
-       objset.
+       (ftfont_list): Check spacing here.  Don't include FC_CHARSET in objset.
 
        * coding.c (encode_coding_raw_text): Fix previous change.
        (encode_coding_object): When the dst_object is a buffer and is
index 3afa17a1c21af2f0670c025dbd1e5f8ca6dded74..161008071c858305d868c28fdfd989bbb08ae44f 100644 (file)
@@ -1708,7 +1708,7 @@ compare_fonts_by_sort_order (v1, v2)
   Lisp_Object font1 = *(Lisp_Object *) v1;
   Lisp_Object font2 = *(Lisp_Object *) v2;
   int i;
-  
+
   for (i = 0; i < FONT_SIZE_INDEX; i++)
     {
       enum font_property_index idx = font_props_for_sorting[i];
@@ -1844,7 +1844,7 @@ PATTERN is a string, perhaps with wildcard characters;
 FACE is a face name--a symbol.
 
 The return value is a list of strings, suitable as arguments to
-set-face-font.
+`set-face-font'.
 
 Fonts Emacs can't use may or may not be excluded
 even if they match PATTERN and FACE.
@@ -2838,7 +2838,7 @@ DEFUN ("internal-copy-lisp-face", Finternal_copy_lisp_face,
 If FRAME is t, copy the global face definition of FROM.
 Otherwise, copy the frame-local definition of FROM on FRAME.
 If NEW-FRAME is a frame, copy that data into the frame-local
-definition of TO on NEW-FRAME.  If NEW-FRAME is nil.
+definition of TO on NEW-FRAME.  If NEW-FRAME is nil,
 FRAME controls where the data is copied to.
 
 The value is TO.  */)
@@ -5465,7 +5465,7 @@ realize_default_face (f)
         not support the default font.  */
       if (!face->font)
        return 0;
+
       /* Otherwise, the font specified for the frame was not
         acceptable as a font for the default face (perhaps because
         auto-scaled fonts are rejected), so we must adjust the frame