Skip to content

Commit

Permalink
doc: fix PushOptions manual entry
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 20, 2020
1 parent aac58b4 commit f83ece9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/options.gd
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@

#############################################################################
##
#F PushOptions( <options record> ) set new options
#F PushOptions( <options_record> ) set new options
##
## <#GAPDoc Label="PushOptions">
## <ManSection>
## <Func Name="PushOptions" Arg='options record'/>
## <Func Name="PushOptions" Arg='options_record'/>
##
## <Description>
## This function pushes a record of options onto the global option stack.
Expand Down
2 changes: 1 addition & 1 deletion lib/options.gi
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ MakeReadOnlyGlobal("OptionsStack");

#############################################################################
##
#F PushOptions( <options record> ) set new options
#F PushOptions( <options_record> ) set new options
##
## This is a function, not an operation, so we need to check our arguments
##
Expand Down

0 comments on commit f83ece9

Please sign in to comment.