summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarianne Arnold <pixelma@rockbox.org>2011-01-17 18:09:30 +0000
committerMarianne Arnold <pixelma@rockbox.org>2011-01-17 18:09:30 +0000
commit4d46f4ddffba6651a458227d3061c47762242b7e (patch)
treef41cebaea54c4198a87a1f60956e96eadf68321a
parented0c5b3c456a968dbf0dbd84aa4c7b044077c4b3 (diff)
downloadrockbox-4d46f4ddffba6651a458227d3061c47762242b7e.tar.gz
rockbox-4d46f4ddffba6651a458227d3061c47762242b7e.zip
Manual - lrcplayer.tex: correctly 'close' two \Action macros so that the following space is not eaten.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29074 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--manual/plugins/lrcplayer.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/plugins/lrcplayer.tex b/manual/plugins/lrcplayer.tex
index 604fe8251c..e5bd7c0c94 100644
--- a/manual/plugins/lrcplayer.tex
+++ b/manual/plugins/lrcplayer.tex
@@ -96,8 +96,8 @@ same order as in that list.
96 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPlay} 96 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPlay}
97 & Toggle play/pause.\\ 97 & Toggle play/pause.\\
98 % 98 %
99 \ActionWpsStop \nopt{ONDIO_PAD}{or \ActionWpsBrowse} 99 \ActionWpsStop{}\nopt{ONDIO_PAD}{ or \ActionWpsBrowse}
100 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsStop or \ActionRCWpsBrowse} 100 \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsStop{} or \ActionRCWpsBrowse}
101 & Exit the plugin.\\ 101 & Exit the plugin.\\
102 % 102 %
103 \ActionWpsContext 103 \ActionWpsContext