diff options
| author | Alexander Levin <al.le@rockbox.org> | 2010-05-19 16:01:38 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2010-05-19 16:01:38 +0000 |
| commit | 8f8cdd3187f9b1798c15cb7a86f80ababb8b0465 (patch) | |
| tree | fc26b7938d8781bae11e195ef2273add48110cfd | |
| parent | 93258e413005a9c3c9ec2f207ec7fa06ce671a31 (diff) | |
| download | rockbox-8f8cdd3187f9b1798c15cb7a86f80ababb8b0465.zip rockbox-8f8cdd3187f9b1798c15cb7a86f80ababb8b0465.tar.gz rockbox-8f8cdd3187f9b1798c15cb7a86f80ababb8b0465.tar.bz2 rockbox-8f8cdd3187f9b1798c15cb7a86f80ababb8b0465.tar.xz | |
Fix another not nice apostrophe (FS#11296)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26170 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/advanced_topics/viewports/mono-vp-syntax.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/advanced_topics/viewports/mono-vp-syntax.tex b/manual/advanced_topics/viewports/mono-vp-syntax.tex index bb015a3..c1ff046 100644 --- a/manual/advanced_topics/viewports/mono-vp-syntax.tex +++ b/manual/advanced_topics/viewports/mono-vp-syntax.tex @@ -3,7 +3,7 @@ \config{\%V{\textbar}x{\textbar}y{\textbar}[width]{\textbar}[height]{\textbar}[font]{\textbar}}% \begin{itemize} - \item 'font' is a number - '0' is the built-in system font, '1' is the + \item `font' is a number: 0 is the built-in system font, 1 is the user-selected font. \item Only the coordinates \emph{have} to be specified. Leaving the other definitions blank will set them to their default values. |