summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfkeysfiltered.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfkeysfiltered.tex')
-rw-r--r--Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfkeysfiltered.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfkeysfiltered.tex b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfkeysfiltered.tex
index 2c08141ea2e..f0891afd7b1 100644
--- a/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfkeysfiltered.tex
+++ b/Master/texmf-dist/doc/generic/pgf/text-en/pgfmanual-en-pgfkeysfiltered.tex
@@ -528,12 +528,12 @@ There are some more key filters which have nothing to do with family handling.
is active or not.
\end{command}
-\begin{command}{\pgfkeysgetfamily\marg{key}\marg{resultmacro}}
- Returns the family associated to a full key \meta{key} into macro
+\begin{command}{\pgfkeysgetfamily\marg{full key}\marg{resultmacro}}
+ Returns the family associated to a \meta{full key} into macro
\meta{resultmacro}.
\end{command}
-\begin{command}{\pgfkeyssetfamily\marg{key}\marg{family}}
+\begin{command}{\pgfkeyssetfamily\marg{full key}\marg{family}}
The command |\pgfkeyssetfamily|\marg{full key}\marg{family} has the same
effect as |\pgfkeys{|\meta{full key}|/.belongs to family=|\marg{family}|}|.
\end{command}
@@ -551,7 +551,7 @@ Furthermore, the macro |\pgfkeyscasenumber| contains the current key's type as
an integer:
%
\begin{itemize}
- \item[\meta{1}] The key is a command key (i.e. |.../.@cmd| exists).
+ \item[\meta{1}] The key is a command key (i.e.\ |.../.@cmd| exists).
\item[\meta{2}] The key contains its value directly.
\item[\meta{3}] The key is handled (for example it is |.code| or |.cd|).