diff --git a/runtime/help/typable-commands/quit!.txt b/runtime/help/typable-commands/quit!.txt index a01e3fea2..ad40f76d1 100644 --- a/runtime/help/typable-commands/quit!.txt +++ b/runtime/help/typable-commands/quit!.txt @@ -1,7 +1,7 @@ `:quit!` +Aliases: `:q!` + Closes the current view, exiting the editor if it is the last view. If this would exit the editor, unsaved changes are discarded. - -Aliases: `:q!` diff --git a/runtime/help/typable-commands/quit.txt b/runtime/help/typable-commands/quit.txt index 2c53360c2..14bf23afd 100644 --- a/runtime/help/typable-commands/quit.txt +++ b/runtime/help/typable-commands/quit.txt @@ -1,7 +1,7 @@ `:quit` +Aliases: `:q` + Closes the current view, exiting the editor if it is the last view. This will fail if it would exit the editor while there are unsaved changes. - -Aliases: `:q`