diff --git a/chapters/annotations.tex b/chapters/annotations.tex index d98de933d..2af210c14 100644 --- a/chapters/annotations.tex +++ b/chapters/annotations.tex @@ -1548,7 +1548,7 @@ \subsubsection{Conversion rules}\doublelabel{conversion-rules} models, and not in the library that is used for the conversion -- thus conversions of base-classes will require multiple conversion-calls; this ensures that the conversion is independent of the new library structure. -The class-name used as argument to \lstinline!convertElement! and \lstinline!convertModifiers! +The name of the class used as argument to \lstinline!convertElement! and \lstinline!convertModifiers! is similarly the old name of the class, i.e.\ the name before it is possibly converted by \lstinline!convertClass!. diff --git a/chapters/packages.tex b/chapters/packages.tex index ef0f528ee..fdaeb24ac 100644 --- a/chapters/packages.tex +++ b/chapters/packages.tex @@ -269,7 +269,7 @@ \subsection{External resources}\doublelabel{external-resources} directory as \filename{A.mo}, but using resources in this variant is not recommended since multiple packages will share resources. -In case the class-name contains quoted identifiers, the single-quote `\lstinline!`!' +In case the name of the class contains quoted identifiers, the single-quote `\lstinline!`!' and any reserved characters (`\lstinline!:!', `\lstinline!/!', `\lstinline!?!', `\lstinline!\#!', `\lstinline![!', `\lstinline!]!', `\lstinline!@!', `\lstinline!!!', `\lstinline!\$!', `\lstinline!\&!', `\lstinline!(!', `\lstinline!)!', `\lstinline!*!', `\lstinline!+!', `\lstinline!,!', `\lstinline!;!', `\lstinline!=!') should be percent-encoded as normal in URIs.