Skip to content

Commit

Permalink
Restore docs for \char_<thing>case:N
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jan 9, 2020
1 parent 64c710a commit 97874b3
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions l3kernel/l3token.dtx
Expand Up @@ -151,6 +151,26 @@
% \end{texnote}
% \end{function}
%
% \begin{function}[added = 2020-01-09, EXP]
% {
% \char_lowercase:N, \char_uppercase:N,
% \char_titlecase:N, \char_foldcase:N,
% \char_str_lowercase:N, \char_str_uppercase:N,
% \char_str_titlecase:N, \char_str_foldcase:N
% }
% \begin{syntax}
% \cs{char_lowercase:N} \meta{char}
% \end{syntax}
% Converts the \meta{char} to the equivalent case-changed character
% as detailed by the function name (see \cs{str_foldcase:n}
% and \cs{text_titlecase:n} for details of these terms). The case mapping
% is carried out with no context-dependence (\emph{cf.}~\cs{text_uppercase:n},
% \emph{etc.}) The \texttt{str} versions always generate \enquote{other}
% (category code $12$) characters, whilst the standard versions generate
% characters with the category code of the \meta{char} (i.e.~only
% the character code changes).
% \end{function}
%
% \begin{variable}[added = 2011-09-05]{\c_catcode_other_space_tl}
% Token list containing one character with category code $12$,
% (\enquote{other}), and character code $32$ (space).
Expand Down

0 comments on commit 97874b3

Please sign in to comment.