summaryrefslogtreecommitdiff
path: root/manual/advanced_topics
diff options
context:
space:
mode:
Diffstat (limited to 'manual/advanced_topics')
-rw-r--r--manual/advanced_topics/main.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/advanced_topics/main.tex b/manual/advanced_topics/main.tex
index 60c1b800ba..efd336177c 100644
--- a/manual/advanced_topics/main.tex
+++ b/manual/advanced_topics/main.tex
@@ -404,7 +404,7 @@ For tags with multiple values, like Play status, the conditional can hold a
404list of alternatives, one for each value the tag can have. 404list of alternatives, one for each value the tag can have.
405Example enumeration: 405Example enumeration:
406\begin{example} 406\begin{example}
407 \%?mp{\textless}Stop{\textbar}\%Play{\textbar}Pause{\textbar}Ffwd{\textbar}Rew{\textgreater} 407 \%?mp{\textless}Stop{\textbar}Play{\textbar}Pause{\textbar}Ffwd{\textbar}Rew{\textgreater}
408\end{example} 408\end{example}
409 409
410The last else part is optional, and will be displayed if the tag has no value. 410The last else part is optional, and will be displayed if the tag has no value.