summaryrefslogtreecommitdiffstats
path: root/doc/font.n
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-08-20 14:15:28 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-08-20 14:15:28 (GMT)
commit44690695232e710466448fb028a037136342bbdf (patch)
treed0cd0cc89a1a6944dc81a789b21e61384d469b26 /doc/font.n
parent8cf3e7964b95b65ef9cca59cda9e0f7430669fc2 (diff)
downloadtk-44690695232e710466448fb028a037136342bbdf.zip
tk-44690695232e710466448fb028a037136342bbdf.tar.gz
tk-44690695232e710466448fb028a037136342bbdf.tar.bz2
More doc fixes. [Patch 1012837]
Diffstat (limited to 'doc/font.n')
-rw-r--r--doc/font.n4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/font.n b/doc/font.n
index 8f12e00..1639f3d 100644
--- a/doc/font.n
+++ b/doc/font.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: font.n,v 1.5 2004/06/18 21:42:16 dkf Exp $
+'\" RCS: @(#) $Id: font.n,v 1.6 2004/08/20 14:15:29 dkf Exp $
'\"
.so man.macros
.TH font n 8.0 Tk "Tk Built-In Commands"
@@ -76,7 +76,7 @@ Measures the amount of space the string \fItext\fR would use in the given
\fIfont\fR when displayed in \fIwindow\fR. \fIfont\fR is a font description;
see FONT DESCRIPTIONS below. If the \fIwindow\fR argument is omitted, it
defaults to the main window. The return value is the total width in pixels
-of \fItext\fR, not including the extra pixels used by highly exagerrated
+of \fItext\fR, not including the extra pixels used by highly exaggerated
characters such as cursive ``f''. If the string contains newlines or tabs,
those characters are not expanded or treated specially when measuring the
string.