Updated pspp-mode.el.
[pspp] / src / font.h
index f372080550a91bc834a101ac2ee20996b9e332a6..a709667c88d6218f522923e78f74f10a51fc183a 100644 (file)
@@ -122,7 +122,7 @@ int font_get_kern_adjust (const struct font_desc *font, int ch1, int ch2);
 /* groff fonts. */
 struct groff_device_info
   {
-    /* See groff_font(5). */
+    /* See groff_font man page. */
     int res, horiz, vert;
     int size_scale, unit_width;
     int (*sizes)[2], n_sizes;