diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-09-25 14:04:35 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-09-25 14:04:35 +0200 |
commit | 40b1a3a937512ff35884df2e8e19c3feed9f2688 (patch) | |
tree | 6229aa08095d281ddb33c6fdd040a0a43fc58f06 /src/frame.h | |
parent | da43f02119eb86ff8a4ee8ce7454b10d261ef714 (diff) | |
download | emacs-40b1a3a937512ff35884df2e8e19c3feed9f2688.tar.gz |
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.
Diffstat (limited to 'src/frame.h')
-rw-r--r-- | src/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index 6b307c7c3b1..e66fd9341c7 100644 --- a/src/frame.h +++ b/src/frame.h @@ -310,7 +310,7 @@ struct frame /* Canonical X unit. Width of default font, in pixels. */ int column_width; - /* Widht of space glyph of default font, in pixels. */ + /* Width of space glyph of default font, in pixels. */ int space_width; /* Canonical Y unit. Height of a line, in pixels. */ |