diff --git a/Scripts/Functions/Help/Texinfo/texinfo_editEntry.sh b/Scripts/Functions/Help/Texinfo/texinfo_editEntry.sh index 713d0aa..c9bc146 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_editEntry.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_editEntry.sh @@ -53,9 +53,9 @@ function texinfo_editEntry { # Print action message. cli_printMessage "$MANUAL_ENTRY" --as-updating-line - # Rebuild menu definition set inside section entry using two - # levels deep. - ${FLAG_BACKEND}_makeSeeAlso "$MANUAL_ENTRY" "2" + # Rebuild menu definition set inside section entry using one + # level ahead only. + ${FLAG_BACKEND}_makeSeeAlso "$MANUAL_ENTRY" fi diff --git a/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh b/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh index 4565f8b..af1fcaf 100755 --- a/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh +++ b/Scripts/Functions/Help/Texinfo/texinfo_updateStructureSection.sh @@ -114,7 +114,7 @@ function texinfo_updateStructureSection { for MANUAL_ENTRY in ${MANUAL_ENTRIES};do ${FLAG_BACKEND}_${ACTIONNAM_SECMENU} ${FLAG_BACKEND}_updateSectionNodes - ${FLAG_BACKEND}_makeSeeAlso "$MANUAL_ENTRY" "2" + ${FLAG_BACKEND}_makeSeeAlso "$MANUAL_ENTRY" ${FLAG_BACKEND}_${ACTIONNAM_CROSREF} ${MANUAL_ENTRY} done