Skip to content
Snippets Groups Projects
Commit 5e8de18a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix small mistake in definition of char-expression
parent ebd69d64
No related branches found
No related tags found
No related merge requests found
\input texinfo.tex @c -*-texinfo-*- \input texinfo.tex @c -*-texinfo-*-
@c $Id: gmsh.texi,v 1.160 2005-01-01 19:35:40 geuzaine Exp $ @c $Id: gmsh.texi,v 1.161 2005-01-02 17:38:26 geuzaine Exp $
@c @c
@c Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle @c Copyright (C) 1997-2005 C. Geuzaine, J.-F. Remacle
@c @c
...@@ -766,7 +766,8 @@ Character expressions are defined as: ...@@ -766,7 +766,8 @@ Character expressions are defined as:
StrPrefix ( @var{char-expression} ) | StrPrefix ( @var{char-expression} ) |
StrCat ( @var{char-expression} , @var{char-expression} ) | StrCat ( @var{char-expression} , @var{char-expression} ) |
Sprintf ( @var{char-expression} , @var{expression-list} ) | Sprintf ( @var{char-expression} , @var{expression-list} ) |
@var{char-option} Sprintf ( @var{char-expression} )
Sprintf ( @var{char-option} )
@end example @end example
@noindent The second case in this definition permits to take the @noindent The second case in this definition permits to take the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment