From b205599fe5858e82d156a5b49b75322d1ca5e35f Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Jun 12 2011 02:52:50 +0000 Subject: Update help_updateMenu.sh. --- diff --git a/Scripts/Functions/Help/help_updateMenu.sh b/Scripts/Functions/Help/help_updateMenu.sh index c7591df..8b5886b 100755 --- a/Scripts/Functions/Help/help_updateMenu.sh +++ b/Scripts/Functions/Help/help_updateMenu.sh @@ -1,6 +1,6 @@ #!/bin/bash # -# texinfo_updateMenu.sh -- This function updates menu lines inside +# help_updateMenu.sh -- This function updates menu lines inside # texinfo chapters. If this function is called with the # 'remove-entry' string as first argument, then the menu line related # to the entry being processed is removed. If this function is called @@ -29,7 +29,7 @@ # $Id$ # ---------------------------------------------------------------------- -function texinfo_updateMenu { +function help_updateMenu { # Specify which action to do inside chapter's menu. local ACTION="$1" @@ -56,7 +56,7 @@ function texinfo_updateMenu { 'update-entry' | * ) # Add menu line to chapter's menu. This is the default - # behaivour if no argument is passed to texinfo_updateMenu + # behaivour if no argument is passed to help_updateMenu # function. MENU="$MENU $MENULINE"