Skip to content

Commit 37567cc

Browse files
committed
Need a space between function name and paren
Add a space between the function name and the opening parenthesis for the parameters. This is needed for `ext_diff` and `lie_diff`. This is required AFAICT by texinfo. Adding the space fixes the issue where we had a warning that we had HTML entries for "lie_diff(vector1,[vector2,form])" and "ext_diff(form)" that were not in text entries. However, there are still two HTML entries not in text entries. We no longer have a warning that there are 2 text entries not in the the HTML entries.
1 parent b082ed4 commit 37567cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/info/cartan.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ vector on a form. The vector should be given on the left.
8787
@end deffn
8888

8989
@anchor{ext_diff}
90-
@deffn {Function} ext_diff(@var{form})
90+
@deffn {Function} ext_diff (@var{form})
9191
The exterior derivative operator. It takes one argument, which should be a differential form.
9292
@end deffn
9393

9494
@anchor{lie_diff}
95-
@deffn {Function} lie_diff(@var{vector1},[@var{vector2},@var{form}])
95+
@deffn {Function} lie_diff (@var{vector1},[@var{vector2},@var{form}])
9696
The Lie derivative operator. The first argument is a vector field. The
9797
second argument may be either a vector field or a differential form.
9898
@end deffn

0 commit comments

Comments
 (0)