diff options
| author | Marianne Arnold <pixelma@rockbox.org> | 2011-01-17 18:09:30 +0000 |
|---|---|---|
| committer | Marianne Arnold <pixelma@rockbox.org> | 2011-01-17 18:09:30 +0000 |
| commit | 4d46f4ddffba6651a458227d3061c47762242b7e (patch) | |
| tree | f41cebaea54c4198a87a1f60956e96eadf68321a | |
| parent | ed0c5b3c456a968dbf0dbd84aa4c7b044077c4b3 (diff) | |
| download | rockbox-4d46f4ddffba6651a458227d3061c47762242b7e.zip rockbox-4d46f4ddffba6651a458227d3061c47762242b7e.tar.gz rockbox-4d46f4ddffba6651a458227d3061c47762242b7e.tar.bz2 rockbox-4d46f4ddffba6651a458227d3061c47762242b7e.tar.xz | |
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.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/plugins/lrcplayer.tex b/manual/plugins/lrcplayer.tex index 604fe82..e5bd7c0 100644 --- a/manual/plugins/lrcplayer.tex +++ b/manual/plugins/lrcplayer.tex @@ -96,8 +96,8 @@ same order as in that list. \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsPlay} & Toggle play/pause.\\ % - \ActionWpsStop \nopt{ONDIO_PAD}{or \ActionWpsBrowse} - \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsStop or \ActionRCWpsBrowse} + \ActionWpsStop{}\nopt{ONDIO_PAD}{ or \ActionWpsBrowse} + \opt{HAVEREMOTEKEYMAP}{& \ActionRCWpsStop{} or \ActionRCWpsBrowse} & Exit the plugin.\\ % \ActionWpsContext |