Skip to content

Commit 47a9099

Browse files
committed
[macros] Replace \xspace with \space in library description macros
1 parent 181c31f commit 47a9099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/macros.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203

204204
%% Library function descriptions
205205
\newcommand{\Fundescx}[1]{\textit{#1}}
206-
\newcommand{\Fundesc}[1]{\Fundescx{#1:}\xspace}
206+
\newcommand{\Fundesc}[1]{\Fundescx{#1:}\space}
207207
\newcommand{\required}{\Fundesc{Required behavior}}
208208
\newcommand{\requires}{\Fundesc{Requires}}
209209
\newcommand{\effects}{\Fundesc{Effects}}
@@ -226,7 +226,7 @@
226226
\newcommand{\templalias}{\Fundesc{Alias template}}
227227

228228
%% Cross reference
229-
\newcommand{\xref}{\textsc{See also:}\xspace}
229+
\newcommand{\xref}{\textsc{See also:}\space}
230230

231231
%% NTBS, etc.
232232
\newcommand{\NTS}[1]{\textsc{#1}}

0 commit comments

Comments
 (0)