Manual: Fix part 2 of FS#11874 - setting_inc and setting_dec missing from actions list.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29049 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alex Parker 2011-01-13 18:09:36 +00:00
parent 3fc41cec05
commit b33a2d869e

View file

@ -616,6 +616,10 @@ display cycling round the defined sublines. See
\item[voldown] -- Decrease the volume by one step.
\item[volup] -- Increase the volume by one step.
\item[mute] -- Un/Mute playback.
\item[setting\_inc] -- Increment the subsequently specified setting (e.g
\config{\%T(0,0, setting\_inc, volume)} increases the volume by one step).
\item[setting\_dec] -- Decrement the subsequently specified setting (e.g
\config{\%T(0,0, setting\_dec, volume)} decreases the volume by one step).
\end{description}
\section{Last Touchscreen Press}