docs: call the CHANGELOG "release notes"

This commit is contained in:
David Adam
2021-02-25 22:46:24 +08:00
parent 42d9f33e16
commit 39230978b3
5 changed files with 7 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ complete -c help -x -a tut-why_fish -d 'Why fish?'
complete -c help -x -a tut-wildcards -d Wildcards
# Other pages
complete -c help -x -a changelog -d "Fish's CHANGELOG"
complete -c help -x -a releasenotes -d "Fish's release notes"
complete -c help -x -a completions -d "How to write completions"
complete -c help -x -a faq -d "Frequently Asked Questions"
complete -c help -x -a fish-for-bash-users -d "Differences from bash"

View File

@@ -128,8 +128,8 @@ function help --description 'Show help for the fish shell'
set fish_help_page "tutorial.html#"(string sub -s 5 -- $fish_help_item | string replace -a -- _ -)
case tutorial
set fish_help_page "tutorial.html"
case changelog
set fish_help_page changelog.html
case releasenotes
set fish_help_page relnotes.html
case completions
set fish_help_page completions.html
case faq