summaryrefslogtreecommitdiff
path: root/manual/plugins/text_editor.tex
diff options
context:
space:
mode:
authorAlexander Levin <al.le@rockbox.org>2010-05-20 17:38:38 +0000
committerAlexander Levin <al.le@rockbox.org>2010-05-20 17:38:38 +0000
commit97365803d390e44155fc41657bd03a7b121956aa (patch)
tree1cad7d63df2fd72a0dfd3726720a6689b401b04d /manual/plugins/text_editor.tex
parent0a21ffabbe63f8dd5c893266bdd39bebc2231adc (diff)
downloadrockbox-97365803d390e44155fc41657bd03a7b121956aa.tar.gz
rockbox-97365803d390e44155fc41657bd03a7b121956aa.zip
Get rid of unnecessary 'table' environment and the never used parameters for button maps (FS#11088)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26201 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual/plugins/text_editor.tex')
-rw-r--r--manual/plugins/text_editor.tex6
1 files changed, 2 insertions, 4 deletions
diff --git a/manual/plugins/text_editor.tex b/manual/plugins/text_editor.tex
index f245cb4eda..18d1d91982 100644
--- a/manual/plugins/text_editor.tex
+++ b/manual/plugins/text_editor.tex
@@ -18,8 +18,7 @@ the \setting{Virtual Keyboard} (see \reference{sec:virtual_keyboard}).
18\end{itemize} 18\end{itemize}
19\note{When you have not changed the file the Text Editor will quit immediately.} 19\note{When you have not changed the file the Text Editor will quit immediately.}
20 20
21\begin{table} 21\begin{btnmap}
22 \begin{btnmap}{}{}
23 \ActionStdOk 22 \ActionStdOk
24 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk} 23 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdOk}
25 & Edit Line / Select Character\\ 24 & Edit Line / Select Character\\
@@ -35,6 +34,5 @@ the \setting{Virtual Keyboard} (see \reference{sec:virtual_keyboard}).
35 \ActionStdContext 34 \ActionStdContext
36 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext} 35 \opt{HAVEREMOTEKEYMAP}{& \ActionRCStdContext}
37 & Delete Line\\ 36 & Delete Line\\
38 \end{btnmap} 37\end{btnmap}
39\end{table}
40 38