Skip to content

Commit

Permalink
Undocument unused second argument for DeclareGlobalFunction
Browse files Browse the repository at this point in the history
  • Loading branch information
stevelinton committed Jul 27, 2019
1 parent d0933a5 commit 89e7fe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/oper.g
Original file line number Diff line number Diff line change
Expand Up @@ -1794,12 +1794,12 @@ end );

#############################################################################
##
#F DeclareGlobalFunction( <name>, <info> ) . . create a new global function
#F DeclareGlobalFunction( <name> ) . . . . . . create a new global function
#F InstallGlobalFunction( <oper>, <func> )
##
## <#GAPDoc Label="DeclareGlobalFunction">
## <ManSection>
## <Func Name="DeclareGlobalFunction" Arg='name, info'/>
## <Func Name="DeclareGlobalFunction" Arg='name'/>
## <Func Name="InstallGlobalFunction" Arg='oper, func'/>
##
## <Description>
Expand Down

0 comments on commit 89e7fe2

Please sign in to comment.