diff options
| author | Alexander Levin <al.le@rockbox.org> | 2010-05-12 22:07:49 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2010-05-12 22:07:49 +0000 |
| commit | e0bb2218592d4057cd26e0e8047c96515d760c10 (patch) | |
| tree | d0148d896f5c399f2508130f6a44b8b9fc678d66 | |
| parent | 9df563834c10503a56f80ceb2ff330a0e2c11dcc (diff) | |
| download | rockbox-e0bb2218592d4057cd26e0e8047c96515d760c10.zip rockbox-e0bb2218592d4057cd26e0e8047c96515d760c10.tar.gz rockbox-e0bb2218592d4057cd26e0e8047c96515d760c10.tar.bz2 rockbox-e0bb2218592d4057cd26e0e8047c96515d760c10.tar.xz | |
Use a nice apostroph
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25975 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | manual/advanced_topics/main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex index 7bbfcee..b3f9ff6 100644 --- a/manual/advanced_topics/main.tex +++ b/manual/advanced_topics/main.tex @@ -256,7 +256,7 @@ will display it permanently. \begin{itemize} \item {\config{\%Vl{\textbar}'identifier'{\textbar}\dots{\textbar}}} -This tag preloads a viewport for later display. 'identifier' is a single +This tag preloads a viewport for later display. `identifier' is a single lowercase letter (a-z) and the '\dots' parameters use the same logic as the \config{\%V} tag explained above. \item {\config{\%Vd'identifier'}} Display the 'identifier' viewport. |