]> code.delx.au - gnu-emacs/blobdiff - src/fontset.h
(regi-interpret): Use `mapc' rather than `mapcar'.
[gnu-emacs] / src / fontset.h
index a2bac100396ed69b8f2b34fc1855820e1b5dfd5e..c8bd1e36eabe97cbf258c933c546f8341024afef 100644 (file)
@@ -10,7 +10,7 @@ This file is part of GNU Emacs.
 
 GNU Emacs is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2, or (at your option)
+the Free Software Foundation; either version 3, or (at your option)
 any later version.
 
 GNU Emacs is distributed in the hope that it will be useful,
@@ -66,7 +66,7 @@ struct font_info
   /* Average width of glyphs in the font.  */
   int average_width;
 
-  /* 1 iff `vertical-centering-font-regexp' matches this font name.
+  /* 1 if `vertical-centering-font-regexp' matches this font name.
      In this case, we render characters at vartical center positions
      of lines.  */
   int vertical_centering;