Fix missing newline

This commit is contained in:
Lie Ryan 2022-09-13 11:19:51 +10:00 committed by GitHub
parent e633f48f4b
commit f9756ba686
Failed to generate hash of commit

View file

@ -1241,7 +1241,7 @@ class ChangeDirSetting(Xettings):
COMPLETE_DOTS = Var.with_default(
"matching",
doc="Flag to specify how current and previous directories should be "
"tab completed ('./', '../'):"
"tab completed ('./', '../'):\n"
" - ``always`` Always complete paths with ./ and ../\n"
" - ``never`` Never complete paths with ./ and ../\n"
" - ``matching`` Complete if path starts with . or ..",