comparison src/frame.h @ 110561:93141d34a175

Fix typos. * lisp/finder.el (finder-unknown-keywords): * lisp/progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count): * lisp/progmodes/etags.el (tags-table-including): Fix typos in docstrings. * lisp/cedet/semantic/lex.el (semantic-ignore-comments): Doc fix. * lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits): Fix typo in error message. (semantic-symref-list-map-open-hits): Fix typo in docstring. * lisp/org/org-agenda.el (org-agenda-hide-tags-regexp): * lisp/org/org.el (org-refile-targets): Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 25 Sep 2010 14:04:35 +0200
parents 3c2274d0da65
children 2186ab0af4a5
comparison
equal deleted inserted replaced
110560:3b57f0a3b766 110561:93141d34a175
308 int internal_border_width; 308 int internal_border_width;
309 309
310 /* Canonical X unit. Width of default font, in pixels. */ 310 /* Canonical X unit. Width of default font, in pixels. */
311 int column_width; 311 int column_width;
312 312
313 /* Widht of space glyph of default font, in pixels. */ 313 /* Width of space glyph of default font, in pixels. */
314 int space_width; 314 int space_width;
315 315
316 /* Canonical Y unit. Height of a line, in pixels. */ 316 /* Canonical Y unit. Height of a line, in pixels. */
317 int line_height; 317 int line_height;
318 318