Hyphenate "built-in" for consistency.
This commit is contained in:
parent
da70ee1fae
commit
dc40904a32
|
@ -134,7 +134,7 @@ passed to the \C{} function. The \C{} function always has two arguments,
|
||||||
conventionally named \var{self} and \var{args}.
|
conventionally named \var{self} and \var{args}.
|
||||||
|
|
||||||
The \var{self} argument is only used when the \C{} function implements a
|
The \var{self} argument is only used when the \C{} function implements a
|
||||||
builtin method. This will be discussed later. In the example,
|
built-in method. This will be discussed later. In the example,
|
||||||
\var{self} will always be a \NULL{} pointer, since we are defining
|
\var{self} will always be a \NULL{} pointer, since we are defining
|
||||||
a function, not a method. (This is done so that the interpreter
|
a function, not a method. (This is done so that the interpreter
|
||||||
doesn't have to understand two different types of \C{} functions.)
|
doesn't have to understand two different types of \C{} functions.)
|
||||||
|
|
|
@ -134,7 +134,7 @@ passed to the \C{} function. The \C{} function always has two arguments,
|
||||||
conventionally named \var{self} and \var{args}.
|
conventionally named \var{self} and \var{args}.
|
||||||
|
|
||||||
The \var{self} argument is only used when the \C{} function implements a
|
The \var{self} argument is only used when the \C{} function implements a
|
||||||
builtin method. This will be discussed later. In the example,
|
built-in method. This will be discussed later. In the example,
|
||||||
\var{self} will always be a \NULL{} pointer, since we are defining
|
\var{self} will always be a \NULL{} pointer, since we are defining
|
||||||
a function, not a method. (This is done so that the interpreter
|
a function, not a method. (This is done so that the interpreter
|
||||||
doesn't have to understand two different types of \C{} functions.)
|
doesn't have to understand two different types of \C{} functions.)
|
||||||
|
|
|
@ -102,7 +102,7 @@ collates before or after \var{string2} or is equal to it.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{strxfrm}{string}
|
\begin{funcdesc}{strxfrm}{string}
|
||||||
Transforms a string to one that can be used for the builtin function
|
Transforms a string to one that can be used for the built-in function
|
||||||
\function{cmp()}\bifuncindex{cmp}, and still returns locale-aware
|
\function{cmp()}\bifuncindex{cmp}, and still returns locale-aware
|
||||||
results. This function can be used when the same string is compared
|
results. This function can be used when the same string is compared
|
||||||
repeatedly, e.g. when collating a sequence of strings.
|
repeatedly, e.g. when collating a sequence of strings.
|
||||||
|
|
|
@ -102,7 +102,7 @@ collates before or after \var{string2} or is equal to it.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
||||||
\begin{funcdesc}{strxfrm}{string}
|
\begin{funcdesc}{strxfrm}{string}
|
||||||
Transforms a string to one that can be used for the builtin function
|
Transforms a string to one that can be used for the built-in function
|
||||||
\function{cmp()}\bifuncindex{cmp}, and still returns locale-aware
|
\function{cmp()}\bifuncindex{cmp}, and still returns locale-aware
|
||||||
results. This function can be used when the same string is compared
|
results. This function can be used when the same string is compared
|
||||||
repeatedly, e.g. when collating a sequence of strings.
|
repeatedly, e.g. when collating a sequence of strings.
|
||||||
|
|
Loading…
Reference in New Issue